20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V.
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# Set default values for all following accounts.
|
|
defaults
|
|
auth off
|
|
tls on
|
|
tls_starttls on
|
|
tls_certcheck off
|
|
logfile ~/.msmtp.log
|
|
|
|
# FSFE
|
|
account fsfe
|
|
host mail.fsfe.org
|
|
port 25
|
|
from noreply@fsfe.org
|
|
|
|
account default : fsfe
|