offlineimap erlaubt mehrere Remote-IMAP-Accounts mit einer lokalen Maildir-Verzeichnisstruktur zu synchronisieren. Werden mehrere IMAP-Accounts in ein lokales Maildir synchronisiert, muß man sich überlegen, wie man die Verzeichnisse anlegt. Der folgende Artikel beschreibt ein Setup für posteo.de.
Continue reading “offlineimap-Konfiguration für posteo, GMX und mailbox.org”Category: email
sendmail_wrapper
sendmail_wrapper.py is a script which can be installed in server systems without an own local mail server.
It acts as a replacement for /usr/sbin/sendmail
and forwards all local system emails (e.g. generated by cron) to a predefined external mail account.
Manually trigger an offlineimap refresh
offlineimap is a python based tool to synchronize a remote IMAP mailbox to a local Maildir folder structure. Usually it is started in background and starts the synchronization in regular intervals (autorefresh
setting). If the offlineimap receives a SIGUSR signal it manually triggers the synchronisation as soon as possible. This is exactly what offlineimap_refresh.sh is doing.
Hotfix for courier-mta on Ubuntu 16.04
On Ubuntu 16.04 the installation of the Courier MTA package fails with the following error message:
courier-mta.service is not a native service, redirecting to systemd-sysv-install Executing /lib/systemd/systemd-sysv-install enable courier-mta insserv: script courier-mta: service courier-mta already provided! insserv: exiting now!
Howto: Courier-MTA forward only setup
Folgendes Aufgabenstellung:
- Es gibt ein zentrales Mail-Relay (“Relay”)
- Es gibt einen Rechner mit einem lokalem Mailserver, bei dem smartd-Alarme etc. Cron-Jobs auf dem root-Account aufschlagen (“Server”)
- Die Mails des Rechners sollen an einen Account auf dem Relay geschickt werden, damit sie (zusammem mit den Mails anderer Rechner) gelesen werden