Ralf Hildebrandt schrieb: > * Muhammed Sameer <[email protected]>: > >> Hello, >> >> In my postfix configuration I want to apply an smtp restriction class if the >> domainname of the sender and the recipient is different >> for example in my main.cf i am using >> >> > > You need a policy server for that >
postfwd with the following rule does what you want:
id=R01; sender_domain != $$recipient_domain; action=dunno
