[Exim] Simply deliver to 2 local accounts

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: MARCOUX Cédric
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [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