Le 15 oct. 2013 à 09:59, Gilles Chehade <[email protected]> a écrit :

> On Thu, Oct 10, 2013 at 05:27:40PM +0200, Joel Carnat wrote:
>> Hi,
>> 
>> Before being able to post my CONFIG PR0N, I need to finish it. And it's 
>> ready, yet :)
>> 
>> I want an email to be splited trough various final recipients.
>> Bits of config:
>>  (...)
>>  table vusers "/etc/mail/virtual-users.txt"
>>  (..)
>>  accept for domain <vdoms> virtual <vusers> deliver to maildir 
>> "/home/vmail/%{dest.domain}/%{dest.user}/"
>>  (...)
>> 
> 
>> If I fill the virtual user base with:
>>  [email protected]     [email protected]
>> The log will be:
>>  smtp-in: New session 00000000bb26c6cd from host 0@localhost [local]
>>  debug: aliases_virtual_get: '[email protected]' resolved to 1 nodes
>>  debug: aliases_virtual_get: '[email protected]' resolved to 1 nodes
>>  (...)
>>  delivery: Ok for ffcdf782fe8ffea4: from=<[email protected]>, 
>> to=<[email protected]>, rcpt=<[email protected]>, user=vmail, method=maildir, 
>> delay=0s, stat=Delivered
>> 
>> If I fill the virtual user base with:
>>  [email protected]     [email protected],[email protected]
>> The log will be:
>>  smtp-in: New session 00000000b6ac6f0b from host 0@localhost [local]
>>  debug: aliases_virtual_get: '[email protected]' resolved to 2 nodes
>>  debug: aliases_virtual_get: '[email protected]' resolved to 1 nodes
>>  debug: aliases_virtual_get: '[email protected]' resolved to 1 nodes
>>  (...)
>>  delivery: Ok for e7f8941b403237a4: from=<[email protected]>, 
>> to=<[email protected]>, rcpt=<[email protected]>, user=vmail, method=maildir, 
>> delay=0s, stat=Delivered
>> 
>> In both case, I only get one delivery when I expected two in the second case.
>> Is there a way to achieve this kinda of split distribution?
>> 
> 
> What version are you using ?
> 
> This is strange because it is exactly what we do for some accounts such
> as [email protected]
> 
> Can you provide more log ?
> 

I use smtpd shipping with OpenBSD 5.4 (Oct. 4th).
Find the log attached.

Attachment: smtpd.log.gz
Description: GNU Zip compressed data

Reply via email to