[NTLUG:Discuss] Virtual Mail Users
David Camm
dcamm at advwebsys.com
Thu Apr 15 15:36:48 CDT 2004
i've dumped sendmail, etc along time ago in favor of surgemail (see
www.netwinsite.com) which provides smtp, pop and impa support.
surgemail allows many authentication methods aside from unix accounts.
i'm not sure about cyrus, but i would bet if you asked nicely they'd do that for
you. their authent process has an open api, so you could even do it yourself.
if you've written scripts executing the sendmail binary, they have a replacement
which will function transparently.
too many other great things to mention (web interface, spam filtering, friends
lists, plugin virus scanning). it's GREAT software. and very cheap (altho not free).
check them out.....
david camm
advanced web systems
Dave Augustus wrote:
> There are 2 ways of doing what you want:
>
> 1) create a normal account on the box and set their shell to be
> /bin/false ( and other variations)
>
> 2) use courier.imap or cyrus for your email server- then within each of
> these, you can store user information in one of 3 containers: berkely db
> files, mysql or ldap.
>
> Definitely the second method is more complicated but provides additional
> benefits such as "ability to host multiple domains without conflict",
> "no passwd/group entries" and "single account can be used for multiple
> purposes." Your system will then only require user entries in
> passwd/group that are needed for the daemons, not the users.
>
> I think that the first method could "bite" you when you have 2 users
> that should have the same username but they are located in different
> domain names. For example, most decent email admins will create a
> postmaster account for each domain that is hosted. Certainly that
> wouldn't work in the first instance.
>
> Enjoy!
> Dave
>
>
>
>
> On Thu, 2004-04-15 at 14:19, Scott Hollomon wrote:
>
>>I am running sendmail on RH 9 and would like to provide my users with POP3
>>accounts without providing them with an account they could use to get a shell
>>on the mail server. I've googled extensively, but the information I've
>>gotten is obtuse at best. I am authenticating the users using Cyrus SASL
>>both for sending and receiving. Any suggestions or pointers to documentation
>>are appreciated.
>>
>>Sorry if this shows up twice.
>
>
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
>
More information about the Discuss
mailing list