Listing 1: Konfigurationsdatei .mbsyncrc ### Die Konfigurationsdatei verbindet ein entferntes und lokales E-Mail-Postfach. IMAPAccount example Host imap.example.com User foo@example.com Pass foo-password IMAPStore example-remote Account example MaildirStore example-local Path ~/Maildir/ Inbox ~/Maildir/Inbox Channel example-channel Master :example-remote: Slave :example-local: Patterns * Create Slave Sync Pull Listing 2: Konfigurationsdatei .msmtprc ### In der Konfigurationsdatei hinterlegen Sie die Zugangsdaten für Ihren SMTPServer. GMAIL auth on tls on tls_trust_file /etc/pki/tls/cert.pem logfile ~/.msmtp.log account default host smtp.example.com port 587 from foo@example.com user foo@example.com passwordeval "gpg -dq ~/.gmail.gpg" account default : GMAIL