diff options
| author | bwarsaw | 2000-03-22 00:03:12 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-03-22 00:03:12 +0000 |
| commit | af602f6847e96918634589dd1b5aa90dab092183 (patch) | |
| tree | 8a3b37346d02c3b9cf1e7e59de4f0168cb8cdc23 | |
| parent | aaf784599dc16844be5f5ffc4d047515e180dc7e (diff) | |
| download | mailman-af602f6847e96918634589dd1b5aa90dab092183.tar.gz mailman-af602f6847e96918634589dd1b5aa90dab092183.tar.zst mailman-af602f6847e96918634589dd1b5aa90dab092183.zip | |
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index f5df18788..2f114b4f5 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -115,7 +115,7 @@ DELIVERY_MODULE = 'SMTPDirect' SENDMAIL_CMD = '/usr/lib/sendmail' # SMTP host and port, when DELIVERY_MODULE is 'SMTPDirect' -SMTPHOST = '@FQDN@' +SMTPHOST = '@URL@' SMTPPORT = 0 # default from smtplib # 1 to use crypt for passwords instead of md5. |
