[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IMAPd on openbSD 3.5 (wich one?)
Chuck Yerkes said:
> Quoting Per-Olov Sj?holm (openbsd_misc@incedo.org):
>> rembrandt said:
>
>> I have not tried Courier as I deliver my local mail with sendmail (in
>> mbox
>> format) that can't deliver to Maildir format that Courier uses.
>
> sendmail doesn't deliver mail.
> mail.local does. or procmail or deliver or whatever you write.
Well...
If you read the rest of the postings in this thread before answer, you can
see that I mention the local mailer as a separate program from the MTA
itself... It was also mentioned that it could be changed to another local
mailer to achieve your goal with Maildir format. And procmail was
mentioned...
The mail.local program is distributed as a part of sendmail source code.
Isn't it ? Then it's Sendmail... Right...
root@xanadu:/usr/src/gnu/usr.sbin/sendmail/mail.local#ls -al
total 50
drwxr-xr-x 3 root wsrc 512 Oct 26 2003 .
drwxr-xr-x 20 root wsrc 512 Mar 30 03:11 ..
drwxr-xr-x 2 root wsrc 512 Mar 30 03:28 CVS
-rw-r--r-- 1 root wsrc 199 Apr 18 2002 Makefile
-rw-r--r-- 1 root wsrc 1595 Sep 11 2001 README
-rw-r--r-- 1 root wsrc 3205 Sep 11 2001 mail.local.8
-rw-r--r-- 1 root wsrc 36687 Oct 26 2003 mail.local.c
But, even if I could of course have expressed myself better from the
beginning, it's good to read the rest of the postings in the thread before
answer.
(Solaris and HP-UX are exceptions where it is recommended to use the
default local mailer delivered in the OS instead of the local mailer
delivered with Sendmail)
>
> Seems to be an interesting young server.
????????????????????
>
> Can dovecot handle multiple domains?
> (as in "0 login user@example.com mypassword")
>
>
Regarding Dovecot and multiple domains, I am not sure. This as I dont't
append anything after the usernames at my site. But this can be found in
the documentation at dovecot:
-- From http://www.dovecot.org/doc/auth.txt --
Realms (or virtual domains) are supported by appending the "@realm" after
the user name. This behaviour works with all authentication mechanisms and
databases.
----
/Per-Olov