[Exim] Solved: Retrieving virtual domain user mbox.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Onno
Fecha:  
A: Jeremy C. Reed, exim-users
Asunto: [Exim] Solved: Retrieving virtual domain user mbox.
Just to let you know:

I used the great patch from Jeremy and everything works
like I wanted:

- exim dumps mail from virtual domains in /var/spool/virtual/domain.sample
- the popper accepts logins like tux@??? (@ can be !, : or ;)
- the password files are in /etc/virtual/domain.sample/passwd
- the aliases files are in /etc/virtual/domain.sample/aliases

I had two minor bumbs in the road:

- the popper had PAM enabled by default, just disable it if you don't
use PAM. (Jeremy: its off topic, but maybe a remark on your page?)
- exim pukes on file mode 0664 (should not contain 0020), just do
a chmod go-w /etc/virtual/domain.sample/* and off you go!

In short: It works great, thanks Jeremy!

Regards,

Onno


At 12:27 PM 2/9/00 -0800, Jeremy C. Reed wrote:
>On Wed, 9 Feb 2000, Ian Southam wrote:
>
>> One approach is to setup the popper user names such that they are in the form
>> user@??? and the popper (or imap) daemon, parses off the domain and
>> validates the user based on that.
>>
>> I know of no daemon that does that but, it should be fairly trivial to
>> implement.
>
>There are a few pop3 daemons that allow this. In fact, I wrote a patch for
>gnu-pop3d that has this setup (as well as an IP-based solution). I have
>been using it for about five months. My patch and more information
>is available at http://www.reedmedia.net/projects/virtualmail/.
>
>  Jeremy C. Reed
>....................................................
>     BSD software, documentation, resources, news...
>     http://bsd.reedmedia.net

>
>
>
>--
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>