Re: [Mailman-Users] Find a smtp server to send out emails

2020-03-20 Thread eddydonovan
You could definitely try other SMTP services like Sendinblue, Pepipost, etc.

I have found more at -
https://digitalmarketingtipsy.com/email-marketing/best-smtp-services/

and also at
https://digitalmarketingtipsy.com/email-marketing/best-smtp-servers/

These posts feature some good SMTP servers that I too use for personal use.



--
Sent from: http://mailman.9.n7.nabble.com/Mailman-Users-f3.html
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] New installation sudo /etc/init.d/mailman start

2020-03-20 Thread Mailman-admin

Hello

Am 18.03.20 um 13:06 schrieb scoutdubna:


I have made a new installation of mailman using
https://www.howtoforge.com/how-to-install-and-configure-mailman-with-postfix-on-debian-squeeze

This is on an Ubuntu 18.04 server hosted by IONOS

I get all the way through but when I input the start command
sudo /etc/init.d/mailman start
I get the error sudo: /etc/init.d/mailman: command not found

Any ideas please?



Ubuntu 18.04 uses mostly systemd.
Try:
sudo service mailman start
or
sudo systemctl start mailman


Kind regards,
Christian Mack
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org