Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Lloyd Keen on June 21, 2003, 12:08:02 PM

Title: amavis.conf virtual domain syntax
Post by: Lloyd Keen on June 21, 2003, 12:08:02 PM
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