Re: How do I get sendmail working again

2008-01-07 Thread Andrew Falanga
On Sunday 06 January 2008 02:34:34 Josh Tolbert wrote: On Sun, Jan 06, 2008 at 09:22:52AM +, Matthew Seaman wrote: There's your problem. You've got two conflicting sets of daemon options -- effectively you're telling sendmail to bind to the same interfaces twice for port 25. Just

Re: How do I get sendmail working again

2008-01-06 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew Falanga wrote: [...] dnl Enable for both IPv4 and IPv6 (optional) DAEMON_OPTIONS(`Name=IPv4, Family=inet') - DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O') [...] DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl

Re: How do I get sendmail working again

2008-01-06 Thread Josh Tolbert
On Sun, Jan 06, 2008 at 09:22:52AM +, Matthew Seaman wrote: There's your problem. You've got two conflicting sets of daemon options -- effectively you're telling sendmail to bind to the same interfaces twice for port 25. Just delete the DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl line and

RE: How do I get sendmail working again

2008-01-05 Thread Andrew Falanga
Wanted to post the contents of my hostname.mc file: whitbap# cat whitbap.mc divert(-1) # # Copyright (c) 1983 Eric P. Allman # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # Redistribution and use in source and binary forms, with or without

Re: How do I get sendmail working again

2008-01-05 Thread Giorgos Keramidas
On 2008-01-05 11:18, Andrew Falanga [EMAIL PROTECTED] wrote: Wanted to post the contents of my hostname.mc file: whitbap# cat whitbap.mc [...] FEATURE(`no_default_msa') MAILER(local) MAILER(smtp) This part seems ok. dnl set SASL options dnl TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5