|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Manipulate RPCT from an specified SENDER.
Noel,
Thanks in advance. A few seconds after sending the prior mail, i found that info =).
So what i did was:
in main.cf: smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access
in /etc/postfix/access:
source@ REDIRECT destination
Then postmap /etc/postfix/access to generate the .db.
Restart postfix and that was all I needed =)
THANKS AGAIN !
Regards,
Noel Jones wrote:
From: Francisco Ruiz (francisco
cancilleria.gov.ar)
Date: Wed Oct 01 2008 - 15:55:29 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks in advance. A few seconds after sending the prior mail, i found that info =).
So what i did was:
in main.cf: smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access
in /etc/postfix/access:
source@ REDIRECT destination
Then postmap /etc/postfix/access to generate the .db.
Restart postfix and that was all I needed =)
THANKS AGAIN !
Regards,
Noel Jones wrote:
Francisco Ruiz wrote:
Hi all,
This is my first message here so please tell me if i'm doing something wrong or perhaps what I'm asking has been already resolved.
I have two servers running postfix. *A* just sends mails while *B* acts as a relay host for it.
*A --> B --> INTERNET*
What i'm looking for is to rewrite the DESTINATION of e-mails send by a given SOURCE. Lets say:
If server A sends:
FROM: example@source.com
*TO: example@destination.com*
Then server B or A should see that if it comes from example@source.com, no matter which recipients does it have, it should *rewrite the TO statement to something@destination.com*:
FROM: example@source.com
*TO: something@destination.com
*The thing is that the TO is constantly changing so I have to filter mails by FROM and not TO.
Any clues ?
The REDIRECT action from an access table can direct mail from a specified sender address to a fixed recipient address. This may or may not do what you need. Note the REDIRECT action affects all recipients of a multi-recipient mail.
http://www.postfix.org/access.5.html
Maybe it would help if you explain the actual problem you are trying to solve.
-- Francisco Martín Ruiz Responsable de Seguridad Informática Ministerio de Relaciones Exteriores, Comercio Internacional y Culto. Esmeralda 1212, Piso 3, OF. COINF TEL: (54-11)-4819-7651 E-Mail: rzf@mrecic.gov.ar
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]