smtp auth

pioklo

Verified User
Joined
Dec 27, 2004
Messages
21
Hello There !

I want set up smtp auth between local emails.
I mean emails on local domains.
Now I can sent email from user@domain to user2@domain without any authenticate. domain is in /etc/virtual/domain

I have change the exim.conf I have removed the following
accept domains = +local_domains
endpass
message = "Unknown User"
verify = recipient

# accept if address is in a domain for which we relay as long as recipient
# can be verified
accept domains = +relay_domains
endpass
verify=recipient


but now all emails from outgoing location are rejected.
Please give some advice.

Regards,
Piotr
 
Back
Top