Le 04/10/2012 15:02, Jason Hirsh a écrit :
>
>>
>>
>> dovecot on the server
>>>
> i also don't see these commands;
> alias_database = hash:/etc/aliases
> alias_maps = hash:/etc/aliases
> mailbox_command
> local_recipient_maps
>
I was not using those in postfi
On 10/4/2012 6:09 AM, Ram wrote:
>
> On 10/04/2012 04:30 PM, DN Singh wrote:
>> Hello group,
>>
>> I want to implement a catch-all address on my system. This is a
>> very simple setup where the users are system users. Hence, the
>> unrouted mail should go to user bounce.
>> After searching documen
On Thu, Oct 4, 2012 at 4:39 PM, Ram wrote:
>
> On 10/04/2012 04:30 PM, DN Singh wrote:
>
>> Hello group,
>>
>> I want to implement a catch-all address on my system. This is a very
>> simple setup where the users are system users. Hence, the unrouted mail
>> should go to user bounce.
>> After sear
Hello Wietse,
option 1 is actually a pretty good idea - hadn't thought of this. The
disadvantage of handling the return mail is that not only bounces are
returned but also automatic responders, etc. and thus I would have to parse
the content of the email to find out if it is a real bounce. So I th
>
>
> dovecot on the server
>>
>>>
i also don't see these commands;
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
mailbox_command
local_recipient_maps
>>>
>>> I was not using those in postfix
>>
>> take some time and read what they do. you s
Steffen Schebesta:
> If that doesn't work though then maybe I could work around this problem. I
> thought about adding the message-id to the bounce message but that probably
Postfix has lots of options to identify a returned message.
1) You can encode the unique identifier in the envelope sender
On 10/3/2012 4:30 PM, Steffen Schebesta wrote:
> Thanks for all the insightful answers.
>
> So, I actually use the long_queue_ids options and I save the queue_ids to a
> database to later compare them to the queue_ids found in the mail log to
> parse and mark the bounces.
> The problem - and thus
On 10/04/2012 04:30 PM, DN Singh wrote:
Hello group,
I want to implement a catch-all address on my system. This is a very
simple setup where the users are system users. Hence, the unrouted
mail should go to user bounce.
After searching documentation I implemented virtual_alias_maps. But,
all
DN Singh:
[ Charset UTF-8 unsupported, converting... ]
> Hello group,
>
> I want to implement a catch-all address on my system. This is a very simple
> setup where the users are system users. Hence, the unrouted mail should go
> to user bounce.
> After searching documentation I implemented virtual