Probleme mit Debian Backports Postfix, Cyrus
Posted: 2004-05-28 11:31
Hallo,
hat von euch jemand ein Debian system mit Backport für Postfix2 und Cyrus21 von
Bekomme folgenden Syslog eintrag:
hat von euch jemand ein Debian system mit Backport für Postfix2 und Cyrus21 von
laufen? Ich bin gerade dabei dies auf meinem neuen server zum laufen zubringen doch bekomme ich beim versenden von mail per SMTP noch anmeldeprobleme.
Bekomme folgenden Syslog eintrag:
meine main.cf:postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication failure: no secret in database
postfix/smtpd[32518]: warning: pXXXXXXX.dip0.t-ipconnect.de[XXX.XXX.XXX.XXX]: SASL CRAM-MD5 authentication failed
postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication failure: no secret in database
postfix/smtpd[32518]: warning: pXXXXXXX.dip0.t-ipconnect.de[XXX.XXX.XXX.XXX]: SASL NTLM authentication failed
postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied
postfix/smtpd[32518]: warning: SASL authentication failure: Password verification failed
postfix/smtpd[32518]: warning: pXXXXXXX.dip0.t-ipconnect.de[XXX.XXX.XXX.XXX]: SASL PLAIN authentication failed
postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied
postfix/smtpd[32518]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied
postfix/smtpd[32518]: warning: pXXXXXXX.dip0.t-ipconnect.de[XXX.XXX.XXX.XXX]: SASL LOGIN authentication failed
Ich habe jetzt schon länger nach ner lösung gesucht doch leider keine richtige gefunden, über das thema wird zwar einiges geschrieben aber ne lösung fand ich keine. Vielleicht kann mir ja von euch jemand helfen.# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.
# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
myhostname = XXXXXXX.info
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = XXXXXXX.info, hXXXX.serverkompetenz.net, localhost
relayhost =
mynetworks = 127.0.0.0/8
#mailbox_command = procmail -a "$EXTENSION"
mailbox_transport = cyrus
mailbox_size_limit = 0
recipient_delimiter = +
#SMTPD Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
#smtpd_use_tls = yes
#smtpd_tls_key_file = /etc/apache/conf/ssl.key/server.key
#smtpd_tls_cert_file = /etc/apache/conf/ssl.crt/server.crt
#smtpd_tls_loglevel = 3
#tls_random_source = dev:/dev/urandom
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###