blob: bebb646e02cfaf88d36a16b9378479be5f42b7ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* ================================================================= */
Edit /etc/rc.conf and set
clamsmtpd_enable="YES"
to enable clamsmtpd.
Also, there is a clamsmtpd.conf-sample in %%PREFIX%%/etc/,
rename to clamsmtpd.conf, otherwise specify -f option to your
config file. Add the following in the config file or
comment them out.
OutAddress: 127.0.0.1:10026
Listen: 127.0.0.1:10025
To work with postfix, put following lines in Postfix' main.cf:
content_filter = scan:127.0.0.1:10025
receive_override_options = no_address_mappings
And modify master.cf to active it. See also
http://memberwebs.com/nielsen/software/clamsmtp/postfix.html
/* ================================================================= */
|