1. Does qmail resolve domain names before looking in 'locals' and 'virtualdomains' when receiving an SMTP connection? That is to say, when it receives a connection does it wait to receive the 'rcpt' command before a DNS resolve occurs, and also when it attempts to deliver the email message (remotely or local).
2. Does qmail allow you to change the way it displays information in the logs, that is to say, can I configure it to display IP addresses instead of domains for remote messages only?
3. Does qmail perform a DNS lookup when you telnet to port 25? It appears the DNS cache on my linksys router is damaged, and when I changed the DNS servers in /etc/resolve.conf to an external DNS server, I got a response back immediately displaying the host name, but when its configured to use the linksys router, the response is extremely slow (it took about 65 seconds to display '220 server.hatlaw.com' when configured for the linksys).
4. I had a ton of messages addressed to 'carlos' with no domain, and qmail attempted to deliver it to 'carlos@server.hatlaw.com', but that is not an existing domain (I use vpopmail with virtual domains), I had 'defaultdomain' specified as 'hatlaw.com', but it seemed qmail ignored that. Should I get rid of 'me' so 'defaultdomain' is read?
5. qmail seems to be accepting messages for remote domains without prior SMTP authentication (I'm using the smtp-auth patch, but this began before I applied that patch), why would qmail attempt to deliver mail to remote domains not specified in 'rcpthosts'? When I attempt to deliver messages to remote domains not specified in rcpthosts, and without smtp-auth, I get a message stating 'that domain is not in my rcpthosts', which is what I expect. But I still have mail queued for remote domains not listed in rcpthosts, what am I missing?
6. Am I asking too many questions?
2. Does qmail allow you to change the way it displays information in the logs, that is to say, can I configure it to display IP addresses instead of domains for remote messages only?
3. Does qmail perform a DNS lookup when you telnet to port 25? It appears the DNS cache on my linksys router is damaged, and when I changed the DNS servers in /etc/resolve.conf to an external DNS server, I got a response back immediately displaying the host name, but when its configured to use the linksys router, the response is extremely slow (it took about 65 seconds to display '220 server.hatlaw.com' when configured for the linksys).
4. I had a ton of messages addressed to 'carlos' with no domain, and qmail attempted to deliver it to 'carlos@server.hatlaw.com', but that is not an existing domain (I use vpopmail with virtual domains), I had 'defaultdomain' specified as 'hatlaw.com', but it seemed qmail ignored that. Should I get rid of 'me' so 'defaultdomain' is read?
5. qmail seems to be accepting messages for remote domains without prior SMTP authentication (I'm using the smtp-auth patch, but this began before I applied that patch), why would qmail attempt to deliver mail to remote domains not specified in 'rcpthosts'? When I attempt to deliver messages to remote domains not specified in rcpthosts, and without smtp-auth, I get a message stating 'that domain is not in my rcpthosts', which is what I expect. But I still have mail queued for remote domains not listed in rcpthosts, what am I missing?
6. Am I asking too many questions?