Created
April 14, 2025 13:16
-
-
Save stefanpejcic/b6dd750c5c47316443dac10150ae1462 to your computer and use it in GitHub Desktop.
openpanel /etc/msmtp specific email address
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
account openpanel | |
host 1IP_HERE | |
port 465 | |
from [email protected] | |
user [email protected] | |
password XXXXXXXXXXXXXXXXXXXX | |
auth login | |
tls off | |
tls_starttls off | |
tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
logfile /var/log/msmtp.log | |
account default : openpanel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
allow in openmail:
docker exec -it openadmin_mailserver nano /etc/postfix/main.cf
mynetworks =
append public IPv4docker restart openadmin_mailserver
testing: