Hello all! I have a server running dovecot & postfix. I have a user on my server who is sending email via smtp on an HP printer and because of that, a copy of the email is not placed in the sent folder like usually happens with clients like outlook and thunderbird. Is there any way to have the sent emails copied to the sent folder for just this user on my server? Thx! Austin Witmer
On 6/17/22 07:33, Austin Witmer wrote:> Hello all! > > I have a server running dovecot & postfix. I have a user on my server who is sending email via smtp on an HP printer and because of that, a copy of the email is not placed in the sent folder like usually happens with clients like outlook and thunderbird. > > Is there any way to have the sent emails copied to the sent folder for just this user on my server? > > Thx! > > Austin WitmerOn the postfix side, use sender_bcc_maps to add a user+sent at domain recipient. This will send the message back as an incoming message to the user, with the +sent address detail. On the receiving end, use sieve to check for the +sent address detail, mark as read and file into the Sent folder.
On 6/16/2022 7:33 PM, Austin Witmer wrote> Hello all! > > I have a server running dovecot & postfix. I have a user on my server who is sending email via smtp on an HP printer and because of that, a copy of the email is not placed in the sent folder like usually happens with clients like outlook and thunderbird. > > Is there any way to have the sent emails copied to the sent folder for just this user on my server?Doesn't dovecot now have the ability to be set up as a submission service, and automatically place copies of sent messages to the Sent folder? I could have sworn I saw this capability added a long time ago... -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20220619/a86b77b6/attachment.htm>