howto set smtp auth

pongzaa

Verified User
Joined
Oct 31, 2006
Messages
31
I have some problem about spammer.
I just see that my server open relay and spammer can use my server send spam mail.

how do i set my SMTP authentication?
i'm newbies. i'm using centos 4.1 64 bit.

Pls help me.

Thank you.
 
In a standard DA configuration, SMTP-AUTH and POP-before_SMTP are both set up, and exim won't relay.

If you're using SpamBlocker make sure that no domains on the server are listed in the /etc/virtual/whitelist_domains file, as thats the only known hole.

Jeff
 
if it have only one ip in white list, this is the cause to smtp problem?

So, this is a bug. it will delete one ip in my white list and test it again.

Thank you Jeff.
 
Last edited:
I have deleted in whitelist already but the problem still not resolve.

I can use any email to send from my server.

How to get my SMTP auth? :confused:

Pls. Help
 
What does this mean?

"User 0 set for local_delivery transport is on the never_users list"

Thank you
 
"user 0" = "root" :)

This line in exim.con tells exim that if it is being sent to root - reject the email:
Code:
never_users = root
If you want - you can remove the line from exim.conf and restart the service, everything should be fine then.
 
thank you smtalk

now i have reinstalled exim.conf and everything is fine.
Thank you all.
 
Back
Top