diff options
| author | bwarsaw | 2000-11-09 16:29:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-11-09 16:29:36 +0000 |
| commit | b22762b5252fb40095381f09acf2d86a23cea50d (patch) | |
| tree | 52f0bcf5e849ba195db508c37edbb7f103daa73f /FAQ | |
| parent | cb60434c9d32cb5ac48d9fcda86e94f4889e1416 (diff) | |
| download | mailman-b22762b5252fb40095381f09acf2d86a23cea50d.tar.gz mailman-b22762b5252fb40095381f09acf2d86a23cea50d.tar.zst mailman-b22762b5252fb40095381f09acf2d86a23cea50d.zip | |
Diffstat (limited to 'FAQ')
| -rw-r--r-- | FAQ | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -14,13 +14,16 @@ Q. I'm getting really terrible performance for outgoing messages. It seems that if the MTA has trouble resolving DNS for any recipients, qrunner just gets really slow clearing the queue. Any ideas? -A. What's likely happening is that your MTA is doing DNS resolution - for messages delivered locally (i.e. from Mailman to your MTA via - SMTPDirect.py). This is a Bad Thing. You need to turn off - synchronous DNS resolution for messages originating from the local - host. See the README.YOURMTA file to see if there's specific - instructions on how to fix this for your MTA, or check your MTA's - documentation. +A. What's likely happening is that your MTA is doing DNS resolution on + recipients for messages delivered locally (i.e. from Mailman to + your MTA via SMTPDirect.py). This is a Bad Thing. You need to + turn off synchronous DNS resolution for messages originating from + the local host. + + In Exim, the value to edit is receiver_verify_hosts. See + README.EXIM for details. Other MTAs have (of course) different + parameters and defaults that control this. First check the README + file for your MTA and then consult your MTA's own documentation. Q. What if I get "document contains no data" from the web server, or mail isn't getting delivered, or I see "Premature end of script |
