What is the correct syntax for adding virtual domains in the amavis.conf file, is it:
Example 1
;; Which domains should be considered local? Recipients are notified
;; about mail that was stopped only if they are local. The domain name
;; is matches against this Perl regular expression.
local domain = .*example\.com .*example1\.com
OR
Example 2
;; Which domains should be considered local? Recipients are notified
;; about mail that was stopped only if they are local. The domain name
;; is matches against this Perl regular expression.
local domain = .*example\.com
local domain = .*example1\.com