[Javaemailserver-user] rcptPolicy always result in rejection
Brought to you by:
edaugherty,
mfg8876
|
From: <jav...@li...> - 2011-08-26 14:28:22
|
Hello Andreas, I tried the 2.1.2-beta4b build , but am still stuck in the rcptPolicy i'm afraid. (see log excerpt) When sending mail from a registered local 'eps.agfa.be' user to an email address in domain 'agfa.com' i always get a rejection in SMTPprocessor The different rcptPolicy setting which i've tried (all resulted in the same rejection message) are: 1) the default rcptPolicy.conf file settings (= no 'allow' nor 'block' is specified) 2) allow=agfa.com 3) allow.eps.agfa.be=agfa.com Thx, Raf ++++++++++++++++ jes.log +++++++++++++ 2011-08-26 16:14:50,027 - [SMTP:1] User - Authenticating User: ra...@ep... 2011-08-26 16:14:50,043 - [SMTP:1] PlainServerMode$FinalizeAuthenticationSMTP - User: ra...@ep... logged in successfully. 2011-08-26 16:14:50,043 - [SMTP:1] SMTPProcessor - Writing Output: 235 Authentication Successful 2011-08-26 16:14:50,043 - [SMTP:1] SMTPProcessor - Read Input: MAIL FROM:<ra...@ep...> 2011-08-26 16:14:50,043 - [SMTP:1] SMTPProcessor$FullTransferMode - MAIL FROM: ra...@ep... 2011-08-26 16:14:50,043 - [SMTP:1] SMTPProcessor - Writing Output: 250 OK 2011-08-26 16:14:50,058 - [SMTP:1] SMTPProcessor - Read Input: RCPT TO:<rap...@ag...> 2011-08-26 16:14:50,058 - [SMTP:1] ConfigurationManager - Tried to load non-existent user: rap...@ag... 2011-08-26 16:14:50,058 - [SMTP:1] SMTPProcessor - REJECTED! Message from domain eps.agfa.be to Domain agfa.com. 2011-08-26 16:14:50,058 - [SMTP:1] SMTPProcessor - Writing Output: 550 Recipient Domain not accepted; a policy restriction is in place 2011-08-26 16:14:50,058 - [SMTP:1] SMTPProcessor - Read Input: QUIT 2011-08-26 16:14:50,058 - [SMTP:1] SMTPProcessor - User has QUIT the session. 2011-08-26 16:14:50,058 - [SMTP:1] SMTPProcessor - Writing Output: 221 ESMTP server signing off +++++++++++++++++++++++++++++++++++ |