Question
Postfix and Mailgun on Ubuntu 18.04 (Emails are going but not coming)
Hello to everyone, i can send mail via Mailgun with the method below. However, when i use this method, i am unable to receive e-mails.
The problem disappears when i re-edit the main.cf file…
I want to send mail with Mailgun and be able to see incoming emails. How can i solve this problem?
The method i apply:
nano /etc/postfix/main.cf
inet_interfaces = loopback-only
relayhost = [smtp.eu.mailgun.org]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:mail@adress:password
smtp_sasl_security_options = noanonymous
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I still haven’t found the source of the problem. Does anyone have an idea?