Hi how do i cinfigure ISPconfig to use my ISP's smtp relay server ? the server is mailout.privat.bahnhof.se and it uses port 465 i have put this info in to serverconfig - mail - relayhost = mailout.privat.bahnhof.se:465 and then username and password. i cant get it to work. any ideas ? \\BlueScreenTT
That's how you do it. Check the mail.log file to find out why your ISP rejects the messages. And it might be simply that your ISP does not allow such kind of relaying through his servers, so you might check with their support as well.
soo nothing :-( 2023-10-07T14:20:52.216220+02:00 kira postfix/smtp[3583]: D8B1D680DC1: lost connection with mailout.privat.bahnhof.se[212.116.79.247] while receiving the initial server greeting 2023-10-07T14:21:02.350223+02:00 kira postfix/smtp[3583]: D8B1D680DC1: to=<[email protected]>, relay=mailout.privat.bahnhof.se[79.136.2.55]:465, delay=20, delays=0.11/0.08/20/0, dsn=4.4.2, status=deferred (lost connection with mailout.privat.bahnhof.se[79.136.2.55] while receiving the initial server greeting) ill have to fiddle a bit more, maybe i find the error
Maybe try port 25 or 587 instead of port 465. With proper certificates installed tls should be used while sending (mandatory when using 587). And put relay host between [ ... ], so you get [mailout.privat.bahnhof.se]:465
thanks for the tip. still cant get it to work. ill call Bahnhof again if i get it working ill post an update here