Displaying 20 results from an estimated 85 matches for "command_directory".
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...
2016 Apr 02
2
Still muddling through with broken auth...
...container? But I think that?s 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...
2014 Aug 11
3
Use postfix and spamd on CentOS 6 - looking for a shortest guide
...(involving spamc?) into /etc/postfix/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...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: maildrop
plugin:
quota: maildir:storage=10000000:ignore=Trash
*** Postfix main.cf ***
alias_database = hash:/etc/mail/postfix/aliases
alias_maps = hash:/etc/mail/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....
2008 Apr 06
2
Problem with dovecot under Vmware Server
...ogin
passdb:
driver: pam
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, $...
2011 Aug 21
2
Help With 'No SASL Authentication Mechanisms' Error
...ssl_key = </etc/pki/tls/private/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...
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...
2016 Apr 02
2
Still muddling through with broken auth...
...> Why do you provide the Postfix configuration? 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 = postfi...
2008 May 04
2
Dovecot SASL doesn't seem to be working with Postfix
...listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
master:
path: /usr/local/var/run/dovecot/auth-master
mode: 384
user: vmail
----
POSTFIX main.cf
alias_maps = $alias_database
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
default_privs = nobody
html_directory = no
inet_interfaces = $myhostname, localhost
mail_owner = postfix
mail_spool_directory = /home/vmail/
mailq_path = /usr/b...
2009 Jun 11
3
unable to send mails via postfix/dovecot SASL
...t:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
----------------- postconf -n ----------------------------
alias_database = hash:/etc/mail/aliases
alias_maps = hash:/etc/mail/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_command = /usr/bin/procmail
mailq_path = /usr/bin/mailq.postfix
manpage_d...
2019 Dec 29
1
Dovecot Postfix MySQL Authentication Issues
...slJlrJq>
Dec 28 22:10:24 triggerfish dovecot[21809]: imap-login: Aborted login (auth failed, 1 attempts in 6 secs): user=<jason at example.com>, method=LOGIN, rip=73.150.178.106, lip=x,x,x,x, TLS, session=<hukLEc+aBclJlrJq>
results of postconf -n are
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
compatibility_level = 2
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 & sleep 5
dovecot_destination_recipie...
2017 Feb 08
1
AW: How to add User in MSSQL DB - error unknown user
....cf
Email from CLI running, but if connect from Outlook or Thunderbird I have
this error, I think
that maurizio this user aren?t opened correct on this sqldb?
root at caloro:/home/maurizio# postconf -n
alias_maps = $alias_database
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
$daemon_directory/$process_name $process_id & sleep 5
dovecot_destination_recipient_limit = 1
home_mailbox =...
2017 Jul 19
1
Cron sending to root after changing MAILTO
...Jul 19 13:15:56 mailcampaign1 postfix/qmgr[2388]: A5077100E776C: removed
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
always_add_missing_headers = yes
bounce_queue_lifetime = 8h
bounce_template_file = /etc/postfix/bounce.cf
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
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
default_destination_conc...
2007 Jun 07
1
User unknown in local recipient table? Dovecot LDA/Postfix
...rivate/auth
mode: 432
user: postfix
group: mail
master:
path: /var/run/dovecot/auth-master
mode: 384
###############
postconf -n
################
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = /usr/share/doc/postfix-2.4.3-documentation/html
inet_interfaces = $myhostname, localhost
invalid_hostname_reject_code = 450
mail_owner = postfix
mailq_path = /usr/bin/mailq.post...
2006 Dec 11
2
Problem in Postfix
...atus 1
Dec 11 18:35:34 support postfix/qmgr[3040]: 8B4E04069B: to=<personal at xxx.com>, relay=none, delay=1.2, delays=0.11/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport error)
# my configuration
alias_maps = mysql:/etc/postfix/mysql-aliases.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
home_mailbox = Maildir/
html_directory = /var/www/html/postfixhowto
local_recipient_maps = $alias_maps $virtual_mailbox_...
2008 Sep 16
1
Quota, maildir, MySQL,
...userdb_home, maildir as userdb_mail, concat('maildir:storage=',
quota) AS userdb_quota FROM users WHERE login = '%u'
My postfix config:
# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
bounce_template_file = /etc/postfix/bounce.cf
command_directory = /usr/local/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/local/libexec/postfix
disable_vrfy_command = yes
html_directory = /usr/local/share/doc/postfix/html
inet_interfaces = all
inet_protocols = all
invalid_hostname_reject_code = 554...
2011 Mar 14
4
LDA, postfix and multiple virtual users : postfix is still the MDA
...t:
passdb:
driver: pam
args: dovecot
userdb:
driver: passwd
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: mail
postfix configuration (postconf -n)
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
mail_spool_directory = /var/mail/
message_size_limit = 10240000
myhostname = squeeze.test.ecp.fr
mynetworks = 138.195.32.0/23, 127.0.0.1
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $...
2015 Jun 17
0
Mail to nowhere
...2015 09:10:26 -0400, you wrote:
>Please send the output of postconf -n to the mailing list.
Paul: I purposefully obfuscated my FQDN and domain, but they both have
real and good data in them.
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
html_directory = no
inet_inter...
2006 Nov 02
0
Postfix + Dovecot LDA Problem
I am having a problem setting up a server to handle e-mail in a way
in which it had always done traditionally, but with Postfix+Dovecot LDA.
Here's a rundown...
Solaris 9
Postfix 2.3.3
Dovecot 1.0.rc10
Postfix non-defaults (postconf -n):
alias_maps = dbm:/etc/mail/aliases
command_directory = /opt/postfix/sbin
config_directory = /etc/opt/postfix
daemon_directory = /opt/postfix/libexec
debug_peer_level = 2
html_directory = no
inet_interfaces = $myhostname
mail_owner = postfix
mailbox_command = /opt/dovecot/libexec/dovecot/deliver -f "$SENDER"
mailq_path = /opt/postfix/bin/mai...
2009 May 05
2
Unable To Send Mail
...ry failrures back of any kind. I check the Postfix (MTA) mail
queue and it shows empty. What is causing this anyone? Does anyone
know why this is not working?
Here is my postconf -n for Postfix (MTA)
[root at nat home]# 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
home_mailbox = mail/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost....