Dmitry Podkovyrkin
2014-May-22 06:45 UTC
[Dovecot] Copies of outgoing emails in the Sent folder
Hi! My mail server works in tandem: Dovecot (IMAP) + Postfix. How can I configure in Gmail: Outgoing email copied to the Sent folder using postfix without mail client? This question is for the mailing list for Postfix? Mail client itself copies outgoing messages in the folder Sent, but the messages are large, and the server is far away. And to transmit email twice for sending and copying is not effective. Sorry for my English ). -- Regards Dmitry Podkovyrkin mobile: +7 922 20 56 756 email: dmirty at rutelecom.company skype: dmitryrw
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 22 May 2014, Dmitry Podkovyrkin wrote:> My mail server works in tandem: Dovecot (IMAP) + Postfix. > How can I configure in Gmail: Outgoing email copied to the Sent folder using > postfix without mail client? This question is for the mailing list for > Postfix? > Mail client itself copies outgoing messages in the folder Sent, but the > messages are large, and the server is far away. And to transmit email twice > for sending and copying is not effective.Either add a BCC to each message in the mail client or in postfix. Then have that BCC mail address delivered into the user's Sent mailbox. For this, you could use sub- or plus-addressing, e.g. user+Sent@example.org, or add yet another mail alias, that Sieve is "fileinto Sent" , or ... . - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEVAwUBU32krHz1H7kL/d9rAQLcGQgAyuFXbMrkn8/UNpX2MtX2AL8ZVNmVRHEf O179saZLicxKROah5Wimh4n704+3YTHJelULNGu2kf9+rbA1xu6fFpTtKqH/d+5J NXl5L7Pa/avNRllM9o3a/U5bnhOC15GpgqLt6swKddDJwwx5/Bbs+O2VVM5jq2tP hhBAVf9ngwETVBonMvbPQ2uRU3Mc3R5KX48vJrJwAbJ1LvWtaEAppNfGvhYknaxW N2chOVdlgl2FUD7JUq75RFxl77QxcxLfrkSk1E/shmdWO7J/q/uYPjtDmtCWeZkW 6VbUeYKmrO9kSFOfBc5KCjFZ72tvQqWB/GOJqrvyBl0jRPMSjyhs/g==uHQf -----END PGP SIGNATURE-----
Steffen Kaiser
2014-May-22 07:18 UTC
[Dovecot] Copies of outgoing emails in the Sent folder
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 22 May 2014, Dmitry Podkovyrkin wrote:> My mail server works in tandem: Dovecot (IMAP) + Postfix. > How can I configure in Gmail: Outgoing email copied to the Sent folder using > postfix without mail client? This question is for the mailing list for > Postfix? > Mail client itself copies outgoing messages in the folder Sent, but the > messages are large, and the server is far away. And to transmit email twice > for sending and copying is not effective.Either add a BCC to each message in the mail client or in postfix. Then have that BCC mail address delivered into the user's Sent mailbox. For this, you could use sub- or plus-addressing, e.g. user+Sent at example.org, or add yet another mail alias, that Sieve is "fileinto Sent" , or ... . - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEVAwUBU32krHz1H7kL/d9rAQLcGQgAyuFXbMrkn8/UNpX2MtX2AL8ZVNmVRHEf O179saZLicxKROah5Wimh4n704+3YTHJelULNGu2kf9+rbA1xu6fFpTtKqH/d+5J NXl5L7Pa/avNRllM9o3a/U5bnhOC15GpgqLt6swKddDJwwx5/Bbs+O2VVM5jq2tP hhBAVf9ngwETVBonMvbPQ2uRU3Mc3R5KX48vJrJwAbJ1LvWtaEAppNfGvhYknaxW N2chOVdlgl2FUD7JUq75RFxl77QxcxLfrkSk1E/shmdWO7J/q/uYPjtDmtCWeZkW 6VbUeYKmrO9kSFOfBc5KCjFZ72tvQqWB/GOJqrvyBl0jRPMSjyhs/g==uHQf -----END PGP SIGNATURE-----
Dmitry Podkovyrkin
2014-May-22 07:21 UTC
[Dovecot] Copies of outgoing emails in the Sent folder
Yes, it is a solution to this problem. But for a single user. And how can you do it for the entire server? 22.05.2014 13:18, Steffen Kaiser ?????:> > On Thu, 22 May 2014, Dmitry Podkovyrkin wrote: > >> My mail server works in tandem: Dovecot (IMAP) + Postfix. >> How can I configure in Gmail: Outgoing email copied to the Sent >> folder using postfix without mail client? This question is for the >> mailing list for Postfix? >> Mail client itself copies outgoing messages in the folder Sent, but >> the messages are large, and the server is far away. And to transmit >> email twice for sending and copying is not effective. > > Either add a BCC to each message in the mail client or in postfix. > > Then have that BCC mail address delivered into the user's Sent > mailbox. For this, you could use sub- or plus-addressing, e.g. > user+Sent at example.org, or add yet another mail alias, that Sieve is > "fileinto Sent" , or ... . >-- Regards Dmitry Podkovyrkin mobile: +7 922 20 56 756 email: dmirty at rutelecom.company skype: dmitryrw
Stephan Bosch
2014-May-22 07:22 UTC
[Dovecot] Copies of outgoing emails in the Sent folder
On 5/22/2014 8:45 AM, Dmitry Podkovyrkin wrote:> Hi! > > My mail server works in tandem: Dovecot (IMAP) + Postfix. > How can I configure in Gmail: Outgoing email copied to the Sent folder > using postfix without mail client? This question is for the mailing > list for Postfix? > Mail client itself copies outgoing messages in the folder Sent, but > the messages are large, and the server is far away. And to transmit > email twice for sending and copying is not effective.Some earlier discussions: http://postfix.1071664.n5.nabble.com/Saving-to-Sent-folder-td38182.html http://www.dovecot.org/list/dovecot/2010-March/047272.html http://www.dovecot.org/list/dovecot/2013-May/090288.html Regards, Stephan.