Ich hab nun endlich Qmail installiert bekommen (ja, im ernst ^^).
Ich kann aber leider keine Emails per Evolution etc. abholen.
Fehler:
Code: Select all
Error while 'Fetching Mail':
Unable to connect to POP server mail.c0ders.de.
Error sending password: Operation now in progress
Ich poste einfach mal die run's in /services/qmail-pop3 und qmail-smtp.
pop3:
Code: Select all
#!/bin/sh
exec 2>&1
exec envdir ./env sh -c '
exec /usr/bin/envuidgid qmaild
/usr/bin/tcpserver -HRDv -x tcp.cdb $IP pop-3
/usr/sbin/qmail-popup `hostname -f`
/home/vpopmail/bin/vchkpw
/usr/sbin/qmail-pop3d Maildir
'
Code: Select all
#!/bin/sh
exec 2>&1
exec envdir ./env sh -c '
exec /usr/bin/softlimit -m $MEMORYLIMIT
/usr/bin/envuidgid qmaild
/usr/bin/tcpserver -UHRDv -x tcp.smtp.cdb -u 89 -g 89 $IP smtp
/usr/sbin/qmail-smtpd 1162-1 /var/vpopmail/bin/vchkpw /bin/true
'
Der steht jedenfalls in der /etc/hostname. 8O
Danke schonmal im voraus, Kai
PS: Vielleicht richte ich Evolution auch falsch ein.
Ich nehme bei pop-Server mail.c0ders.de und bei smtp auch.
MX ist mail.c0ders.de[/code]
