gssapi sasl authentication

2010-01-15 Thread Lanfeust troy
hi list, i want to authenticated my user on Kerberos AD by sasl My install work with cyrus but not with postfix In mail.info i can see the fllowing error Jan 15 17:23:00 auth postfix/smtpd[17540]: warning: SASL authentication failure: GSSAPI Error: Unspecified GSS failure. Minor code may provi

Re: gssapi sasl authentication

2010-01-15 Thread Lanfeust troy
dns_lookup_kdc = false [realms] W2K3.TEST = { kdc = kdc:88 admin_server = kdc:749 default_domain = w2k3.test } [domain_realm] .w2k3.test = W2K3.TEST w2k3.test = W2K3.TEST 2010/1/15 Victor Duchovni > On Fri, Jan 15, 2010 at 05:34:16PM +0100, Lanfeust troy wr

SOLVED Re: gssapi sasl authentication

2010-01-15 Thread Lanfeust troy
I solved this error by turning off chroot in master.fr for smtp service. And i do a copy of /etc/krb5.conf in /var/spool/postfix/etc and turn on chroot and is still work fine Thanks 2010/1/15 Lanfeust troy > sorry i forgot this config file > > [logging] > default = F

Postfix LDAP lot of LDAP request.

2014-01-10 Thread Lanfeust troy
Hi list, I have a postfix configured as virtual mailbox, domain no user account In my openldap.log i have a lotof request for example if send a mail to postfix via perl script.Postfix create LDAP request as: Jan 10 15:16:10 ldap-int-qo slapd[27062]: conn=4031 fd=17 ACCEPT from IP=IP_postfix:575

Re: Postfix LDAP lot of LDAP request.

2014-01-13 Thread Lanfeust troy
In our configuration we are multiple domain. With proxy:ldap this don't change ldap request. And I d'ont understand why postfix search for client hostname into LDAP 2014/1/10 Venkat > > On Fri, Jan 10, 2014 at 8:05 AM, Lanfeust troy wrote: > >> my.host.name.dom >

Re: Postfix LDAP lot of LDAP request.

2014-01-13 Thread Lanfeust troy
SOLVED It's from smtpd_client_restrictions = permit_sasl_authenticated Thanks 2014/1/13 Lanfeust troy > In our configuration we are multiple domain. > > With proxy:ldap this don't change ldap request. > > And I d'ont understand why postfix search

Per-user transport and bad ldap query

2014-01-13 Thread Lanfeust troy
Hi list, I want to a per-user transport by query a ldap table. I'm writing this configuration virtual_mailbox_domains = proxy:ldap:/etc/postfix/virtual_domain.cf virtual_mailbox_maps = proxy:ldap:/etc/postfix/virtual_mailbox.cf virtual_alias_maps = proxy:ldap:/etc/postfix/virtual_alias.cf transpo

sender domaion restrict to defined recipient

2014-01-29 Thread Lanfeust troy
hi list, is it possible with postix to: receive an email from outside for example from mail from: sen...@foo.bar" rcpt to : "2...@domain.com", "3...@domain.com", "a...@domain.com" I want to "2...@domain.com" and "3...@domain.com" receive this mail. but not "a...@domain.com" thanks

Re: sender domaion restrict to defined recipient

2014-01-30 Thread Lanfeust troy
thanks for reply. Yes i want to a...@domain.com receive all email except from specific sender domain or sender address. I have already read http://www.postfix.org/RESTRICTION_CLASS_README.html but i haven't success to implement this. 2014-01-29 Wietse Venema > LuKreme: > > > > On 29 Jan 2014

Re: sender domaion restrict to defined recipient

2014-01-30 Thread Lanfeust troy
r example: > > :0: > * ^From.*sender@foo\.bar > /dev/null > > # default > :0: > /var/mail/A > > -- Matthew > > Lanfeust troy wrote: > >> thanks for reply. >> Yes i want to a...@domain.com <mailto:a...@domain.com> receive all email >>