On Tue, Sep 29, 2009 at 10:44 AM, Sahil Tandon <sa...@tandon.net> wrote:
> On Sep 29, 2009, at 9:32 AM, D G Teed <donald.t...@gmail.com> wrote:
>
>> On an outbound only SMTP service, what
>> is the recommended way to reject mail sent
>> to a particular domain?  There is a domain people often
>> typo, and it has no MX record, so it rots for some time
>> before people learn it won't deliver.  I'd rather that
>> be a reject code so they immediately fix the typo
>> in their mail client.
>
> $transport_maps to direct mail for typo'd domain to the error transport.
>

Cool. Thanks.  I had been messing with recipient configuration
variables with no luck.

In my transports file I added a line similar to:

exampel.com                     error: Use example.com NOT exampel.com

and this catches the problem as people click their Send buttons.

Thanks again...

--Donald

Reply via email to