smtpd_sender_login_maps problem

2011-01-21 Thread Timo Veith
Hello postfix-users, I want to tie my users to their email addresses using the smtpd_sender_login_maps and the reject_sender_login_mismatch parameter. I have activated the settings in main.cf and it is working as far as I can tell from the mail.log. I am watching the reject_warnings. The followin

Re: smtpd_sender_login_maps problem

2011-01-21 Thread Timo Veith
2011/1/21 Victor Duchovni : > On Fri, Jan 21, 2011 at 02:30:22PM +0100, Timo Veith wrote: > >> I want to tie my users to their email addresses using the >> smtpd_sender_login_maps and the reject_sender_login_mismatch parameter. I >> have activated the settings in main.cf

ldap table ex/import credentials?

2011-03-25 Thread Timo Veith
Hi postfix-users, is it possible to share credentials among multiple ldap table files? E.g. if I have /etc/postfix/ldap/users /etc/postfix/ldap/aliases /etc/postfix/ldap/groups and in main.cf the virtual_mailbox_maps = /etc/postfix/ldap/users virtual_alias_maps = /etc/postfix/ldap/aliases,

Re: ldap table ex/import credentials?

2011-03-27 Thread Timo Veith
2011/3/26 Wietse Venema > Timo Veith: > > ldap_table(5) says that a ldap table file has the same format as main.cf > . > > > > Can I just put > > > > server_host > > search_base = > > bind = > > bind_dn = > > bind_pw = > > version

what if pattern and result in the virtual(5) table are the same address?

2011-04-15 Thread Timo Veith
Hi postfix users, I think I don't understand the ADDRESS_REWRITING_README in the "virtual" section where it says: "Addresses found in virtual alias maps are subjected to another iteration of virtual aliasing, but are not subjected to canonical mapping, in order to avoid loops." Let's say in main

Re: what if pattern and result in the virtual(5) table are the same address?

2011-04-15 Thread Timo Veith
2011/4/15 Noel Jones : > On 4/15/2011 5:47 AM, Timo Veith wrote: >> >> Hi postfix users, >> >> I think I don't understand the ADDRESS_REWRITING_README in the >> "virtual" section where it says: >> >> "Addresses found in virtual ali

sendmail equivalent to reject_unknown_recipient_domain?

2012-06-28 Thread Timo Veith
Dear postfix-users, I have asked Google but haven't found something useful, yet. Maybe someone here can tell this quickly. I am searching for a similiar configuation parameter for sendmail, that rejects messages in the smtp dialogue if the envelope recipient is unknown. I've found Local_check_rc

Re: sendmail equivalent to reject_unknown_recipient_domain?

2012-06-29 Thread Timo Veith
2012/6/28 Wietse Venema : > Timo Veith: >> I am searching for a similiar configuation parameter for sendmail, >> that rejects messages in the smtp dialogue if the envelope recipient >> is unknown. >> >> I've found Local_check_rcpt, check_rcpt check_compat,