blob: 0cfad0d4cd500467907eecddb21756b92dba1299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
ATTENTION:
Please make sure that you read %%PREFIX%%/doc/PORT_NOTES.
It contains important information about testing and configuring
qmail, and finally replacing sendmail with qmail.
You should also add %%PREFIX%%/man to your MANPATH (see manpath(1)
or login.conf(5)).
Do not forget to read both %%PREFIX%%/doc/SMTP_AUTH+TLS.readme AND
%%PREFIX%%/doc/README.auth. After all, this is NOT our old stock
qmail.
==> You can enable qmail as your default mailer:
# this will disable the default MTA
1) do "make disable-sendmail"
# enable qmail as your default MTA
2) do "make enable-qmail"
==> As you need to provide a working certificate in %%PREFIX%%/control/cert.pem :
# makes a self-signed certificate
3) do "make certificate"
# makes a certificate request
4) do "make certificate-req"
|