I_Maruko_I
New Member
Hallo erstmal.
Ich dachte ich würde mit SASL zurecht kommen, da es erst funtzte.
Ich benutzte erst die SASL DB, was auch ging.
Dann wollte ich auf MySQL umstellen, da ich einfacher mit MySQL umgehen kann wen ich webscripts schreiben wollte.
Allerdings lies mich SASL jetzt nichts mehr über Postfix verschicken.
Also dachte ich, ok bis ich den fehler finde weiter mit der SASL DB.
HAHA als ob mich mein Server lieb hätte!
Jetzt funtzt keine Methode, und ich weiß nicht woran das liegt.
Vieleicht würden die logs ja helfen, aber ich finde die von SASL nicht, und in den Standart logs steht nur das SASL die auth nicht zuläst.
Outloock gibt garkeine fehlermeldung wieder und über Telnet steht nur auth fehlgeschlagen.
Kann mir jemand helfen? was braucht ihr?
hier einfach mal der SASLFinger ausdruck:
Marco
Ich dachte ich würde mit SASL zurecht kommen, da es erst funtzte.
Ich benutzte erst die SASL DB, was auch ging.
Dann wollte ich auf MySQL umstellen, da ich einfacher mit MySQL umgehen kann wen ich webscripts schreiben wollte.
Allerdings lies mich SASL jetzt nichts mehr über Postfix verschicken.
Also dachte ich, ok bis ich den fehler finde weiter mit der SASL DB.
HAHA als ob mich mein Server lieb hätte!
Jetzt funtzt keine Methode, und ich weiß nicht woran das liegt.
Vieleicht würden die logs ja helfen, aber ich finde die von SASL nicht, und in den Standart logs steht nur das SASL die auth nicht zuläst.
Outloock gibt garkeine fehlermeldung wieder und über Telnet steht nur auth fehlgeschlagen.
Kann mir jemand helfen? was braucht ihr?
hier einfach mal der SASLFinger ausdruck:
Code:
saslfinger - postfix Cyrus sasl configuration Wed May 23 12:45:59 CEST 2007
version: 1.0.1
mode: server-side SMTP AUTH
-- basics --
Postfix: 2.2.1
System:
Welcome to SuSE Linux 9.3 (i586) - Kernel \r (\l).
-- smtpd is linked to --
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x4006b000)
-- active SMTP AUTH and TLS parameters for smtpd --
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
-- listing of /usr/lib/sasl2 --
total 328
drwxr-xr-x 2 root root 4096 May 23 12:11 .
drwxr-xr-x 44 root root 12288 Apr 15 13:52 ..
-rwxr-xr-x 1 root root 695 Mar 19 2005 libanonymous.la
-rwxr-xr-x 1 root root 13560 Mar 19 2005 libanonymous.so
-rwxr-xr-x 1 root root 13560 Mar 19 2005 libanonymous.so.2
-rwxr-xr-x 1 root root 13560 Mar 19 2005 libanonymous.so.2.0.20
-rwxr-xr-x 1 root root 749 Mar 19 2005 libgssapiv2.la
-rwxr-xr-x 1 root root 25912 Mar 19 2005 libgssapiv2.so
-rwxr-xr-x 1 root root 25912 Mar 19 2005 libgssapiv2.so.2
-rwxr-xr-x 1 root root 25912 Mar 19 2005 libgssapiv2.so.2.0.20
-rwxr-xr-x 1 root root 679 Mar 19 2005 liblogin.la
-rwxr-xr-x 1 root root 14420 Mar 19 2005 liblogin.so
-rwxr-xr-x 1 root root 14420 Mar 19 2005 liblogin.so.2
-rwxr-xr-x 1 root root 14420 Mar 19 2005 liblogin.so.2.0.20
-rwxr-xr-x 1 root root 679 Mar 19 2005 libplain.la
-rwxr-xr-x 1 root root 14420 Mar 19 2005 libplain.so
-rwxr-xr-x 1 root root 14420 Mar 19 2005 libplain.so.2
-rwxr-xr-x 1 root root 14420 Mar 19 2005 libplain.so.2.0.20
-rwxr-xr-x 1 root root 707 Mar 19 2005 libsasldb.la
-rwxr-xr-x 1 root root 18792 Mar 19 2005 libsasldb.so
-rwxr-xr-x 1 root root 18792 Mar 19 2005 libsasldb.so.2
-rwxr-xr-x 1 root root 18792 Mar 19 2005 libsasldb.so.2.0.20
-rw------- 1 postfix postfix 319 May 23 12:11 smtpd.conf
-- listing of /usr/local/lib/sasl2 --
total 12
drwxr-xr-x 2 root root 4096 May 23 12:28 .
drwxr-xr-x 4 root root 4096 May 23 12:27 ..
-rw------- 1 postfix postfix 319 May 23 12:11 smtpd.conf
-- content of /usr/lib/sasl2/smtpd.conf --
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
log_level: 3
sql_engine: mysql
sql_hostname: h1009518.serverkompetenz.net
sql_database: sasl
sql_user: --- replaced ---
sql_passwd: --- replaced ---
sql_select: SELECT %p FROM users WHERE username = '%u' AND userrealm = '%r' AND auth = '1'
sql_usessl: no
-- content of /usr/local/lib/sasl2/smtpd.conf --
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
log_level: 3
sql_engine: mysql
sql_hostname: h1009518.serverkompetenz.net
sql_database: sasl
sql_user: --- replaced ---
sql_passwd: --- replaced ---
sql_select: SELECT %p FROM users WHERE username = '%u' AND userrealm = '%r' AND auth = '1'
sql_usessl: no
-- active services in /etc/postfix/master.cf --
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
smtp inet n - n - - smtpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
-o fallback_relay=
showq unix n - n - - showq
error unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
procmail unix - n n - - pipe
flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}
-- mechanisms on localhost --
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
-- end of saslfinger output --
Marco