On Tuesday 04 January 2005 09:13 am, Walter Souto R. Junior wrote:
> Hi,
>
> My regitrar always capitalize the name of domains for the contacts (e.g.
> <name>@<DOMAIN.TLD> and the messages he send to me never comes. I try to
> change the the e-mail and I get the message normally, but after the
> confirmation, the system of the registrar capitalizes the domain again...

domains have no case sensitivity.  DoMaIn.TlD is the same as domain.tld, 
DOMAIN.TLD, dOmAIN.tlD, etc.  Technically, local parts can be case sensitive, 
but qmail converts all local parts to lowercase (as I believe most other UNIX 
mtas do as well).  On a qmail system, LaRRY is the same as larry, lArRy, 
LarRy, etc, they're all delivered to 'larry'

> I also try to log in my server and send message with capitalized domain
> name using mail command. The message has arrived normally.
>
> I don't know what can be happen. The logs says:
>
> @4000000041daaca439475a5c tcpserver: pid 26232 from 200.160.2.3
> @4000000041daaca4394a5414 tcpserver: ok 26232 0:69.0.231.11:25
> :200.160.2.3::3192

that looks like tcpserver logs, which are not useful here.  Check your 
qmail-send logs, but I don't think you'll find a problem

> But this messages never reach the queue or the Clamav/SpamAssassim. I
> can't figure where this kind of messages is got blocked or reject.

how do you know that tcp client even sent a message?  I see in my logs all day 
people connecting and doing nothing. (note, I have a slightly different 
configuration on my system, so I can see when someone is emailing or not)

> My system uses vpopmail 5.3.20 with qmailscanner 1.24 and old chkuser.

maybe it's the old chkuser?  I wouldn't think so, but it's potentially 
possible.

try connecting to your smtp server with telnet or netcat or similar and doing 
this:
helo bob
mail from: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]

etc, and see what happens.

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
      kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
         GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]

Attachment: pgp4geTARdRyD.pgp
Description: PGP signature

Reply via email to