On Mon, Dec 18, 2000 at 10:18:56AM +1100, _-_-_-_ wrote: > decided to give up wrapping my head around sendmail Wise decision. > unfortunately i seem to be getting the main.cf wrong as far as setting > "mydestination" as trying to send mail results in a "mail loops back to > myself" error... > > from my understanding of the syntax it should read like this > > mydestination = localhost host.domain domain Try: 1) mydestination = localhost, host.domain, domain or 2) myhostname = myserver.mydomain.com.au mydomain = mydomain.com.au mydestination = $myhostname, localhost.$mydomain, $mydomain Cheers Paul Haddon Technical Services Manager Hartingdale Internet -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
