just 3 Days ago my Qmail server was restarted for maintnance.
So from that day the stmp/run does not deliver if I use the RBL lists….
And it does not write any information in the smtpd log !!!
So I have see that Qmail does not start automatically and I must do the command SVSCANBOOT & for start it… My /etc/inittab is this:
id:5:initdefault:
SV:123456:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service </dev/null >/dev/console 2>/dev/console
When I do the command
ps -ef|grep readproctitle
I see this :(
root 2457 2454 0 11:15 pts/1 00:00:00 readproctitle service errors: ...95?tcpserver: status: 4/80?tcpserver: pid 2550 from 92.53.131.128?tcpserver: status: 5/80?tcpserver: pid 2553 from 93.63.217.194?tcpserver: status: 6/80?tcpserver: pid 2578 from 89.204.97.199?tcpserver: ok 2498 :172.16.10.12:25 53-124-112-92.pool.ukrtel.net:92.112.124.53::14621?tcpserver: ok 2549 :172.16.10.12:25 :122.163.115.195::18324?tcpserver: ok 2578 :172.16.10.12:25 :89.204.97.199::23926?
root 2589 2398 0 11:15 pts/1 00:00:00 grep readproctitle
Some help was appreciated :-)
Regards
Gianpiero Fasulo
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de
As you rightly say, *svscanboot* - not svscan which is what you've got
below...
> My /etc/inittab is this:
>
> id:5:initdefault:
>
> SV:123456:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan
> /service </dev/null >/dev/console 2>/dev/console
Just,
SV:123456:respawn:/command/svscanboot
should be sufficient (although you've not stated what operating system you're
using or indeed if you're running a 'standard' [net]qmail setup, which might
affect this)
> When I do the command
>
> ps -ef|grep readproctitle
>
> I see this :(
>
> root 2457 2454 0 11:15 pts/1 00:00:00 readproctitle service
> errors: ...95?tcpserver: status: 4/80?tcpserver: pid 2550 from
> 92.53.131.128?tcpserver: status: 5/80?tcpserver: pid 2553 from
> 93.63.217.194?tcpserver: status: 6/80?tcpserver: pid 2578 from
> 89.204.97.199?tcpserver: ok 2498 :172.16.10.12:25
> 53-124-112-92.pool.ukrtel.net:92.112.124.53::14621?tcpserver: ok 2549
> :172.16.10.12:25 :122.163.115.195::18324?tcpserver: ok 2578
> :172.16.10.12:25 :89.204.97.199::23926? root 2589 2398 0 11:15
> pts/1 00:00:00 grep readproctitle
This looks like logging data from tcpserver for SMTP. Fix the issue above
first, and clear your readproctitle errors - this is how I do this,
http://marc.info/?l=log&m=100265849322872
then let us know what problems (if any) remain.
cheers,
Andrew.
--
====================================================================
* Custom email solutions * Systems Administration * Networking
http://www.acrconsulting.co.uk/email/qmail.html
====================================================================
Your reference number is 1-1DYKQLU.
Please quote this number if you need to contact us regarding your request.
Thank you for contacting the Queensland Newspapers Group.
Customers outside of Queensland during the period of daylight saving,
please contact QNP Classifieds on 132202 if you have not received
your proof/quote by your close of business.
Queensland Newspapers Group incorporates Queensland Newspapers Pty Ltd
(ABN 61 009 661 778). This document and any following pages are intended
solely for the named addressee, are confidential and may contain legally privileged information. The copying or distribution of them or any information they contain
by any other than the addressee, is prohibited. If you have received this document
in error, please notify sender by reply e-mail, and then return it by mail to - 41 Campbell Street, Bowen Hills, Queensland, 4006.
> :172.16.10.12:25 :89.204.97.199::23926? root 25...
***********************************************************************************************
This message and its attachments may contain legally privileged or confidential information.
It is intended solely for the named addressee. If you are not the addressee indicated in this
message or responsible for delivery of the message to the addressee, you may not copy or deliver
this message or its attachments to anyone. Rather, you should permanently delete this message
and its attachments and kindly notify the sender by reply e-mail. Any content of this message
and its attachments which does not relate to the official business of the sending company must
be taken not to have been sent or endorsed by that company or any of its related entities. No
warranty is made that the e-mail or attachments are free from computer virus or other defect.
***********************************************************************************************
Sorry i use Fedora 11
And now i have modificed the initttab
SV:123456:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscanboot /service </dev/null >/dev/console 2>/dev/console
I have restarted the server ...
But the problem was not solved... :(
> This looks like logging data from tcpserver for SMTP. Fix the issue above first, and clear your readproctitle errors - this is
> how I do this,
> http://marc.info/?l=log&m=100265849322872
>
I have do all You have say in this web page but when i do
[root@ns service]# svc -o /service/clear/
I see this error
svc: warning: unable to control /service/clear/: file does not exist
Any help?
Best regards
[Gianpiero Fasulo]
Why didn't you follow this suggestion?
> > should be sufficient (although you've not stated what operating system
> > you're using or indeed if you're running a 'standard' [net]qmail setup,
> > which might affect this)
>
> Sorry i use Fedora 11
> And now i have modificed the initttab
>
> SV:123456:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin
> svscanboot /service </dev/null >/dev/console 2>/dev/console
> I have restarted the server ...
I forgot to suggest that 'kill -HUP 1' should be enough - sending a HUP signal
to the init process (PID 1).
> But the problem was not solved... :(
You're very terse in your descriptions which doesn't help in diagnosing the
problem. Maybe you're seeing the same symptoms, maybe you're not. We can't
guess. I suggest reading the following and then re-sending details of your
problem,
http://pyropus.ca/personal/writings/12-steps-to-qmail-list-bliss.html
> > This looks like logging data from tcpserver for SMTP. Fix the issue above
> > first, and clear your readproctitle errors - this is how I do this,
> > http://marc.info/?l=log&m=100265849322872
>
> I have do all You have say in this web page but when i do
>
> [root@ns service]# svc -o /service/clear/
> I see this error
>
> svc: warning: unable to control /service/clear/: file does not exist
>
> Any help?
--
====================================================================
* Custom email solutions * Systems Administration * Networking
http://www.acrconsulting.co.uk/email/qmail.html
====================================================================
--
So I have put in the /etc/inittab Your configuration:
SV:123456:respawn:/command/svscanboot
And after I have do the command
kill -HUP 1
and I have found this error:
readproctitle service errors: ...e: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?
Another information is that this error was found only when I try to use RBLSMTPD daemon.... this is the content of the run file:
exec /usr/local/bin/softlimit -m 8000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/usr/local/bin/rblsmtpd \
-r bl.spamcop.net \
-r 'inputs.orbs.org:Mail from %IP% refused - Open relay problem - see <URL:http://www.orbs.org>' \
-r 'blackholes.mail-abuse.org:Open relay problem - see <URL:http://mail-abuse.org/cgi-bin/lookup?%IP%>' \
-r 'rbl.maps.vix.com:Open relay problem - see <URL:http://maps.vix.com/cgi-bin/lookup?%IP%>' \
-r 'dul.maps.vix.com:Mail from %IP% refused by blackhole site dul.maps.vix' \
-r 'relays.mail-abuse.org:Open relay problem - see <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \
-r zen.spamhaus.org \
-r fulldom.rfc-ignorant.org \
-r rhsbl.ahbl.org \
-r dnsbl.ahbl.org \
-r dnsbl.njabl.org \
-r blackholes.five-ten-sg.com \
-r iscbl.anti-spam.org.cn \
-r sa-trusted.bondedsender.org \
-r sa-accredit.habeas.com \
-r dnsbl.sorbs.net \
-r sbl.spamhaus.org /var/qmail/bin/qmail-smtpd 2>&1
But If I use the normal run file:
exec /usr/local/bin/softlimit -m 8000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
I have no problem...
Best regards...
Gianpiero
> -----Messaggio originale-----
> Da: Andrew Richards [mailto:ar-dj...@acrconsulting.co.uk]
> Inviato: giovedì 16 dicembre 2010 22.32
> A: qm...@list.cr.yp.to
> Oggetto: Re: R: Qmail readproctitle error