diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-01-12 16:27:50 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-01-12 16:27:50 +0000 |
commit | 45f1b46e631d3d7c8cda8aa2946e9d56ecf375b4 (patch) | |
tree | 34fd56277c222571ea7714bda34ddf95d27e8887 /mail/Makefile | |
parent | c8acfa439a12d12448efe93c6f5152a8d342d6a8 (diff) | |
download | ports-45f1b46e631d3d7c8cda8aa2946e9d56ecf375b4.tar.gz ports-45f1b46e631d3d7c8cda8aa2946e9d56ecf375b4.zip |
automx makes setting up a mail account easy. All your users need to provide
is real name, mail address and password. Their mail client and automx will
safely handle the rest.
automx runs on your server and handles mail account profile requests from
your mail clients. Put an end to endless phone calls trying to coach users to
configure settings, whose dialogs they can't find. Stop wasting your time
writing Tutorials nobody reads.
automx unifies Microsofts and Mozillas mail account provisioning standards in
one powerful Open Source tool. Choose from many backends, including LDAP and
SQL, and let automx create standard and individualized profiles for multiple
domains on the fly!
WWW: http://www.automx.org/en/
Notes
Notes:
svn path=/head/; revision=310284
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index c5549848dbeb..32cfa7ea8625 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -24,6 +24,7 @@ SUBDIR += asmail SUBDIR += assp SUBDIR += atmail + SUBDIR += automx SUBDIR += autorespond SUBDIR += autosig SUBDIR += avenger |