Web Hosting Talk







View Full Version : Problem after up2date w/Sending Mail


iamdave
03-28-2002, 08:00 PM
Can someone please tell me how to fix this?

allan
03-28-2002, 11:21 PM
Originally posted by iamdave
Can someone please tell me how to fix this?

That's not anywhere near enough information to help you. What type of problems are you having sending mail, what do your log files say, what type of error messages are you seeing, and most importantly, are you sure sendmail is running?

JumpDomain
03-29-2002, 01:31 AM
Are people unable to send email to your server after you updated sendmail by up2date? If so...

If you do a netstat -an, does it show:
tcp 0 127.0.0.10:25 0.0.0.0:* LISTEN

If so,

Edit:
/etc/mail/sendmail.mc

Comment out the line that starts with:
DAEMON_OPTIONS
By adding dnl before it

Rebuilb the sendmail.cf:
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf

Restart sendmail

Your netstat -an should now show
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN

iamdave
03-29-2002, 03:16 AM
Its not that I cant send mail its that mail takes forever...a friggin 10 k email takes at least 45 seconds to send. I'm on DSL...no firewall, no antivirus.

iamdave
03-29-2002, 03:18 AM
netstat -an

tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN


I am by the way using plesk.

iamdave
03-29-2002, 03:20 AM
Plesk uses qmail.

iamdave
03-30-2002, 08:03 PM
ANy suggestions...?

allan
03-30-2002, 10:51 PM
My guess would be that qmail is trying to do a reverse lookup on your IP address, failing after 30 seconds or so, then sending the e-mail.

The best way to resolve that is to tell qmail not to do a reverse lookup on IP Addresses.

iamdave
03-31-2002, 02:52 AM
Could you tell me how to do this?

allan
03-31-2002, 09:11 AM
Originally posted by iamdave
Could you tell me how to do this?

No, I don't know anything about qmail.

Try doing a search on Google for "qmail reverse lookup" you wil lprobably find an answer there.

iamdave
03-31-2002, 06:08 PM
Anyone know how to tell qmail not to do a reverse lookup on IP Addresses?

bitserve
03-31-2002, 10:44 PM
Qmail doesn't do "reverse lookups" as far as I know.

It's probably the program calling qmail that is doing it.

To disable "reverse lookups" with tcpserver, add a "-H" to it's parameters.

I have no idea where you'll find this on plesk.

In fact, last I remember, plesk was starting qmail with inetd.

You might check the plesk forum at www.plesk.com