On 2/5/2015 8:00 AM, li...@rhsoft.net wrote:
> 
> Am 05.02.2015 um 14:54 schrieb Inteq Solution - Dep. Tehnic:
>> Thank you for taking your time to reply Wietse,
>>
>> I might have been a bit ambiguous about my problem.
>> I know how to whitelist inbound u...@domain.com while rejecting
>> the all
>> other inbound from @domain.com
>>
>> My problem is:
>>
>> domainA.com is an external domain
>> domainB.com is a domain hosted on my server.
>>
>> I REJECT all users of domainA.com from sending email to one of my
>> domains,
>> domainB.com
>> domainA.com REJECT
>>
>> But, one user on domainB.com wants to receive email from any user on
>> domainA.com
>> This is the part where I am lost in reading the manual: allowing
>> all email
>> from domainA.com to domainB.com, but only for a certain user
>> account on
>> domainB.com.
> 
> postfix don't support *any* configuration depending on sender *and*
> RCPT at the same time - you can configure restrictions only for the
> left or right side
> 
> for anything else you need a ploicy-daemon or milter
> 
> discussed recently more than once here


You can use a restriction class to allow this sender/recipient
combination.  Some examples are in:
http://www.postfix.org/RESTRICTION_CLASS_README.html

The limitation with the restriction class feature is it doesn't
scale well to lots of restrictions.  Each combination needs its own
class, so it can quickly become unmanageable.  This won't be a
problem with bypassing for one recipient.

For more flexible multiple combinations, use a milter or policy service.




  -- Noel Jones

Reply via email to