Re: question concerning access policy

2016-03-08 Thread Wietse Venema
Peter S?rensen: > And now to the question. I have seen than one of the attributes to get is > queue_id > > I really would like that but my queue_id is of course empty in this state. > > Is it possible to get the queue_id in an SMTPD access policy request ? The queue ID is the queue file name.

question concerning access policy

2016-03-08 Thread Peter Sørensen
Hi, I have a postfix server with a check in smtpd_recipient_restrictions: Reject_non_fqdn_recipient Check_policy_service unix: private/policy …… And in master Policy unix - …….. Pointing to perl script Everything works as expected. And now to the que