Hi!
I'm struggling with an issue for quite sometime already, and I don't see to find a solution.
Actual Scenario:
- SME Mail Server is running on a public IP
- Some clients have their port 25 outgoing blocked. The workaround was:
a) Redirect them to our firewall on port 587
b) In our firewall we redirect all the requests of port 587 to the SME Mail Server on port 25.
- We keep getting our Qmail hanged because the big amount of bounces
So what seems to happen is that someone, or somehow, can use our SME Mail Server without authentication, eventually because the source is our firewall and the SME interprets as local. I already set to enable the authentication for users on the internal network as explained here
https://wiki.contribs.org/Email#How_do_I_enable_smtp_authentication_for_users_on_the_internal_network2018-03-26 15:50:09.171696500 2791 250-fbm.com.ph Hi pc-00008.fbm.com.ph [122.55.100.136]
2018-03-26 15:50:09.171697500 2791 250-PIPELINING
2018-03-26 15:50:09.171706500 2791 250-8BITMIME
2018-03-26 15:50:09.171715500 2791 250-SIZE 15000000
2018-03-26 15:50:09.171726500 2791 250-STARTTLS
2018-03-26 15:50:09.171734500 2791 250 AUTH PLAIN LOGIN
2018-03-26 15:50:09.218748500 2646 dispatching RCPT TO:<claude.gagneur@wanadoo.fr>
2018-03-26 15:50:09.218996500 2646 (rcpt) badrcptto: skip, relay client
2018-03-26 15:50:09.219081500 2646 (rcpt) rcpt_ok: skip, relay client
2018-03-26 15:50:09.219155500 2646 250 <claude.gagneur@wanadoo.fr>, recipient ok
But as this log shows, no luck. They keep going in and spreading their word! What else can I try here ? What am I missing ? There is anyway I can have open in the SME Server the port 25 and the 587 to the SMTP at the same time ?
Thanks. Cheers,