[Exim] Simply deliver to 2 local accounts

Page principale
Supprimer ce message
Répondre à ce message
Auteur: MARCOUX Cédric
Date:  
À: exim-users
Sujet: [Exim] Simply deliver to 2 local accounts
Hi there,
just a newbz question for .forward.
How to deliver to 2 local accounts in my .forward???
At the moment, I have this rules

if
"$header_from:" contains "TW" then
deliver technical@localhost
endif

How to deliver to a second account???
deliver technical@localhost, maint@localhost ??????

Thx