Results 1 to 3 of 3
Have a problem and looking for some guidance...
The setup:
Say you have a company receiving email on domain domain.tld. They also have domains someotherdomain.tld and theotherdomain.tld. Now the only ...
- 03-24-2009 #1Just Joined!
- Join Date
- Oct 2006
- Location
- US
- Posts
- 13
Mail Server Functionality
Have a problem and looking for some guidance...
The setup:
Say you have a company receiving email on domain domain.tld. They also have domains someotherdomain.tld and theotherdomain.tld. Now the only valid emails on someotherdomain.tld and theotherdomain.tld are info@someotherdomain.tld and info@theotherdomain.tld. You would of course forward these on to someone like nancy@domain.tld to handle them and respond and this is where the fun comes in.
The problem:
Is there an application that can remove all the headers and rewrite the from address to info@someotherdomain.tld or info@theotherdomain.tld depending on who Nancy is responding to?
We currently have a C application that is working but we need to move this process to a new server and the individual who wrote it is no longer with the company. We need a new way of doing this that we can manage and support ourselves going forward.
Thanks in advance.
- 03-25-2009 #2
Sendmail has some pretty comprehensive rewrite rules, but I've never really got into them. Maybe it can handle it (but you'd probably need to do a lot of reading to know for sure).
Also you might be able to achieve something similar to what you want with virtual users, which many mail transports support.Linux user #126863 - see http://linuxcounter.net/
- 03-25-2009 #3
in postfix, you can setup alias for an address so that it points to another account, pretty easy to setup, virtual domains I believe. Never used sendmail but I would imagine it would be similarly easy.


Reply With Quote