Categories
General

postfix: send via smarthost

To be able to send emails from a linux server via a smarthost just add this to your /etc/postfix/main.cf:

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:smtp@example.com:mypassword
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = encrypt
relayhost = mail.example.com:587

I use this on my home-server/NAS behind a DSL line to get the root-messages (refer https://www.bergercity.de/general/postfix-redirect-mails-for-root/).

Categories
Allgemein

O2: Weiterleitung zur Mailbox verlängern

Die O2 Mailbox geht per default nach (gefühlten) 6 Sekunden dran. So kann man das ändern:

**61*333**20#

Jetzt geht die Mailbox erst nach 20 Sekunden dran… Anstelle der 20 kann man natürlich auch eine andere Zahl angeben – wobei ich glaube, dass diese durch 5 teilbar sein muss.