Re: [Exim] virtual domain management (ie. pop3 toaster)

Pàgina inicial
Delete this message
Reply to this message
Autor: Matthew Byng-Maddick
Data:  
A: exim-users
Assumpte: Re: [Exim] virtual domain management (ie. pop3 toaster)
On Fri, Sep 21, 2001 at 09:25:18PM -0600, Vincent Danen wrote:
> On Fri Sep 21, 2001 at 07:56:48PM -0700, Jeremy C. Reed wrote:
> > > I'm using the vmailmgr system with qmail right now to handle multiple
> > > virtual domains under a single uid. Is there something similar for
> > > exim? Ie. some way I can build a large amount of virtual domains that
> > Yes, see the other email today on the exim-users mailing list. (And it was
> > also discussed yesterday. Plus it is discussed in the FAQ.)
> I saw, but I'm not familiar with vm-pop3.. will have to go looking to
> figure out what that is (I'm moderately familiar with sendmail, but
> beyond that I've been using qmail for too long).


What Jeremy didn't tell you is that the passwd.$domain and shadow.$domain are
the difficult part. I have a patch against the exim source trees (>3.22) to
provide a separate lookup, which implements searching in a directory.

Thus:

local_domains = yadda : yadda : dirsearch;/virtual/mail/aliases

and then a

domain_aliases:
driver=aliasfile
[...]
file=/virtual/mail/aliases/$domain

see http://colondot.net/sw/dirsearch.shtml

> > This is exactly what I do with Exim and vm-pop3d.
> Ok, found the webpage for this. Doesn't look like it supports
> SSL... =( Or maildirs. =( I'll have to look to see if courier-imap
> can handle virtual mailboxes like this instead (but I won't rule
> vm-pop3d out).


I use cyrus imapd, but as long as the IMAP subsystem is separate and
handles it's own management, anything is possible :-)

> > I don't recommend anything; but from an end-user's perspective Mailman
> > works good for the exim-users list.
> > http://www.exim.org/howto/mailman.html
> Thanks. I use mailman for some lists and ezmlm for others. I have a
> distinct preference for ezmlm, but I'm not a stranger to mailman (the
> exim integration perhaps, but other than that I can handle it).


In terms of the virtual domain stuff, however, this howto document is
extremely broken, at some point I'll have to get round to writing the
document about how I've done it, which is subtly different, in that the
front facing addresses that redirect to internal addresses, which don't
resolve from outside, but which force mailman delivery.

> Thanks, Jeremy. Should be interesting to see what I can come up
> with. Expect more questions on the list... I'm determined not to be
> stuck in the dark ages with qmail... =)


You will probably want that patch so you can just drop local domain
handlers in...

MBM

-- 
Matthew Byng-Maddick         <mbm@???>           http://colondot.net/