I used to think so too, but now I'm not so sure. I'm wondering if it would be feasible to do what Jim's suggesting. What if an email comes in with a valid address and an invalid address. You'd want the valid address to be delivered, right? In that case, the message would have to be accepted to the valid address, and bounced to the invalid one. I think this may be why it's necessary to complete the smtp session even if there is an invalid address. Just a though.
I'd like to hear what Tonino has to say on this. Erik Espinoza wrote: > I believe this is a bad install. Something, not sure what, is not > installed correctly. This is not how QmailToaster operates. > > Erik > > On 10/18/06, Jim Scott <[EMAIL PROTECTED]> wrote: >> No just checked and not configured to allow from the IP I was sending >> from. >> Also just checked from a different external IP at home and same >> results. I >> changed the IP for second line to hide the IP from the list. so ignore >> the >> xxx for the one IP that is added to be able to relay. And not it is >> not the >> IP I am testing from ;-) >> >> 127.:allow,RELAYCLIENT="" >> 216.xxx.xxx.:allow,RELAYCLIENT="" >> :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="1500",CHKUSER_WRONGRCPTLIMIT="150",QMAILQUEUE="/var/qmail/bin/simscan" >> >> >> Jim >> >> >> >> ----- Original Message ----- >> From: "Erik Espinoza" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Wednesday, October 18, 2006 1:15 AM >> Subject: Re: [qmailtoaster] Can I switch something to reject unknown >> users >> at SMTP Connection? >> >> >> > Are you sending it from an IP address that is in >> > /etc/tcprules.d/tcp.smtp as allowed? >> > >> > >> > On 10/18/06, Jim Scott <[EMAIL PROTECTED]> wrote: >> >> I am using QmailToaster which was installed about 6 months ago and >> don't >> >> think I have changed anything that would affect this. >> >> >> >> I can telnet to the server and issue a ehlo, mail from and rcpt to and >> >> type >> >> in an invalid user name and it responds ok, I then enter some data and >> >> hit >> >> dot and it sends. But I then a few seconds later get a bounce back >> to the >> >> email I used from the rcpt to. >> >> >> >> I can see in SMTPD that it accepts and SEND rejects. >> >> >> >> Jim >> >> >> >> ----- Original Message ----- >> >> From: "Erik Espinoza" <[EMAIL PROTECTED]> >> >> To: <[email protected]> >> >> Sent: Tuesday, October 17, 2006 1:57 PM >> >> Subject: Re: [qmailtoaster] Can I switch something to reject unknown >> >> users >> >> at SMTP Connection? >> >> >> >> >> >> >> Currently I can see that the default install accepts all email >> sent to >> >> >> QMAIL. It then evaluates after accepting if the user exists in the >> >> >> system. >> >> >> If not generates a bounce message. >> >> > >> >> > That is true for Qmail. We, the QmailToaster, have the chkuser patch >> >> > installed which will reject e-mail that doesn't go to a valid user. >> >> > >> >> >> Is there something I can change so that these users are rejected at >> >> >> SMTP >> >> >> time? I don't want the system to even accept the email if the >> address >> >> >> does >> >> >> not exist on our system. >> >> > >> >> > Nothing needs to be changed on our default config. >> >> > >> >> > If you are using a Qmail install other than ours, you may want to go >> >> > to their community or check out our installation. :) >> >> > >> >> > Thanks, >> >> > Erik >> >> > -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
