[Update 21. Februar 2010: Nun mit Namensauflösung]
Linux: Ubuntu 9.10
Benötigte Pakete: isdnlog
Einstellungen:
Continue reading ‘Getting Jabber/Mail Notifications on incoming ISDN calls’
“not a day without wordpress”
[Update 21. Februar 2010: Nun mit Namensauflösung]
Linux: Ubuntu 9.10
Benötigte Pakete: isdnlog
Einstellungen:
Continue reading ‘Getting Jabber/Mail Notifications on incoming ISDN calls’
Mein Problem: Ein Server daheim soll E-Mails verschicken können. Wenn ich aber direkt mit der Arcor-IP E-Mails versende, werde ich oft blockiert.
Darum musste ich postfix einen SMTP-Server mit Auth+TLS beibringen:
/etc/postfix/main.cf:
relayhost = smtp.googlemail.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
smtp_sasl_security_options = noanonymous
smtp_use_tls = yes
smtp_tls_loglevel = 1
smtp_tls_security_level = encrypt
smtp_tls_mandatory_ciphers = high
smtp_tls_security_level = secure
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
/etc/postfix/smtp_auth:
smtp.googlemail.com username@gmail.com:password
Dann postmap /etc/postfix/smtp_auth und /etc/init.d/postfix stop && /etc/init.d/postfix start
Unter Ubuntu 9.10-server existiert die Datei /etc/ssl/certs/ca-certificates.crt bereits.
Problem:
vdradmin-am zeigt Umlaute nicht korrekt an. Im Browser manuell UTF-8 auswählen zeigt die Umlaute korrekt an (allerdings nur bis zum nächsten Laden der Seite oder Neustart des Browsers)
Lösung:
sudo sed -i s/ISO-8859-1/UTF-8/g /usr/bin/vdradmind /usr/share/vdradmin-am/template/default/*.html
Recent Comments