Re: OpenSMTPd not respecting relay port?

2020-03-15 Thread Oscar Carlsson
sön 2020-03-15 klockan 08:47 +1100 skrev Antonino Sidoti: > Hello, > > There is a really good example on how to do this; “man smtpd.conf”. > > This is the what man page says; > > table aliases file:/etc/mail/aliases > table secrets file:/etc/mail/secrets > > listen on lo0 > > action

Re: OpenSMTPd not respecting relay port?

2020-03-14 Thread Antonino Sidoti
Hello, There is a really good example on how to do this; “man smtpd.conf”. This is the what man page says; table aliases file:/etc/mail/aliases table secrets file:/etc/mail/secrets listen on lo0 action "local_mail" mbox alias action "outbound" relay host smtp+tls://b...@smtp.example.com \

OpenSMTPd not respecting relay port?

2020-03-14 Thread Oscar Carlsson
Hi, I'm trying to setup a relay on an OpenBSD machine. But, no matter what I do, OpenSMTPd never seems to respect the port I specify, even when using smtps which _should_ default to port 465? My smtpd.conf: table aliases file:/etc/mail/aliases table secrets file:/etc/mail/secrets listen on