Dies ist eine alte Version des Dokuments!
Vorraussetzung: ein SMTP-Server ( z.B. postfix-dovecot-imapd )
Debian ( ab 5.0 ):
dovecot-imapd
openSuSE ( ab 11.4 ):
dovecot20
centOS ( ab 6 ):
dovecot
Default Konfiguration funktioniert out of the box. Ansehen mit:
doveconf -n
Bei Debian empfehlen wir das Mailbox Format auf Maildir umzustellen:
… mail_location = maildir:~/Maildir …
Vor dem Testen dem Empfänger eine Mail schicken … 1)
swaks -f iw@test -t nutzer15@localhost -s localhost
netcat -v localhost 143 . capability . login nutzer15 villa . list "" "*" . logout
imtest -a nutzer15 -w villa localhost . capability . list "" "*" . SELECT INBOX . logout
mutt -f imap://nutzer15@localhost
http://search.cpan.org: Net::IMAP
Debian Paket: libnet-imap-perl