diff options
| author | Barry Warsaw | 2009-11-28 13:40:20 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-28 13:40:20 -0500 |
| commit | 5f799a91a16e54f8d7f6333b49a7674b92cc204a (patch) | |
| tree | 0511c7a3a189ae7ac7b5aaec4d34aa91f4341e09 /src/mailman/config | |
| parent | 8abd5523521aaf15d53d64056212df8ad94474af (diff) | |
| download | mailman-5f799a91a16e54f8d7f6333b49a7674b92cc204a.tar.gz mailman-5f799a91a16e54f8d7f6333b49a7674b92cc204a.tar.zst mailman-5f799a91a16e54f8d7f6333b49a7674b92cc204a.zip | |
When no arguments are given to 'bin/members', print a list of all the mailing
list's member addresses and real names.
Change the default LMTP server port to 8024, since 24 is the default (for
postfix) but we don't want to require root.
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/schema.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 36e736345..89898f441 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -286,7 +286,7 @@ smtp_port: 25 # Where the LMTP server listens for connections. lmtp_host: localhost -lmtp_port: 8025 +lmtp_port: 8024 # Ceiling on the number of recipients that can be specified in a single SMTP # transaction. Set to 0 to submit the entire recipient list in one |
