summarylogtreecommitdiffstats
path: root/msmtpd.confd
blob: 499cad59543516b84975b4e2ff1d396044df1414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The user msmtpd should be run as. Default is "msmtpd".
#MSMTPD_USER="joe"

# Uncomment one of the following arguments for msmtpd or write your own
# argument list.

# Start single SMTP session on stdin/stdout
#MSMTPD_ARGS="--inetd"

# Listen on a specific IP and a specific port.
# Default IP is 127.0.0.1 and default port is 25.
#MSMTPD_ARGS="--interface=127.0.0.1 --port=25 --log=syslog"

# Pipe mails to a specific command instead of msmtp. Please read msmtpd man page.
#MSMTPD_ARGS="--command='/usr/bin/msmtp -f %F'"