| Newsgroups |
gmane.mail.getmail.user |
| Message-ID |
<[email protected]> |
Hi Charles and others,
I'm using getmail 5.6 on my OpenSuse Leap 15.1 for a long while now, for several email accounts like e.g. this sender address. Love it!
For my German Deutsche Telekom "T-Online" account, which is capable of IDLE/RFC 2177, I'm recognizing periodically, from time to time, that getmail "looses" the push connection.
"systemctl status" shows IDLE getmail service in this case still as active and running, no error msgsg at a first glance found.
Not a big issue, happens only once or so in one or two weeks, "systemctl restart" solves until the next connection loss.
But any hints how to narrow down this "loss"? Any logs which I might have overseen?
Regards,
Michael
FYI:
SYSTEND UNIT FILE:
[Unit]
Description=Getmail for [email protected]
Wants=dovecot.service
After=dovecot.service
[Service]
User=vmail
Group=vmail
ExecStart=/usr/bin/getmail --getmaildir=/var/getmail/[email protected] --idle INBOX
Restart=always
[Install]
WantedBy=multi-user.target
GETMAILRC
[retriever]
type = SimpleIMAPSSLRetriever
server = secureimap.t-online.de
port = 993
username = [email protected]
password = topsecret
#mailboxes = ("INBOX.Sent",)
mailboxes = ("INBOX",)
[destination]
type = MDA_external
path = /usr/lib/dovecot/dovecot-lda
# -e: make dovecot return an error if necessary
arguments = ("-e", "-d", "[email protected]", "-m", "INBOX")
user = vmail
group = vmail
[options]
# retrieve all emails
read_all = true
# delete after succesful delivery
delete = true
# do not add a Delivered-To: header field
delivered_to = false
# do not add a Received: header field