Initial commit

This commit is contained in:
paul 2020-08-12 09:29:09 +02:00
commit 281da76bc4
4 changed files with 55 additions and 0 deletions

7
msmtp/msmtprc Normal file
View file

@ -0,0 +1,7 @@
account default
host postfix
maildomain zom.bi
auth off
port 25
from mailsystem@zom.bi

7
msmtp/revaliases Normal file
View file

@ -0,0 +1,7 @@
# sSMTP aliases
#
# Format: local_account:outgoing_address:mailhub
#
# Example: root:your_login@your.domain:mailhub.your.domain[:port]
# where [:port] is an optional port number that defaults to 25.