
sgifford at suspectclass
Oct 10, 2003, 8:23 AM
Post #2 of 4
(2282 views)
Permalink
|
"Alex @ Webqtel" <alex [at] webqtel> writes: > Hi, > > I've noticed when checking headers, usually but not always spam, that my > email address is shown as "Delivered-To: alex@0" & not my full address. This > also occurs when I'm bcc'd in a message. Is this what happens when a message is sent via SMTP with no domain in it, i.e. 220 mail.virtualflex.us ESMTP ehlo there 250-mail.virtualflex.us 250-AUTH=LOGIN CRAM-MD5 PLAIN 250-AUTH LOGIN CRAM-MD5 PLAIN 250-PIPELINING 250 8BITMIME mail from:<sgifford [at] suspectclass> 250 ok rcpt to:<alex> 250 ok ? Or perhaps when mail is sent to <alex@[216.240.150.100]>? In the latter case, it's supposed to use the contents of the localiphost control file, or the me control file if localiphost isn't present. In the former case I believe it uses me, but I can't find that in the manpage right now. Another thought: are you using a "-l 0" flag to tcpserver? Some part of your system could be misusing that information. Try changing it to: -l `cat /var/qmail/control/me` and see if the problem gets better. If none of these help, post the output of qmail-showctl. ----ScottG.
|