Hello,

I wish to use on my notebook to deliver emails via relay to my server
regardless of location and Internet connection.

on notebook I have

:
accept from local for any relay via tls+auth://user@myserver auth <secrets>
:

on server I have

:
listen on egress tls pki myserver auth-optional
listen on egress port submission tls-require pki myserver auth


I tested it from my LAN and it worked.

Today I wrote few emails during comuting. After connection to network, I'm not
able to deliver

doas smtpctl show queue
reported firstly something about not resolved MX address

after
doas smtpctl schedule all 
5 envelopes scheduled

I'm getting
Network error on destination MXs

doas smtpctl resume mta 
command failed

In log I see
Sep  8 07:56:45 mynotebook smtpd[19575]: smtp-out: Error on session 
97f00336911384e4: TLS required but not supported by remote host

I'm using OpenBSD -current on notebook
OpenSMTPD 5.4.4

and OpenBSD 5.8 GENERIC.MP#1137 amd64 from snapshot on server
OpenSMTPD 5.4.4

Please
- is my configuration correct?
- shal I somehow debug the command failed output from smtpctl resume mta?
- is this approach (idea) of delivering emails this way correct?

Thank you,
Jiri

-- 
Jiri Navratil, http://kouc.navratil.cz, +420 222 767 131


-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to