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?

TIA,
        Jo
--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to