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-squeezeThis 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 [email protected] 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
