OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Auto Sent folder filling

From: Victor Duchovni (Victor.DuchovniMorganStanley.com)
Date: Mon Apr 03 2006 - 09:26:11 CDT


On Mon, Apr 03, 2006 at 04:06:20PM +0200, Vlada Macek wrote:

> For company SMTP/IMAP server I was asked whether it's possible to omit
> MUA putting sent messages to Sent folder after the submission (since on
> slow lines it often takes long time to upload message twice) and let the
> copy transported via SMTP to be put to the user's Sent folder instead.
>
> It would be more comfortable even for me, nevertheless I feel it's not
> really clean approach. But is it possible somehow easily? Is someone
> running such feature?

With Cyrus IMAP, you can Bcc "uid+Sentdomain", but this requires opening
up public "Post" access to the "Sent" folder. Other people can create
mail in your sent folder you never sent yourself. If that is an acceptable
risk, ...

Postfix delivers mail to mailboxes, not folders. The folder delivery is
up to the IMAP LMTP server.

If you restrict your MSA to authenticated users and enforce login vs.
sender matching, you can enable the "bcc" above via sender_bcc_maps.

If you are not using Cyrus and LMTP, you could potentially still use
the address extension to target a specific maildir sub-folder. The
details depend heavily on your choice of MDA and IMAP server.

--
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majordomopostfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.