uucp mit ssl
Posted Wed 27 Sep 2017 03:27:53 PM CEST
Florian Lohoff
Weil sich am stunnel/openssl ständig was ändert hier nochmal mein Setup für andere:
Auf dem Client in der /etc/postfix/main.cf
default_transport = uucp
relayhost = pax.zz.de
In der /etc/postfix/master.cf in der Zeile mit dem uucp transport das "-r" entfernen damit bei dem queue einer mail sofort das remote system "angerufen" wird.
In der /etc/uucp/port
port SSL
type pipe
command /usr/bin/openssl s_client -host \H -port 4031
In der /etc/uucp/sys
system pax.zz.de
call-login *
call-password *
time any
address pax.zz.de
port SSL
protocol g
Wenn man dann alle 10 Minuten nach Mails auf dem Server sehen will noch einen schnellen cron eintrag in z.b. /etc/cron.d/uucico
*/10 * * * * root /usr/sbin/uucico -Spax.zz.de
Dann noch in der /etc/uucp/call systemname/login/password hinterlegen und schon ist der client fertig. Schon ist das uucp/mail setup für das Roadwarrior Notebook fertig.