bin jetzt gerade dabei das mit getmail zu probieren.
Momentan sieht es so aus:
[options]
delete = false
delete_after = 1
read_all = false
[retriever]
type = SimpleIMAPSSLRetriever
server = imap.server.de
username = user
password = passwort
mailboxes = ("INBOX",)
#move_on_delete = Trash
[destination]
type = Maildir
path = ~/Maildir/
Sind irgendwelche zusätzlichen Konfigurationen noch sinnvoll?
Was muss ich bei destination eintragen, wenn ich lokal Dovecot mit Postfix nutze?
Die Fetchmail Konfiguration war bisher so:
poll pop3.server.de with proto POP3
user 'user' there with password 'passwort' is localusername here options ssl sslcertck sslcertpath /etc/ssl/certs/ sslproto tls1.2
Mit Nennung des "localusername" wurde das dann entsprechend zugestellt.