Hey there, if just finished the Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5) HowTo and everything works fine so far... In this case everything means pop3 an receive mails... Sending mails with an mailclient ends in the log file with an entry like this one: Code: Oct 30 13:51:06 suse101 postfix/smtpd[31641]: warning: xxx.xxx.de[123.123.123.123]: SASL LOGIN authentication failed Oct 30 13:51:08 suse101 postfix/smtpd[31641]: warning: xxx.xxx.de[123.123.123.123]: SASL LOGIN authentication failed I´ve tried some changes in config files but without any success... The server runs an SuSE 10.1 64bit OS an IMHO thats the problem I´ve checked everthiny so far but had some problems with the authdaemon part. Someone got it to fly within SuSE10.1 ?? Help needed... Thanks a lot - and great work from Falko Timme. bye
What's the output of Code: updatedb locate smtpd.conf and Code: ps aux | grep saslauthd ? BTW, is there a special reason you use SuSE 10.1? In my experience this is not the best distribution (cough, cough...)...
No theres no special reason... I prefer FC5/6 but this rootserver was preconfigured with suse or debian and the other guy who rent it with me just knows suse.... So i have to live with it and make the best of it.. :/ Code: # locate smtpd.conf /usr/lib/sasl2/smtpd.conf /usr/lib64/sasl2/smtpd.conf Code: # ps aux |grep sasl root 31923 0.0 0.0 20208 988 ? Ss 14:30 0:00 /usr/sbin/saslauthd -a pam root 31924 0.0 0.1 20484 1400 ? S 14:30 0:00 /usr/sbin/saslauthd -a pam root 31925 0.0 0.1 20484 1396 ? S 14:30 0:00 /usr/sbin/saslauthd -a pam root 31926 0.0 0.1 20484 1396 ? S 14:30 0:00 /usr/sbin/saslauthd -a pam root 31927 0.0 0.1 20484 1396 ? S 14:30 0:00 /usr/sbin/saslauthd -a pam root 367 0.0 0.0 2996 712 pts/1 S+ 15:10 0:00 grep sasl Any hints?