Displaying 20 results from an estimated 111 matches for "config_directory".
2012 Oct 16
3
Sending Email Via Telnet
Hi;
I tried this:
[root at mydomain ccc]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
EHLO
MAIL FROM: me at gmail.com
RCPT TO: me at gmail.com
DATA
testing from server
.
^]
but I never get back to a command prompt. Please advise.
TIA,
John
2009 May 22
1
status=bounced (Command died with signal 11: "/usr/lib/dovecot/deliver"
...cot/dovecot-mysql.conf
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
postconf -n:
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix/
disable_vrfy_command = no
home_mailbox = Maildir/
inet_interfaces = all
mailbox_size_limit = 0
message_size_limit = 25000000
mydestination = $myhostname, localhost.$mydomain
mydomain = domain.com
myhostname = server.domain.com
mynetworks = 127.0.0.0/24, 10.0.11.248, 10.0.11.249
myor...
2011 Oct 25
3
Temporary Failure that's Permanent!
...x = Mailbox
disable_vrfy_command = yes
show_user_unknown_table_name = no
data_directory = /var/lib/postfix
# --------------- local settings ------------------
myhostname????????????????????? = myserver.com
inet_interfaces???????????????? = localhost, $myhostname
mynetworks????????????????????? = $config_directory/mynetworks
#mydestination?????????????????? = localhost.$mydomain, localhost, $myhostname
#uncomment if you need relay_domains... do not list domains in both relay and virtual
relay_domains?????????????????? = proxy:mysql:$config_directory/mysql_relay_domains_maps.cf
# ---------------------- VIRTUA...
2007 Jun 11
1
Can't connect to SMTP outside localhost
...oup = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.3.6/samples
readme_directory = /usr/share/doc/postfix-2.3.6/README_FILES
address_verify_map = btree:/var/spool/postfix/address_verify
virtual_mailbox_domains =
proxy:mysql:$config_directory/mysql_virtual_domains_maps.cf
virtual_mailbox_base = /var/mail
virtual_mailbox_maps =
proxy:mysql:$config_directory/mysql_virtual_mailbox_maps.cf
virtual_alias_maps =
proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf
virtual_minimum_uid = 101
v...
2018 Oct 11
4
Struggling to get dovecot working with postfix auth
...gt; postconf -c /etc/postfix-authrelay | fgrep sasl
>
> As described inhttp://www.postfix.org/DEBUG_README.html please use
> "postconf -n".
>
alias_database =
alias_maps =
append_dot_mydomain = no
authorized_submit_users =
command_directory = /usr/sbin
compatibility_level = 2
config_directory = /etc/postfix-authrelay
daemon_directory = /usr/lib/postfix/bin/
data_directory = /var/lib/postfix-authrelay
disable_vrfy_command = yes
html_directory = /usr/share/doc/packages/postfix-doc/html
inet_interfaces = 198.51.100.168
inet_protocols = ipv4
local_recipient_maps =
local_transport = error:5....
2018 Oct 11
2
Struggling to get dovecot working with postfix auth
Hi,
I am trying to create an authenticated relay server using Postfix and Dovecot.
However I am having two problems :
(a) If I create a dovecot config entry as follows :
unix_listener /var/spool/postfix-authrelay/private/dovecot-auth {
group = postfix
mode = 0666
user = postfix
}
Dovecot is unable to create the socket ? I thought surely if dovecot is started as root it should
2014 Apr 21
0
Trying to get DSpam+Dovecot working with Postfix and local/virtual domains
...do that who have virtual
mailbox domains, it's a far lower number.
Here's what I have so far.
Postfix 2.11.0
main.cf (via 'postconf -nf'):
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
content_filter = amavisfeed:[127.0.0.1]:10024
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
$daemon_directory/$process_name $process_id & s...
2010 Jun 21
3
%d/%n doesn't work... why?
...mail
master:
path: /var/run/dovecot/auth-master
mode: 432
user: vmail
group: mail
*postconf -n:
*alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = no
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_size_limit = 500000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mess...
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...tom ###
+# This file provides an easy way to add custom menu entries. Simply type the
+# menu entries you want to add after this comment. Be careful not to change
+# the ''exec tail'' line above.
+### END /etc/grub.d/40_custom ###
+
+### BEGIN /etc/grub.d/41_custom ###
+if [ -f ${config_directory}/custom.cfg ]; then
+ source ${config_directory}/custom.cfg
+elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
+ source $prefix/custom.cfg;
+fi
+### END /etc/grub.d/41_custom ###
--
1.7.7.6
--
======-------- Marcel J.E. Mol MESA Consulting...
2013 Sep 22
0
UEFI boot - no console will be available to OS
.../40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the ''exec tail'' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org...
2016 Apr 02
3
Still muddling through with broken auth...
Hey Edgar,
Thanks for catching that! Missed it earlier! Got it changed but I?m still having the same error updated postconf -n:
[ec2-user at ip-172-31-24-2 conf.d]$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname,...
2016 Apr 02
2
Still muddling through with broken auth...
...a round cube issue? I want to get postfix and dovecot playing nicely before I worry too much about things like webmail access?
Here is my postconf -n:
[ec2-user at ip-172-31-24-2 dovecot]$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname,...
2020 May 04
4
Dovecot LDAP/AD with exim as mta
Hi,
I have done configuration dovecot/exim/samba4ad.
I use dovecot-lda not exim to deliver mail.
And dovecot to authentify users.
I have users with mail address on AD. When i sent mail to user mail
address, its working.
I have distribution group or group with mail address on AD and users as
member of this groups. But when i send mail to group mail address, its
not working
Dovecot-lda can
2014 Aug 11
3
Use postfix and spamd on CentOS 6 - looking for a shortest guide
...ostfix/master.cf?
Thank you
Alex
P.S. Below is my "postconf -n". I accept mails (here I'd like to filter
spam) for 6 virtual domains and then forward them to different GMail
accounts:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
header_checks = pcre:/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
inet_protocols = ipv4
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_di...
2015 Feb 27
1
postfix ldap unknown user
...ap must return siroco or siroco at citoyen2015.marche.be ?
And I don't know if I set for alias_maps, virtual_mailbox_maps,
virtual_alias_maps ?
My postconf
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, ldap:/etc/postfix/ldap-citoyen.cf
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = 172.17.1.232, 127.0.0.1
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = marche.be
myhostname = citoyen2015.marche.be
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [:...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...postfix/aliases
biff = no
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
>$config_directory/$process_name.$process_id.log & sleep 5
#### Dovecot LDA Service - http://wiki.dovecot.org/LDA/Postfix
dovecot_destination_recipient_limit = 1
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/local/bin...
2008 Apr 06
2
Problem with dovecot under Vmware Server
...userdb:
driver: passwd
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
[root at vmhost ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 50240000
mydestination = $myhostname, $mydomain, localhost
mydomain...
2011 Aug 21
2
Help With 'No SASL Authentication Mechanisms' Error
...vate/mail_the10thfloor_com-nopass.key
userdb {
args = username_format=%u /etc/dovecot/passwd
driver = passwd-file
}
verbose_proctitle = yes
verbose_ssl = yes
POSTFIX:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = localhost
my...
2012 Jan 20
1
Setting From address for cronjob mails (because Gmail rejects)
Hello,
I have two identical CentOS 6.2 machines with
stock Postfix package and unchanged config:
# rpm -qa|grep post
postfix-2.6.6-2.2.el6_1.x86_64
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname,...
2016 Apr 02
2
Still muddling through with broken auth...
...onfiguration? Absolutely unrelated to the shown dovecot error.
I provide what I know how to provide :)
>
>> [ec2-user at ip-172-31-24-2 conf.d]$ postconf -n
>> alias_database = hash:/etc/aliases
>> alias_maps = hash:/etc/aliases
>> command_directory = /usr/sbin
>> config_directory = /etc/postfix
>> daemon_directory = /usr/libexec/postfix
>> data_directory = /var/lib/postfix
>> debug_peer_level = 2
>> html_directory = no
>> inet_interfaces = localhost
>> inet_protocols = all
>> mail_owner = postfix
>> mailq_path = /usr/bin/mailq...