| | |
| | | #------------------------------------------------------------- |
| | | # If you change these, you have to configure your http server |
| | | # accordingly (Alias and ScriptAlias directives in most httpds) |
| | | DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/' |
| | | DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/' |
| | | PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private' |
| | | IMAGE_LOGOS = '/images/mailman/' |
| | | |
| | |
| | | # http://www.jamesh.id.au/articles/mailman-spamassassin/ |
| | | # GLOBAL_PIPELINE.insert(1, 'SpamAssassin') |
| | | |
| | | POSTFIX_MAP_CMD = '/etc/mailman/virtual_to_transport.sh' |
| | | |
| | | # Note - if you're looking for something that is imported from mm_cfg, but you |
| | | # didn't find it above, it's probably in /usr/lib/mailman/Mailman/Defaults.py. |