1 (edited by redtrouble 2012-11-07 18:02:56)

Topic: Postfix Sent Mails in one place

==== Required information ====
- iRedMail version:  0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Linux/BSD distribution name and version: Debian Squeeze
====

I sent mails by diffrent clients by smtp (gmail, roundcube, system mail function using postfix).
I need to store all mails sent through smtps in user's sent dir.

Gmail don't save sent mail to sent folder when using outside smtp.

How to configure postfix to do that?

Regards
JKL

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Postfix Sent Mails in one place

You can BCC all outgoing emails to a mailbox with sender_bcc_maps setting in Postfix.

If you have iRedAdmin-Pro, you can specify an email address in domain profile page, under tab "BCC" to get it done. Screenshot for your reference:

http://iredmail.org/images/iredadmin/domain_profile_bcc.png

3 (edited by redtrouble 2012-11-13 20:15:16)

Re: Postfix Sent Mails in one place

ZhangHuangbin wrote:

You can BCC all outgoing emails to a mailbox with sender_bcc_maps setting in Postfix.

If you have iRedAdmin-Pro, you can specify an email address in domain profile page, under tab "BCC" to get it done. Screenshot for your reference:


So I need to create bcc map: mail@serwer.com mail@serwer.com yes?
Will I double my mails in sent folder doing this?

4

Re: Postfix Sent Mails in one place

Oh, my mistake. You want to save sent email in USER's Sent folder? Then please try creating per-user sender bcc setting: mail@serwer.com -> mail+Sent@serwer.com. Here '+Sent' means delivering to "Sent" folder.