Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 66
Line 47... Line 47...
47
# Leave it unset if you want spamc to connect(AF_INET) to spamd at
47
# Leave it unset if you want spamc to connect(AF_INET) to spamd at
48
# 127.0.0.1 (this is the default shown in the options below), but if
48
# 127.0.0.1 (this is the default shown in the options below), but if
49
# you set it, it will override the two TCP connect options below
49
# you set it, it will override the two TCP connect options below
50
#SAspamcSockPath: /var/run/spamd.sock
50
#SAspamcSockPath: /var/run/spamd.sock
51
51
52
# SAspamcHost / SAspamcPort: TCP socket where your spamd is listening
52
# SAspamcHost / SAspamcPort: TCP socket where your spamd is listening.
53
# Shown below are the defaults:
53
# Default is to let spamc use any settings in spamc.conf.
54
SAspamcHost: 127.0.0.1
54
#SAspamcHost: 127.0.0.1
55
SAspamcPort: 783
55
#SAspamcPort: 783
56
56
57
# SAspamcUser: The username passed to spamc. Some tricks are needed to 
57
# SAspamcUser: The username passed to spamc. Some tricks are needed to 
58
# decide on one user when there are many recipients. This string is of
58
# decide on one user when there are many recipients. This string is of
59
# course expanded. If unset or empty, spamc will use the user Exim 
59
# course expanded. If unset or empty, spamc will use the user Exim 
60
# runs as. We suggest that you decide what username to use in the ACLs
60
# runs as. We suggest that you decide what username to use in the ACLs