Hi,
I've never tried it, but you should be able to achieve the redirection
of all incoming mails to your unique email account using the
addRegexpMapping. ./james-cli.sh -h localhost -p 9999 <user> <domain>
<regex> whit the user and domain being your unique email and the regex
being something like .*@.* (not sure of the regex syntax)
For the mailet, yes, this is perfectly possible, see
http://james.apache.org/server/3/dev-extend-mailet.html
Thx,
Eric
On 09/11/2012 23:45, Torindo Nesci wrote:
Hi All,
I'd like to implement the following scenario using JamesServer and trying to
figure out if it's feasible
1) I want to configure a sole single user account, e.g.
[email protected].
2) I want to accept every recipient (rcpt to) and assign the mail to
[email protected]
3) Configure a mailet in order to process all the incoming mails, and take
some actions based on the original recipient (which is not
[email protected]).
Do you know if such thing is possible?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]