Re: [exim] Catchall Mailbox (duplicating)

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Catchall Mailbox (duplicating)
Michael da Silva Pereira wrote:
> Still no luck :(
>
> I've done this now to the transport:
>
>
>   catchallmailbox:
>         driver = appendfile
>         directory = ${lookup mysql {SELECT `maildir` FROM 
> `courier`.`mailboxes` WHERE `user` = 'catchall@${quote_mysql:$domain}' 
> LIMIT 1}}
>         maildir_format
>         mode = 0777
>         user = Debian-exim
>         group = Debian-exim
>         directory_mode = 0777
>         envelope_to_add
>         batch_max = 0
>         use_bsmtp


Chapter 25 doesn't suggest anywhere that 0 is unlimited for batch_max...
it might be a nice feature, but wishing isn't going to make it happen. :)

- Marc