RE: Sendmail not listening correctly

2005-09-21 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Altering cf files directly is frowned upon. I can't help you there. Sorry, that's what I meant. I was editing the .mc files. > Make sure there is no sendmail listening (port 25 or 587). Here's what I did: 1. Killed all sendmail processes # kil

RE: Sendmail not listening correctly

2005-09-20 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote: > tcp4 0 0 127.0.0.1.62121127.0.0.1.25 SYN_SENT What is this? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___

RE: Sendmail not listening correctly

2005-09-20 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote: > 4. Listed everything after starting sendmail > tcp4 0 0 *.25 *.*CLOSED Clearly the thing is deaf. > 5. Checked /var/log/maillog to find the same errors: > This is starting to get frustrati

RE: Sendmail not listening correctly

2005-09-20 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Altering cf files directly is frowned upon. I can't help you there. Sorry, that's what I meant. I was editing the .mc files. > Make sure there is no sendmail listening (port 25 or 587). Here's what I did: 1. Killed all sendmail processes # kil

RE: Sendmail not listening correctly

2005-09-19 Thread Glenn Dawson
At 10:01 PM 9/19/2005, Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sendmail is running # grep sendmail_submit_enable /etc/defaults/rc.conf sendmail_submit_enable="YES"# Start a localhost-only MTA for mail submission I think the key words above are "localhost-only"

RE: Sendmail not listening correctly

2005-09-19 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote: > I tried doing a: > > #cd /etc/mail && make stop && killall -9 sendmail Use the ps command to ensure sendmail is not running. Use kill > The config file I'm using is made from $hostname.cf. That's where I make > all my changes. Altering cf file

RE: Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > First, keep in mind that these parameters only define how sendmail starts when the system is rebooted. > > Second, stop any sendmail processes. > > Third, start sendmail with the correct cf (config) file. It should be /etc/mail/freebsd.cf. > It is

RE: Sendmail not listening correctly

2005-09-19 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote: This looks to me like the correct combination (to be put in /etc/rc.conf): > sendmail_enable="YES" > sendmail_submit_enable="NO" > I get the following errors in my messages.log > > NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: server SMTP soc

RE: Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When I put any of the following combinations in rc.conf: sendmail_enable="YES" sendmail_submit_enable="YES" sendmail_enable="YES" sendmail_submit_enable="NO" sendmail_enable="YES" I get the following errors in my messages.log NOQUEUE: SYSERR(root)

RE: Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sendmail is running # grep sendmail_submit_enable /etc/defaults/rc.conf sendmail_submit_enable="YES"# Start a localhost-only MTA for mail submission - -- Mike Loiterman grantADLER Tel: 630-302-4944 Fax: 773-442-0992

Re: Sendmail not listening correctly

2005-09-19 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote: > I'm trying to setup my mail server, but sendmail is only listening on the > local interface: > > # netstat -an | grep 25 > tcp4 0 0 127.0.0.1.25 *.*LISTEN $ grep sendmail_submit_enable /etc/defaults/rc.c

Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Using: FreeBSD 5.4-RELEASE Sendmail 8.13.3 I'm trying to setup my mail server, but sendmail is only listening on the local interface: # netstat -an | grep 25 tcp4 0 0 127.0.0.1.25 *.*LISTEN I can do: # t