I have problem with sending emails from exim smtp. All user acounts and
password i have in mysql.
I authenticated users by his email adres because i have several domains
and the exim adding my primary_hostname to end of login/adres

where i doing wrong ?

exim.conf
[...]
auth_plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if crypteq{$3}
{{md5}${lookup mysql{SELECT password FROM users
WHERE login = '${quote_mysql:${local_part:$2}}'
AND enabled = '1'}{$value}{*}}}{yes}{no}}
server_prompts = :
server_set_id = $2
[...]

logs:

2006-10-21 20:01:54 1GbLAB-00018P-NT SA: Action: scanned but message isn't
spam: score=-2.0 required=5.0 (scanned in 15/15 secs | Message-Id:
[EMAIL PROTECTED]). From <"[EMAIL PROTECTED]"@w**.pl>
(host=NULL [192.168.0.2]) for [EMAIL PROTECTED]
2006-10-21 20:01:54 1GbLAB-00018P-NT <= "[EMAIL PROTECTED]"@w**.pl
H=(xavras) [192.168.0.2] P=esmtpa A=auth_plain:[EMAIL PROTECTED] S=1199
[EMAIL PROTECTED]

--
|_|0|_| Maciej Friedel
|_|_|0| [EMAIL PROTECTED]
|0|0|0| rlu #76673

________________________________________________
Message
sent using UebiMiau 2.7.2


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to