mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
18 lines
638 B
Plaintext
18 lines
638 B
Plaintext
xGate is a webmail system.
|
|
o Implement as Java Servlet.
|
|
o Support IMAP4rev1 and POP3 back-end mail engine.
|
|
o Provide mails to PC, mobile-phones and PDA with
|
|
high security method.
|
|
o Supported by Orangesoft Inc with low cost management.
|
|
|
|
= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
If you can use apache 2.2 and mod_proxy_ajp, add following
|
|
lines to httpd.conf:
|
|
|
|
LoadModule proxy_module libexec/apache22/mod_proxy.so
|
|
LoadModule proxy_ajp_module libexec/apache22/mod_proxy_ajp.so
|
|
ProxyPass /xgate/ ajp://localhost:8009/xgate/
|
|
= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
|
|
WWW: http://www.orangesoft.co.jp/xGate/
|