Quote:
Originally Posted by Parsec
I've not used mailman with an ispconfig setup but I jave used it elsewhere on other servers. The 2 lines that are obviously incorrect are:
#-------------------------------------------------------------
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = ''
#-------------------------------------------------------------
# Default host for web interface of newly created MLs
DEFAULT_URL_HOST = ''
#-------------------------------------------------------------
Should be:
DEFAULT_EMAIL_HOST = 'your mailserver name'
(eg: server1.example.com)
DEFAULT_URL_HOST = 'your servers fqdn'
(most probably the name of your server like server1.example.com)
|
Thanks it works, really appreciated