You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Ilia Chipitsine <il...@paramon.ru> on 2005/05/05 11:56:15 UTC

features of James

Dear Sirs,

actually I'm looking for a smtp/pop3 server to host web based mail.
engine is done in Java, so java solution is most welcome.

what I want for smtp/pop3 server is:

1) high load (50,000-100,000 mailboxes)
2) antivirus support
3) callback smtp checking (something like milter-sender)
4) Java API for managing smtp/pop3 things and users.

Cheers,
Ilia Chipitsine


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: features of James

Posted by ap...@bago.org.
> 1) high load (50,000-100,000 mailboxes)

We handle 50000 mails per day over 5000 mboxes: james run in a P4 box with
low cpu usage.
You probably need much RAM for 100000 mailboxes.

> 2) antivirus support

We use ClamAV and the mailets provided by Vincenzo.

> 3) callback smtp checking (something like milter-sender)

Could you elaborate on this? (James does not provide per recipient fast
fail).

> 4) Java API for managing smtp/pop3 things and users.

James Repositories are phoenix components: I think the API you are looking
for are the repository ones.

> Cheers,
> Ilia Chipitsine

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org