Hello All,


Payal Rathod wrote: > * justin aruja <[EMAIL PROTECTED]> [2003-03-24 18:10]: >> Updation completed succesfully. But after updation I cann't send >> mail from internal Lan network and External . I get the error > So, it means that qmail-smtpd is not running on port 25. How do u run > it? tcpserver or xinetd? Give details on starting.

We are using tcpserver

srs wrote
I guess this guy managed to install some other MTA on top of qmail-smtpd on
install? That is, he upgraded, and also added / upgraded sendmail, which
then got set up with an initscript to also try listening on port 25.
That sort of thing does happen during upgrades when you don't watch out.
>> But I get mail from crontab about the completion of assigned tasks
Check the headers of your cron mails - do they say sendmail (say
8.12.5/8.12.5) or qmail? And cron calls sendmail or whatever on localhost -
doesn't need anything to listen on port 25.

In the header it is Qmail


Sure, that is what we are here for. Supply lots of details. How you start
qmail, qmail-smtpd, how you do logging etc.

svsscan to start qmail


To start qmail manually, I am using script qmailctl included with in documentation " life with qmail"

to run qmail-smtpd we are using script
#!/bin/sh

QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1


for log

we use

#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail/smtpd





Thanks


Justin





_________________________________________________________________
Cricket World Cup 2003- News, Views and Match Reports. http://server1.msn.co.in/msnspecials/worldcup03/




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to