Tried rebooting and searching qmailrocks.com to no avail.. netstat -lnp reveals... tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 4566/tcpserver
and ps -aux | grep qmail root 3802 0.0 0.0 1288 268 ? S 00:56 0:00 supervise qmail-send root 3804 0.0 0.0 1288 268 ? S 00:56 0:00 supervise qmail-smtpd qmails 3806 0.0 0.0 1464 356 ? S 00:56 0:00 qmail-send qmaill 3808 0.0 0.0 1300 272 ? S 00:56 0:00 /usr/bin/multilog t s2500000 /var/log/qmail/qmail-send qmaill 3809 0.0 0.0 1300 272 ? S 00:56 0:00 /usr/bin/multilog t s2500000 /var/log/qmail/qmail-smtpd root 3811 0.0 0.0 1428 304 ? S 00:56 0:00 qmail-lspawn ./.maildir/ qmailr 3812 0.0 0.0 1424 304 ? S 00:56 0:00 qmail-rspawn qmailq 3813 0.0 0.0 1420 308 ? S 00:56 0:00 qmail-clean qmaild 4566 0.0 0.1 2676 792 ? S 01:07 0:00 /usr/bin/tcpserver -p -v -R -x /etc/tcp.smtp.cdb -c 40 -u 201 -g 200 0.0.0.0 smtp /var/qmail/bin/qmail-smtpd root 4632 0.0 0.0 1484 496 pts/0 S 01:16 0:00 grep qmail so it looks like qmail-smtpd is running. When I run my PHP script entries in the log like @40000000409055f800c1f264 new msg 488947 @40000000409055f800c34a24 info msg 488947: bytes 18924 from <[EMAIL PROTECTED]> qp 4604 uid 81 @40000000409055f8015170c4 end msg 488947 show up but restarting qmail brings up @40000000409052d03463bc4c status: local 0/10 remote 0/20 so the messages aren't making it to queue...I think. On April 29, 2004 06:53 am, Michael Petch wrote: > To see what might be using port 25 you might want to run socklist if > you have it on your system. It will list open sockets and which program > is associated with it. > > On Wed, 2004-04-28 at 18:31, Nick W wrote: > > On April 29, 2004 05:26 am, Shawn wrote: > > > I think this is a symptom of having postfix setup with the rc-update > > > tool. If you do a "rc-update -s" you'll get a list of the services on > > > your box and what state (if any) they should be started in (boot and > > > default are the most common entries). If you see postfix in this list, > > > with a state, give the command "rc-update del postfix default" (where > > > default is the state it's starting in). This should clear up your > > > problem. If not, check on the Gentoo forums - I'm sure someone has run > > > into this. > > > > > > I see a similar issue after every emerge now for vixie-cron. I'm told > > > that cron is already supplying the service. The funny thing is that my > > > "cron" is in fact "vixie-cron" in the first place. One of these days > > > when I'm looking for something to do, I'll dig into this deeper and fix > > > it. > > > > The answer to your issue is here: > > http://forums.gentoo.org/viewtopic.php?t=121455 > > > > Now I got rid of that error...and qmail isnt sending again. Im too young > > for grey hair. It sent 3 messages and inexplicably quit. The qmail-send > > logs showed the 3 being sent, and registers the other new messages but > > never sends them. ps -e shows qmail-smtpd isn't running, but when I try > > to run it I get tcpserver: fatal: unable to bind: address already used. > > Port 25 is in use but by what I don't know....*cry* > > > > at least I know my PHP script works... > > > > > Shawn > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Behalf Of Nick W > > > Sent: Wednesday, April 28, 2004 3:18 PM > > > To: CLUG General > > > Subject: Re: [clug-talk] Sendmail & PHP > > > > > > > > > Update...its working, and Im getting flooded with my test mails now. I > > > didnt read the instructions after the ebuild and hence never ran the > > > ebuild config. DOH! > > > > > > Except now I keep seeing > > > > > > * Caching service dependencies... > > > * Service 'postfix' already provide 'mta'!; > > > * Not adding service 'sendmail'... > > > > > > even though I unmerged postfix. Any ideas? > > > > > > On April 28, 2004 12:04 pm, Nick W wrote: > > > > <SNIP> > > > > > > > > > If you really want to stick with sendmail.... I don't know what to > > > > > say > > > > > > > > Obviously sendmail is the last choice of the majority on this list. I > > > > emerged Qmail (after removing sendmail and ssmtp) and now my function > > > > is returning true. Unfortunately the mail never comes through, > > > > leaving me to suspect what Szemir was talking about is accurate in > > > > shaw's case, blocking the mail b/c its originating from my box. So > > > > now I guess I need to configure qmail... > > > > > > > > Thanks for the help one and all. -- Nick W ([EMAIL PROTECTED]) Registered Linux User #324288 (http://counter.li.org) MSN Messenger: [EMAIL PROTECTED] Yahoo: foolish_gambit ICQ: 303276221 _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

