Abe
16th August 2006, 14:31
Now I'm synchronizing the web for days, but only got headache and no hint to solve my problem...
I followed your advises in "The Perfect Setup - Debian Sarge" and installed ISPconfig. At the moment everything seems to work fine, except of postfix.
courier is running, I can login an recieve emails, but I cant login to postfix and send mails.
see my /var/log/mail.log:
Aug 16 12:50:44 debian-web courierpop3login: Connection, ip=[::ffff:217.86.162.133]
Aug 16 12:50:44 debian-web courierpop3login: LOGIN, user=web6_xxx, ip=[::ffff:217.86.162.133]
Aug 16 12:50:44 debian-web courierpop3login: LOGOUT, user=web6_xxx, ip=[::ffff:217.86.162.133], top=0, retr=0, time=0
Aug 16 12:50:44 debian-web postfix/smtpd[12348]: connect from debian-web.domain.tld[217.86.162.133]
Aug 16 12:50:47 debian-web postfix/smtpd[12348]: warning: debian-web.domain.tld[217.86.162.133]: SASL LOGIN authentication failed
Aug 16 12:50:47 debian-web postfix/smtpd[12348]: lost connection after AUTH from debian-web.domain.tld[217.86.162.133]
Aug 16 12:50:47 debian-web postfix/smtpd[12348]: disconnect from debian-web.domain.tld[217.86.162.133]
May be it helps to solve my problem:
the output of postconf -n is:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = /etc/postfix/local-host-names
myhostname = debian-web.domain.tld
mynetworks = 127.0.0.0/8 192.168.0.0/24
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
The file /etc/postfix/virtusertable seems to be ok:
xxx@domain.tld web6_xxx
web6_xxx@domain.tld web6_xxx
but the saslauthentification fails:
the output of "testsaslauthd -u web6_xxx -p yyy -s smtp" is:
connect() : No such file or directory
Any Ideas? I don't have any more.
Thanks,
Arnt Below
I followed your advises in "The Perfect Setup - Debian Sarge" and installed ISPconfig. At the moment everything seems to work fine, except of postfix.
courier is running, I can login an recieve emails, but I cant login to postfix and send mails.
see my /var/log/mail.log:
Aug 16 12:50:44 debian-web courierpop3login: Connection, ip=[::ffff:217.86.162.133]
Aug 16 12:50:44 debian-web courierpop3login: LOGIN, user=web6_xxx, ip=[::ffff:217.86.162.133]
Aug 16 12:50:44 debian-web courierpop3login: LOGOUT, user=web6_xxx, ip=[::ffff:217.86.162.133], top=0, retr=0, time=0
Aug 16 12:50:44 debian-web postfix/smtpd[12348]: connect from debian-web.domain.tld[217.86.162.133]
Aug 16 12:50:47 debian-web postfix/smtpd[12348]: warning: debian-web.domain.tld[217.86.162.133]: SASL LOGIN authentication failed
Aug 16 12:50:47 debian-web postfix/smtpd[12348]: lost connection after AUTH from debian-web.domain.tld[217.86.162.133]
Aug 16 12:50:47 debian-web postfix/smtpd[12348]: disconnect from debian-web.domain.tld[217.86.162.133]
May be it helps to solve my problem:
the output of postconf -n is:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = /etc/postfix/local-host-names
myhostname = debian-web.domain.tld
mynetworks = 127.0.0.0/8 192.168.0.0/24
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
The file /etc/postfix/virtusertable seems to be ok:
xxx@domain.tld web6_xxx
web6_xxx@domain.tld web6_xxx
but the saslauthentification fails:
the output of "testsaslauthd -u web6_xxx -p yyy -s smtp" is:
connect() : No such file or directory
Any Ideas? I don't have any more.
Thanks,
Arnt Below