Postfix: SASL? Allgemeine Config

Nascar

New Member
Hallo,
ich habe ein Problemchen mit meinem Postfix. Und zwar bekomme ich immer die verschiedensten Fehler Meldungen. Zurzeit ist es so das ich mich garnicht mehr Authentifizieren kann.
Hier erstmal die cfgs:
main.cf
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = h898941.serverkompetenz.net
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = $myhostname, localhost
mynetworks = 127.0.0.0/8
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
home_mailbox = Maildir/
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
virtual_alias_domains = ens-clan.net, european-nightstalkers.net
virtual_alias_maps = hash:/etc/postfix/virtual_domains
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
sasl/smtpd.conf
Code:
pwcheck_method: pwcheck
mech_list: plain login
allow_plaintext: true

früher ging es immer so, dass ich einen unix user angelegt habe. ihn in der virtual_alias_maps = hash:/etc/postfix/virtual_domains eine email adresse gegeben hab und postmap /etc/postfix/virtual_domains drüber. Joa und dann lief das ganze. Nun geht es aber nicht mehr?! und ich weiß nicht warum.

also ich musste nix mit saslpasswd2 oder so machen. für passwörter hat passwd USER gereicht

MfG
Alex
 
evtl wäre es ganz cool wenn sich jemand bei mir per icq 176303668 melden könnte, weil iwie funzt selbst courier jetzt nicht mehr :(
 
Hallo!
Und zwar bekomme ich immer die verschiedensten Fehler Meldungen.
Und die erraten wir jetzt, oder wie :). Sorry, aber wenn es weitere Informationen gibt, dann solltest du uns diese auch mitteilen.

PS : Bitte keine Beiträge pushen. Danke.

mfG
Thorsten
 
zurzeit kommt immer folgendes beim imap login:

Code:
Oct  4 20:28:10 h898941 imaplogin: authdaemon: starting client module
Oct  4 20:28:10 h898941 imaplogin: authdaemon: REJECT
Oct  4 20:28:15 h898941 imaplogin: LOGIN FAILED, ip=[::ffff:217.88.57.162]
Oct  4 20:28:15 h898941 imaplogin: LOGIN: DEBUG: ip=[::ffff:217.88.57.162], command=LOGIN
Oct  4 20:28:15 h898941 imaplogin: LOGIN: DEBUG: ip=[::ffff:217.88.57.162], username=seratio
Oct  4 20:28:15 h898941 imaplogin: LOGIN: DEBUG: ip=[::ffff:217.88.57.162], password=*****
Oct  4 20:28:15 h898941 imaplogin: authdaemon: starting client module
Oct  4 20:28:15 h898941 imaplogin: authdaemon: REJECT
Oct  4 20:28:20 h898941 imaplogin: LOGIN FAILED, ip=[::ffff:217.88.57.162]
Oct  4 20:28:40 h898941 imaplogin: LOGIN: DEBUG: ip=[::ffff:217.88.57.162], command=LOGOUT
Oct  4 20:28:40 h898941 imaplogin: LOGOUT, ip=[::ffff:217.88.57.162]
 
Back
Top