This is a discussion on Re: [pfx] Re: [pfx] Re: Bounce Queue full within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Wed, Oct 06, 2004 at 02:54:14PM -0400, Charles Gregory wrote: > > When you ask the wrong ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, Oct 06, 2004 at 02:54:14PM -0400, Charles Gregory wrote:
> > When you ask the wrong question, be prepared for people to answer > > the right question. The right question (which you should ask if > > you don't know how) is: "how do I reject invalid recipients at > > the SMTP input stage, before mail is accepted into the queue?" > > No, I KNOW the answer to that question, but that answer in the FAQ's is > accompanied by the text "IF YOU ARE USING POSTFIX LOCAL DELIVERY AGENT" > (my emphasis). So my question was about whether the same answer applied > when using a different LDA (otherwise why stress the LDA in the answer?). > Your answer, that it should be irrelevant, makes sense. I just wanted to > verify.... > When you use mailbox_command or mailbox_transport you are still using local(8) which in turn invokes the final delivery program or passes the message to the mailbox transport, the key thing is that the recipient domain is listed in mydestination. When you have users in domains that are not local (not listed in mydestination) the local_recipient_maps solution does not apply. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |