Anne wrote: >> The recipient must be considered local (in @local_domains_maps). Can I >> see a sample of the header that is written? > That's it, I've discovered, but when I try and set my > @local_domains_maps to: > @local_domains_maps = ( ['.emji.net','.blast.com','.mail.emji.net'] ); > all my mail stops going through. I get > relay=127.0.0.1[127.0.0.1], delay=311, status=deferred (lost connection > with 127.0.0.1[127.0.0.1] while sending end of data -- message may be > sent more than once)
> ? This is the format I've found on using google. is it wrong? Looks fine, it could even be shortened to: @local_domains_maps = ( ['.emji.net','.blast.com'] ); The period in front of the domains would include all subdomains (or hostnames) in that domain. > Anne The error should not be related to @local_domains_maps. Look for text like TROUBLE or Failed or Can't in your logs. We need to see what amavisd says in your logs for these failed messages. Does it really start working again if you set?: @local_domains_maps = ( [".$mydomain"] ); it seems unlikely. It may not be unusual to see that message if you shut down amavisd in the middle of processing a message, but if it does it when amavisd is running, the cause needs to be found. Gary V ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
