Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a question, how can I rewrite "to" addresses in mail headers, if the address is an alias?
Example... I have address all@my.company - alias for all employees. I don't want to everybody know that address, so is there a way, how to rewrite on delivery every use of "all@my.company" to real email address of recipient, or at least something like "hidden_address"?
No, BCC can hide additional addresses, but I want to hide one address, which is alias for more addresses. In the headers there is still visible original "to" address even if it is BCC.
Return-Path: <sender@sender.domain>
Delivered-To: mymail@my.domain
Received: from localhost (localhost [127.0.0.1])
by mail.my.domain (Postfix) with ESMTP id 607D9ABA36
for <ALIAS@my.domain>; Mon, 11 May 2015 15:38:04 +0200 (CEST)
This is what I am talking about.... how to prevent show alias in header? This is part of header, ALIAS@my.domain was in BCC. I know, I can make list of recipients and use it in my client in BCC field, but alias is generated automatically for all mailboxes in my domain, so when I create new mailbox, there is no need for manage some lists, groups etc
Last edited by Michal Pastor; 05-11-2015 at 08:51 AM.
BCC is shown in headers only if I send e-mail to alias from outside and only for addresses in this alias... If I send it to my alias ALL@my.domain and person@other.domain , both as BCC, person can not see ALL and ALL cannot see person, but every member of ALL can see, that original message is sent to ALL and this is what I want to hide. I have one external application, which need to send some message to this alias.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.