On Aug 30, 2006, at 7:23 AM, Steve Davis wrote:
> coba-e (at mark) bluequartz.org writes:
>> Mitch,
>>
>> Believe there are other settings that affect this also. My copy
>> reads
>> "Leave mail on server" and there are also settings to delete after so
>> many
>> days (from server) and also to delete when deleted from local mailbox
>> I
>> believe....
>
I doubt you can do it thru the GUI, but, if you are using sendmail you
can use the pipe operator "|" to copy all mail being delivered to a
mailbox to a file anywhere on the file system.
This is from memory, so double-check the syntax:
in aliases file (for a user named bob)
bob: bob, "|/home/bob/mail-archive.mbox"
I am not sure if you need to create a separate account such as bob2 to
hold the email that the user will get, or not.
Patrick Giagnocavo
patrick (at mark) zill.net