Re: [Mailman-Users] Mailman without localhost ?

The Service-Assistant of my hosting tried to solve, but did not found both of the default entries in mm_cfg.py.
SMTPHOST = 'localhost'
SMTPPORT = 0
So he's asking for accurate steps to handle SMTP Host Override (Plesk 12.5.x.).
Also he wants to know, how to prevent overriding that values during next server-update.
K.
Antwort auf Nachricht vom 2016-03-13 - 23:44:12 :

On 3/29/16 1:22 PM, kapuzino@web.de wrote:
Those settings are the defaults defined in Mailman/Defaults.py
If you want to change them, you redefine them in Mailman/mm_cfg.py and your redefinition will override the default. See <http://wiki.list.org/x/4030588>.
So, for example, to change the port to 587, you just need to add
SMTPPORT = 587
to Mailman/mm_cfg.py.
Also he wants to know, how to prevent overriding that values during next server-update.
Mailman upgrades never overwrite mm_cfg.py. What Plesk does in a Plesk update is a Plesk question that I can't answer. A Plesk update SHOULD not overwrite mm_cfg.py, but I can't say that it will or wont.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On 3/29/16 1:22 PM, kapuzino@web.de wrote:
Those settings are the defaults defined in Mailman/Defaults.py
If you want to change them, you redefine them in Mailman/mm_cfg.py and your redefinition will override the default. See <http://wiki.list.org/x/4030588>.
So, for example, to change the port to 587, you just need to add
SMTPPORT = 587
to Mailman/mm_cfg.py.
Also he wants to know, how to prevent overriding that values during next server-update.
Mailman upgrades never overwrite mm_cfg.py. What Plesk does in a Plesk update is a Plesk question that I can't answer. A Plesk update SHOULD not overwrite mm_cfg.py, but I can't say that it will or wont.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
kapuzino@web.de
-
Mark Sapiro