On Tue, Aug 1, 2017, at 02:29 PM, Rafael Mora wrote:
Hello Abhilash,
I have this in my settings.py file:
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' EMAIL_PORT = 25 #EMAIL_HOST_USER = 'mailing@labbrands.com' #EMAIL_HOST_PASSWORD = '******'
This looks good to me.
What should I use in user and password?? Does Django use postfix to send the email???
I think you don't need a password and username as long as your postfix is configured to relay local emails without authentication (which it is by default if you installed from distro packages and if you haven't changed the settings).
Thanks
El mar., 1 ago. 2017 a las 16:20, Abhilash Raj (<raj.abhilash1@gmail.com>) escribió:>> Hi,
On Tue, Aug 1, 2017, at 02:11 PM, Rafael Mora wrote:
It's ok now, but still I can't make it send the confirmation email>> > This is from mailman.log:
[mailman@localhost logs]$ tail -f mailman.log Aug 01 15:59:18 2017 (2327) lmtp runner started. Aug 01 15:59:18 2017 (2333) virgin runner started. Aug 01 15:59:18 2017 (2332) retry runner started. Aug 01 15:59:18 2017 (2330) pipeline runner started. Aug 01 15:59:18 2017 (2325) command runner started. Aug 01 15:59:19 2017 (2328) nntp runner started. Aug 01 15:59:19 2017 (2326) in runner started. Aug 01 16:01:38 2017 (2331) 127.0.0.1 - - "GET /3.0/lists?count=0&page=1&advertised=true HTTP/1.1" 200 90 Aug 01 16:01:38 2017 (2331) 127.0.0.1 - - "GET /3.0/lists?count=10&page=1&advertised=true HTTP/1.1" 200 90 Aug 01 16:01:38 2017 (2331) 127.0.0.1 - - "GET /3.0/domains HTTP/1.1" 200>> > 90
What should I do?
If you are talking about Account confirmation emails, they usually are>> sent out from Django and not Mailman Core itself.
To configure Django you need to edit the
settings.py
file, wherever>> that is one your installation. If you are following the guide mentioned>> at http://docs.mailman3.org/en/latest/prodsetup.html, it should be at>>mailman-suite/mailman-suite_project/settings.py
.To configure your Django to send emails, have a look at http://docs.mailman3.org/en/latest/config-web.html#setting-up-email-required.>> That documentation page has pretty much everything you need in order to>> have a running Web Frontend, please go through it and make sure you have>> everything configured.
Finally, the actual emails from Mailing lists are supposed to be handled>> by Core. You need to configure Postorius & Mailman both to communicate.>> The settings are mentioned http://docs.mailman3.org/en/latest/config-core.html#configuring-mta here.
Hope that helps!
El mar., 1 ago. 2017 a las 15:36, Mark Sapiro (<mark@msapiro.net>)>> > escribió:
On 8/1/17 1:14 PM, Rafael Mora wrote:
Why does it say Address already in use?
Because you are starting lm tp runner and it's already running.>> > > Do 'mailman stop'. Then ensure no Mailman processes are running. kill>> > > any if necessary. Then do 'mailman start'.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers,>> > > San Francisco Bay Area, California better use your sense - B. Dylan>> > > _______________________________________________ Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/>> > >
Atentamente / Best Regards
Ing. Rafael Mora
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/>>
-- thanks, Abhilash Raj
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/> --
Atentamente / Best Regards
Ing. Rafael Mora
-- thanks, Abhilash Raj