Created
April 14, 2025 13:15
-
-
Save stefanpejcic/bef9ebb2e9a7879cc27f2ae9baea5a3f to your computer and use it in GitHub Desktop.
/etc/msmtprc for openpanel user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/msmtprc | |
defaults | |
auth off | |
tls off | |
logfile /var/log/msmtp.log | |
account default | |
host IP_HERE | |
port 25 | |
from USERNAME@HOSTNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment