blob: 2d71d3a394a7fdc9f3353f788f1fd65dba6bd7ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{ type: install
message: <<EOM
Edit /etc/rc.conf and set
proxsmtpd_enable="YES"
to enable proxsmtpd.
To make it work with Postfix, see:
http://memberwebs.com/stef/software/proxsmtp/postfix.html
You can also specify the following make variables:
PROXSMTP_BANNER="220 smtp.passthru"
PROXSMTP_HELO_RSP="250 smtp.passthru"
PROXSMTP_SMTP_EHLO_RSP="250-smtp.passthru"
to define default values (or to override the defaults).
EOM
}
]
|