OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Multi delivery to catchallaccount

From: amacum.com (webmasteramacum.com)
Date: Thu Sep 01 2005 - 10:59:04 CDT


Guten Tag Victor Duchovni,

am Donnerstag, 1. September 2005 um 16:14 schrieben Sie:

> On Thu, Sep 01, 2005 at 02:08:32PM +0200, amacum.com wrote:

>> if a user has only an catchall account for the Domain and someone sends an email with
>> multiple recipients to that Domain Postfix 1.x noticed that and put it
>> in inbox one time. Now with Postfix 2.x there are as many mails in the
>> inbox as recipients in the mail.
>>
>> Where or better how can i configure this?
>>

> What is the purpose of the catchall mailbox? If it is for fetchmail
> to retrieve the message and revive the original recipients downstream,
> you need the Postfix 2.x behaviour. Otherwise catchalls are a bad
> idea, but if you really must have them (without one delivery per
> original recipient), try:

> enable_original_recipient = no

> With the introduction of DSN (not be confused with DNS) support in
> Postfix 2.3 (not an official release yet), the above work-around may not
> be sufficient, so the advice only holds for 2.0, 2.1 and 2.2. I have not
> investigated how 2.3 behaves with the above setting, or whether there
> is another way to restore post-rewriting duplicate elimination based
> solely on the recipient address.

Thank you Victor.
I Use Postfix 2.2.5 so i will try this setting.
And yes i need the catchall cause an exchangeserver get the mails,
checks the header and copy them to the recipients mailbox in the LAN.