summaryrefslogtreecommitdiffstats
path: root/network/opensmtpd/README.alpine
blob: e1d149b6834161038b55f419587007a218a90996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Alpine hangs when sending mail using the opensmtp sendmail command and
the opensmtpd server is down.

To prevent this, modify the /etc/pine.conf or the user .pinerc to
send the mail directly to the server instead of using the
opensmtpd sendmail command:

  smtp-server=localhost

If the OpenSMTPD server is down, then alpine will indicate that
the localhost has refused the connection.

Or modify the sendmail command to have the -t option:

  sendmail-path=/usr/sbin/sendmail -t

And if the OpenSMTPD server is down, then alpine will indicate that
the sendmail command has gotten an error.