I need a sender dependent smtp service for my shared postfix servers
This is similar to what was discussed in the thread a month ago 
http://www.mail-archive.com/postfix-users@postfix.org/msg18419.html


This is because some of our clients require a dedicated outgoing IP
( for sender accreditation ) 

I was thinking of a solution using a FILTER. But unfortunately FILTER
does now work without a destination apparently


I created a file called senderwise 
==senderwise==
netcore.co.in   FILTER  smtp1:



==main.cf==
mynetworks=192.168.0.0/16,127.0.0.1
smtpd_sender_restrictions=
        check_sender_access hash:/etc/postfix/senderwise,
        permit
smtpd_recipient_restrictions =
        permit_mynetworks,
        reject
relayhost=[192.168.2.105]


==master.cf==
smtp1      unix  -       -       n       -       -       smtp
        -o smtp_bind_address=192.168.50.11
        -o smtp_helo_name=client2.netcore.co.in




------------------

But "FILTER  smtp1:"  is apparently no a valid format 
Is there a way out 

Thanks
Ram











Reply via email to