15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
use strict;
|
|
|
|
#
|
|
# Place your configuration directives here. They will override those in
|
|
# earlier files.
|
|
#
|
|
# See /usr/share/doc/amavisd-new/ for documentation and examples of
|
|
# the directives you can use in this file
|
|
#
|
|
$myhostname = 'mail.ketrenos.net';
|
|
@local_domains_acl = ( "ketrenos.com", "sketchitect.com", "kiaoramassage.com" );
|
|
|
|
#------------ Do not modify anything below this line -------------
|
|
1; # ensure a defined return
|