habe auf einer Debian Kiste qmail mit vpopmail und dem smtp-auth patch eingespielt.
Nachdem das einige Zeit lief kommt folgendes Problem:
POP3-Login funktioniert
SMTP-Login funktioniert nicht mehr
Auszug aus /var/log/mail.log:
Code: Select all
Apr 21 20:16:38 sfeni vpopmail[991]: vchkpw: vpopmail user not found sfeni@intranet.lan:10.0.0.2Code: Select all
sfeni:/opt/vpopmail/domains/intranet.lan# cd ~
sfeni:~# /opt/vpopmail/bin/vuserinfo sfeni@intranet.lan
name: sfeni
passwd: ****
clear passwd: ****
uid: 1
gid: 0
all services available
dir: /opt/vpopmail/domains/intranet.lan/sfeni
quota: NOQUOTA
usage: NOQUOTA
last auth: Mon Apr 21 20:16:47 2003
last auth ip: 10.0.0.2
sfeni:~#Code: Select all
sfeni:~# ps aux | grep qmail
qmails 976 0.0 0.0 1300 372 pts/0 S 20:16 0:00 qmail-send
qmaill 977 0.0 0.0 1260 428 pts/0 S 20:16 0:00 splogger qmail
root 978 0.0 0.0 1252 300 pts/0 S 20:16 0:00 qmail-lspawn |/usr/sbin/qmail-procmail
qmailr 979 0.0 0.0 1248 296 pts/0 S 20:16 0:00 qmail-rspawn
qmailq 980 0.0 0.0 1248 324 pts/0 S 20:16 0:00 qmail-clean
qmaild 984 0.0 0.0 1308 504 pts/0 S 20:16 0:00 /usr/bin/tcpserver -R -H -u 64011 -g 65534 -x /etc/tcp.smtp.cdb 0 smtp /usr/sbin/qmail-smtpd 10.0.0.5 /opt/vpopmail/bin/vchkpw /bin/true
root 985 0.0 0.0 1248 260 pts/0 S 20:16 0:00 splogger qmail -t qmail -p mail.notice
root 987 0.0 0.0 1308 492 pts/0 S 20:16 0:00 /usr/bin/tcpserver -H -R 0 pop-3 /usr/sbin/qmail-popup 10.0.0.5 /opt/vpopmail/bin/vchkpw /usr/sbin/qmail-pop3d Maildir
root 1002 0.0 0.0 1336 468 pts/0 S 20:24 0:00 grep qmailDa nun E-Mail nicht mehr geht kann ich da nichts mehr testen. :-(
Jemand eine Idee?