The ideas of the other I have already tried.
My fetchmail file looks like this:
set postmaster “postmaster@domain.local”
set no bouncemail
set no spambounce
set properties “”
set logfile "/var/log/fetchmail.log"
set daemon 60
poll "ispmail.com"
with protocol pop3
user "user@ispmail.com" there with password "Password" is "user@domain.local" here
mda "/usr/lib/dovecot/deliver -d user@domain.local"
And the answer in the fetchmail log file is:
fetchmail: fetchmail 6.3.26 Dämon wird gestartet
fetchmail: 2 Nachrichten für mail.user@anyhwere.com bei pop.mail.provider.com (7146 Bytes).
fetchmail: Nachricht mail.user@anyhwere.com@imap.mail.provider.com:1 von 2 wird gelesen (3554 Bytes) (Log-Meldung unvollständig)
fetchmail: MDA gab Status 75 ungleich Null zurück
fetchmail: nicht gelöscht
fetchmail: Nachricht mail.user@anyhwere.com@imap.mail.provider.com:2 von 2 wird gelesen (3592 Bytes) (Log-Meldung unvollständig)
fetchmail: MDA gab Status 75 ungleich Null zurück
fetchmail: nicht gelöscht
Do you have another idea?
What means mda has status 75?
Greetings Stefan