Authorization for relay access in addition to authentication

2008-12-23 Thread Durk Strooisma
Hi all, Just wondering whether somebody's having a setup where authentication is required for relay access with an extra authorization check. Summerizing: 1. User wants to send a mail to postfix which needs to be relayed 2. So, user identifies him/herself to postfix and authenticates 3. After

Re: Authorization for relay access in addition to authentication

2008-12-23 Thread Durk Strooisma
There at this time no built-in access controls based directly on the SASL user name. You have the following options: - Restrict one or more sender addresses to specific authenticated users via smtpd_sender_login_maps + reject_sender_login_mismatch, and *then* apply access

Re: Patterns %1, %2, etc. in LDAP tables not working for domains?

2008-12-16 Thread Durk Strooisma
My question, is this intended behaviour? Did anyone notice this behavious as well? Yes, this is documented intended behaviour. See, ldap_table(5): %[1-9] The patterns %1, %2, ... %9 are replaced by the corresponding most significant component

Patterns %1, %2, etc. in LDAP tables not working for domains?

2008-12-16 Thread Durk Strooisma
Hi all, I'm succesfully using the patterns %1, %2, etc. in my LDAP tables for virtual_alias_maps and virtual_mailbox_maps. However, in the table for virtual_mailbox_domains the patterns don't seem to be expanded. Tested with Postfix as daemon and postfix -q, using Postfix 2.5.5-1.1 on Debian 5.0

Re: Queue ID gets reused? Not unique?

2008-11-14 Thread Durk Strooisma
Hi Victor, Perfect, thanks a lot! This is the information I was looking for. Durk On Thu, Nov 13, 2008 at 10:36:10PM +0100, Durk Strooisma wrote: I was examining my Postfix logs and saw two sequential sessions using the same queue ID. I was a bit surprised as I had the assumption

Re: Queue ID gets reused? Not unique?

2008-11-14 Thread Durk Strooisma
I was examining my Postfix logs and saw two sequential sessions using the same queue ID. I was a bit surprised as I had the assumption that queue IDs were generated randomly, which means they should be practically unique. Postfix behaves as documented. Please point out where the

Queue ID gets reused? Not unique?

2008-11-13 Thread Durk Strooisma
Hi all, I was examining my Postfix logs and saw two sequential sessions using the same queue ID. I was a bit surprised as I had the assumption that queue IDs were generated randomly, which means they should be practically unique. Okay, so this could be a wrong assumption... My question is, how