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. > >

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

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-05 Thread Giorgos Keramidas
On 2008-01-05 11:18, Andrew Falanga <[EMAIL PROTECTED]> wrote: > Wanted to post the contents of my .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

RE: How do I get sendmail working again

2008-01-05 Thread Andrew Falanga
Wanted to post the contents of my .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 # modifi

How do I get sendmail working again

2008-01-05 Thread Andrew Falanga
HI, I've gotten myself into a real fix at this point. (This is a continuation of the thread I started, "sendmail is broken, how do I fix?") I was trying to setup authentication based relaying using istructions at http://www.puresimplicity.net/~hemi/freebsd/sendmail.html. I must first say th