Exim configuration problems

djpollum

Verified User
Joined
Oct 10, 2011
Messages
3
Hey,
I'm trying to edit the configuration in my Exim, but I can't seem to get it right...
This is what I want it to be:
- smtp coming in (FW lets TCP in on port 25)
- NO smtp going out on (FW blocks TCP going out on port 25)
- clients can connect/send on port 465 or 587 only with auth. of their username/password (FW lets traffic in/out on these ports)

I've added my Exim.conf as attachment. I've tried several things, but none of them 100% worked or I got blacklisted...
Can someone please help me?
 
Last edited:
I'm not at all sure what you mean and I can't use your zipped file because when I unzip it, it includes a lot of extraneous text in it which means I can't diff it against anything.

One thing I will point out is that you're using what I consider an obsolete version of my file; I'm up to Version 4, and you're on version 2.

Start by attaching a plain text version of your file. Next explain the following:
Code:
- smtp coming in (FW lets TCP in on port 25)
- NO smtp going out on (FW blocks TCP going out on port 25)
- clients can connect/send on port 465 or 587 only with auth. of their username/password (FW lets traffic in/out on these ports)
I'm not sure of what you jmean because if you dont allow outbound data to port 25, then you can't communicate with any other server.

What is the result for which you're looking?

Note that it took more than just a few hours to write the exim.conf file I give away. If what you want can be done with a few lines perhaps i or someone else can dircect you to what you need, but if you need a new file written it would be custom work, chargeable if ordered from me.
none of them 100% worked or I got blacklisted
What do you mean by worked? What specific function? Who blacklisted you? For what reason?

Jeff
 
try search on this forum for exim SpamBlocker v4, it work as you asking (actually for me is working in that way) forcing users to use 587 with auth.

Regards
 
Back
Top