Can one user have more than one system mailboxes?

Erik Nørgaard norgaard at locolomo.org
Sat Jun 3 11:09:03 PDT 2006


>> Can a user have more than one system mailbox?
>>
>> E. g., some ISP provides the next service: a client can make any number of
>> mailboxes for himself using web interface.
>> Almost all ISP are using UNIX.
>> So, how they do this?
>> Does that web interface create a new system user every time
>> I create a new mailbox?
>>
>> I have sendmail 8.13.6 on FreeBSD 6.1-RELEASE.

Sorry, I missed OP. 1st: I doubt ISP's relies on unix accounts for mail.
Rather they likely have clients in an ldap directory and mail on some
database backend storage.

2nd: You can create an extra mailbox by adding a line to /etc/mail/aliases:

  mailbox_name:    /path/to/mailbox_name

then run newaliases. To let a user access the mailbox you need to set
filepermissions accordingly.

Erik
-- 
Ph: +34.666334818                      web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4128 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060603/3bfad8ef/smime.bin


More information about the freebsd-questions mailing list