RE: Wrong Server Name in Qmail Header?

2001-06-25 Thread Campos Mario

I had this problem before and I ended up just executing that ./config script
again, which is located where you compiled qmail from. That took care of
updating all the files necessary to make it work with the new domain name.
Also if your DNS server is not configured properly, you can try running
"./config-fast the.full.hostname" where the.full.hostname is your qualified
domain name like mail.newdomain.com.

-Original Message-
From: Dave Sill [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 25, 2001 11:20 AM
To: [EMAIL PROTECTED]
Subject: Re: Wrong Server Name in Qmail Header?


A A <[EMAIL PROTECTED]> wrote:

>Whenever my qmail server sends someone an email, the
>following line appears in the header:
>
>"Received: from mail.mydomain.com
>(old_name.mydomain.com [216.216.216.216] (may be
>forged))"
>
>However, recently I changed my server name from
>old_name.mydomain.com to new_name.mydomain.com.
>
>Is there anything I can do to let qmail recognize the
>new server name? Is my only option a recompile or is
>there a file I can edit?

grep old_name /var/qmail/control/*

Then change all occurrences of old_name to new_name and restart qmail.

-Dave




RE: Delay in POP and SMTP response

2001-02-05 Thread Campos Mario

Hi. I was having the same problem on my linux system and the -R option
didn't seem to help. What fixed it was adding the -l localhostname argument
which helps qmail resolve the local host name which I think is what's taking
the longest. Actually, when it was happening on my system, it would take
about 2 minutes to send an email, but then it would work fine for 10 minutes
because the hostname resolution was cached. After 10 minutes, it would go
back to the same issue.

-Original Message-
From: Uwe Ohse [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 04, 2001 11:47 PM
To: Jagadish.N
Cc: cr.yp.to log list; [EMAIL PROTECTED]
Subject: Re: Delay in POP and SMTP response


On Mon, Feb 05, 2001 at 12:13:45PM +0530, Jagadish.N wrote:

>I even telneted to 110 and 25 specifing
>the mail server's ip address but it takes quite a long time to respond.

try starting tcpserver with the -R option.

Regards, Uwe




RE: Slow response time

2001-02-06 Thread Campos Mario

Hi Michael. I posted this message a couple of days ago.
There is also a very good article that talks about using "split DNS" for
your internal network, which would help your linux box resolve the incoming
clients.
You can find it at http://www.linuxgazette.com/issue45/tag/11.html
I really recommend it.
Good luck.

Mario Campos


Hi. I was having the same problem on my linux system and the -R option
didn't seem to help. What fixed it was adding the -l localhostname argument
which helps qmail resolve the local host name which I think is what's taking
the longest. Actually, when it was happening on my system, it would take
about 2 minutes to send an email, but then it would work fine for 10 minutes
because the hostname resolution was cached. After 10 minutes, it would go
back to the same issue.

-Original Message-
From: Uwe Ohse [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 04, 2001 11:47 PM
To: Jagadish.N
Cc: cr.yp.to log list; [EMAIL PROTECTED]
Subject: Re: Delay in POP and SMTP response


On Mon, Feb 05, 2001 at 12:13:45PM +0530, Jagadish.N wrote:

>I even telneted to 110 and 25 specifing
>the mail server's ip address but it takes quite a long time to respond.

try starting tcpserver with the -R option.

Regards, Uwe

-Original Message-
From: Michael Owens [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 4:35 PM
To: [EMAIL PROTECTED]
Subject: Slow response time


Perhaps I have my DNS settings botched, but lately I have noticed a delay in

qmail's response when sending mail from my LAN. If I telnet to it, it can 
take up to 30 seconds or longer before I get the greeting. Once I do get the

greeting, or make the connection, subsequent responses are perfectly fine.
It 
seems that only after a period of inactivity will this happen. I don't think

this problem is present for others sending mail in from the Internet. My LAN

IP's are not stored in any DNS server that qmail knows of, but they are on 
/etc/hosts.

Any ideas?




RE: Have some more respect and understanding for somebody newon the NET

2001-02-15 Thread Campos Mario

Would you people just drop this issue. We all know he made a mistake. Let's
get back to the good stuff. QMAIL. I do want to tell you I learn a lot from
this mailing list. Thanks again.

-Original Message-
From: Peter van Dijk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: Re: Have some more respect and understanding for somebody new
on the NET


On Thu, Feb 15, 2001 at 08:24:47PM +0100, Peter van Dijk wrote:
> On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
> > 
> > RNL<.Q_Q.> 
> 
> I really think it's time to report this guy to [EMAIL PROTECTED] now.
> There is one issue - I don't know his IP address. Only djb can find
> that in the archive, or does anybody know a trick for getting Received
> headers out of an ezmlm archive?

Ha. ezmlm doesn't filter out Received when I retrieve something.
ezmlm-idx does by default. My bad :)

I'll send a complaint to [EMAIL PROTECTED] later today.

Greetz, Peter.




RE: Slow connection on send & Server connection closed

2001-02-21 Thread Campos Mario

I encountered this problem not long ago and it was fixed by implementing a
split DNS. I would recommend you look into split DNS and see how it would
help your mail system resolve the name of the clients.

-Original Message-
From: Kris Kelley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 3:58 PM
To: QMail Mailing List
Subject: Re: Slow connection on send & Server connection closed


JK wrote:
> 1. From the time  is clicked in Netscape 4.75 on NT, and the
> completion takes 15-20 seconds...
>
> 2. Some of the Netscape users complain that they frequently get error
> message indicating that there may be network problem or server may have
> closed the connection.
>
> Can someone tell me where to begin to look to troubleshoot this?

How was qmail installed by the consultant?  Do you know if it's using inetd
or tcpserver (or something more exotic) to listen to the SMTP port?

My guess is your server is trying to do ident queries (port 113) which are
disappearing into never-never land.  tcpserver has an option to disable
this, not sure about inetd.

---Kris Kelley





RE: Slow connection on send & Server connection closed

2001-02-22 Thread Campos Mario

Sorry I forgot to include a link to a very good article that talks about
split DNS implementations. Here it is.
http://www.linuxgazette.com/issue45/tag/11.html

-Original Message-
From: Kris Kelley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 3:58 PM
To: QMail Mailing List
Subject: Re: Slow connection on send & Server connection closed


JK wrote:
> 1. From the time  is clicked in Netscape 4.75 on NT, and the
> completion takes 15-20 seconds...
>
> 2. Some of the Netscape users complain that they frequently get error
> message indicating that there may be network problem or server may have
> closed the connection.
>
> Can someone tell me where to begin to look to troubleshoot this?

How was qmail installed by the consultant?  Do you know if it's using inetd
or tcpserver (or something more exotic) to listen to the SMTP port?

My guess is your server is trying to do ident queries (port 113) which are
disappearing into never-never land.  tcpserver has an option to disable
this, not sure about inetd.

---Kris Kelley