Page MenuHomeDevCentral

Allow to send mail through SMTP outside nasqueron.org network when logged in
Open, Needs TriagePublic

Description

Normally, users should use ISP SMTP.

But sometimes it's not possible or not convenient to use (see examples section below).

We could allow users to use mail.nasqueron.org SMTP to send mail when they are authenticated.

That would mean:

ModeLocal delivery?Relay?
AuthenticatedYESYES
Local networkYESYES
AnonymousYESNO

Examples

When there is no TLS.

orin.dereckson.drake
$ nc smtpout02.voo.be 587
(no reply)
$ nc smtpout02.voo.be 25
220 smtpout02.voo.be ESMTP Postfix
STARTTLS
502 5.5.1 Error: command not implemented

When you can't send mail without a carefully crafted FROM

554 5.1.8 <noreply@zammad.example.com>: Sender address rejected: Domain not found

554 <dereckson@orin.dereckson.drake>: Sender address rejected: Domain not found

Event Timeline

Configured on port 587 on mail.nasqueron.org.

dereckson removed dereckson as the assignee of this task.Mar 8 2018, 21:07