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
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
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,
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
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
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
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
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,