[Exim] Relay....

Page principale
Supprimer ce message
Répondre à ce message
Auteur: ]Banzi
Date:  
À: exim-users
Sujet: [Exim] Relay....
hello!

I have very litte problem.
I just stop relay by my serwer like this:

local_domains = localhost:x.pl
local_domain_include_host = true
local_domain_include_host_literal = true

sender_address_relay = $local_part@???
host_accept_relay = $local_part@???

and it is correct.. it's blocking relay, but not all..

I can send mail, from non-exist user..

e.g.
mail from: <abc@???> -ok
rcpt to: <postmaster@???> - ok.

but, user 'abc' does not exist on the x.pl server...

can you help me? only this test failed (by www.orbs.org)

can it do it without SQL database?
for example login names can be from /etc/passwd....

please help..

Wiesiek