I found that the only domains specified in <servernames> can pass the "RCPT TO" command.
Addresses with other domains always get error: 550 5.7.1 Requested action not taken: relaying denied I want to check whether the target email address is acceptable or not by looking up the database, I have many virtual email domains so I can't specify all in <servernames> in config.xml According to an wiki article NoFastFail, it seems that I can't check in the "RCPT TO" command. So I think I should make the check process as a mailet, but email addresses denied at "RCPT TO" command are never come to my custom mailet. (Only addresses passed the "RCPT TO" have come.) My question is: 1. How can I accept all addresses on the "RCPT TO" stage? 2. Is it really impossible to check addresses with custom logic in "RCPT TO" command? Thanks in advance. -- View this message in context: http://www.nabble.com/RCPT-command-blocks-domains-not-registered-in-%3Cservernames%3E-tp14784842p14784842.html Sent from the James - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
