On Tue, 2005-10-04 at 22:08 +0200, Sylvain MARTINS wrote: > Hello, > > I've a debian box with exim+amavis+spamcheck and all it's ok. > I can send and receive mail from over the world...but....i can send > only from my debian box. > > I want to send mails from my network using my debian box and it's ok > if the recipient is local but not if recipient is non local :( > > i just want to authorize any hosts on my network to send mails all > over the world as they can do from webmail on debian box...
You don't have any authenticators set up.
you should have something like this:
plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if and{{!
eq{$2}{}}{eq{$3}{SQL_AUTH_PLAIN_PASSWORD}}}{yes}{no}}
server_set_id = $1
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = ${if and{{!
eq{$1}{}}{eq{$2}{SQL_AUTH_LOGIN_PASSWORD}}}{yes}{no}}
server_set_id = $1
I recommend reading the exim documentation, it's really pretty good:
http://www.exim.org/exim-html-4.50/doc/html/spec_33.html#CHAP33
-davidc
--
gpg-key: http://www.zettazebra.com/files/key.gpg
signature.asc
Description: This is a digitally signed message part

