Mark Sapiro wrote: > On 2/13/26 05:41, Ibiam Chihurumnaya via Mailman-users wrote: > > Mark Sapiro wrote: > > OK, this is Django. The default EMAIL_BACKEND from > > mailman_web/settings/base.py is > > django.core.mail.backends.smtp.EmailBackend and unless you've changed > > that or added overrides various other defaults are > > EMAIL_HOST = "localhost" > > EMAIL_PORT = 25 > > EMAIL_HOST_USER = "" > > EMAIL_HOST_PASSWORD = "" > > EMAIL_USE_TLS = False > > EMAIL_USE_SSL = False > > EMAIL_SSL_CERTFILE = None > > EMAIL_SSL_KEYFILE = None > > Are those appropriate? Do you have an outgoing MTA listening on > > localhost:25? What's in it's logs? > > I don't have any of those set, didn't realize I needed to have them set, > > the docs didn't make it obvious too. > > I also didn't notice them in schema.cfg in mailman. > > You normally don't need to set any of those. The defaults should be fine > for a local MTA listening on port 25, however what's in /etc/hosts for > localhost. If it's the IPv6 address ::1, I suggest changing it to 127.0.0.1.
Yes, I did change it after you'd said so in the other thread. > > smtp_port is currently set to 25, and I do have an outgoing MTA listening > > on localhost:25. > > Nothing shows up in the MTA logs about this particular email. > > Again, whats the address for localhost in /etc/hosts? I changed it to 127.0.0.1 after you said so in the last thread. > -- > Mark Sapiro <[email protected]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/AKYPJ3RMOVAZJHNCJ3S42NXI5CISIJYR/ This message sent to [email protected]
