Re: check_recipient_access with ldap

2016-07-06 Thread Il Neofita
On Wed, Jul 6, 2016 at 10:43 AM, Viktor Dukhovni wrote: > On Wed, Jul 06, 2016 at 09:44:19AM -0400, Il Neofita wrote: > > > I would like to transform this line > > check_recipient_access hash:/etc/postfix/hash_protectedDestinations > > > > /etc/postfix/

check_recipient_access with ldap

2016-07-06 Thread Il Neofita
Hi I would like to transform this line check_recipient_access hash:/etc/postfix/hash_protectedDestinations /etc/postfix/ldap_protectedDestinationsHash testlistldap@ilneofita auth_testlistldap_only reject_list_only with this line check_recipient_access ldap:/etc/postfix/ldap_protectedDestinations

Re: Mail deferred instead rejected

2016-06-14 Thread Il Neofita
On Sun, Jun 12, 2016 at 7:39 PM, Wietse Venema wrote: > Wietse: > Fix the username lookup, so that Postfix can determine that > the user does not exist. > I found the problem in nssswitch, after removing the ldap everything start work also for the local

Re: Mail deferred instead rejected

2016-06-12 Thread Il Neofita
On Sun, Jun 12, 2016 at 9:23 PM, Peter wrote: > On 13/06/16 13:10, Il Neofita wrote: > > I redid the configuration without luck, therefore, I am doing the > > mistake over and over > > The smtpd is able to understand that the user does not exist, however, > > the lo

Re: Mail deferred instead rejected

2016-06-12 Thread Il Neofita
>Il Neofita: >> postfix/local[5857]: 3DB0520EB0C4: to=, relay=local, >> delay=0.06, delays=0.01/0.02/0/0.04, dsn=4.0.0, status=deferred (user >> lookup error) >... >> I cannot figure out why the wrong email is not bounced or rejected > >Wietse: >> Beca

Re: Mail deferred instead rejected

2016-06-12 Thread Il Neofita
2016 at 3:25 PM, Marko Cupać wrote: > On Sun, 12 Jun 2016 14:55:11 -0400 > Il Neofita wrote: > > > Is there a way to let postfix know that the user does not exist? > > http://www.postfix.org/postconf.5.html#relay_recipient_maps > -- > Before enlightenment - chop wood

Re: Mail deferred instead rejected

2016-06-12 Thread Il Neofita
Is there a way to let postfix know that the user does not exist? On Sun, Jun 12, 2016 at 1:55 PM, Wietse Venema wrote: > Il Neofita: > > postfix/local[5857]: 3DB0520EB0C4: to=, > relay=local, > > delay=0.06, delays=0.01/0.02/0/0.04, dsn=4.0.0, status=deferred (use

Mail deferred instead rejected

2016-06-12 Thread Il Neofita
Hi, I have created a list using alias_maps and ldap, the ldap query is returning 2 results ldap007,ldap007a the ldap007a is not a valid user postfix/local[5857]: 3DB0520EB0C4: to=, relay=local, delay=0.06, delays=0.01/0.02/0/0.04, dsn=4.0.0, status=deferred (user lookup error) I have a virtual_a

Re: NIS and postfix

2015-09-25 Thread Il Neofita
Sorry to have wasted your time. the canonical was working, however, is the relay that I am using that is causing the problem modifying my domain. Sorry again but I missed that point.

Re: NIS and postfix

2015-09-25 Thread Il Neofita
On Thu, Sep 24, 2015 at 6:59 PM, Viktor Dukhovni < postfix-us...@dukhovni.org> wrote: > On Thu, Sep 24, 2015 at 05:15:03PM -0400, Il Neofita wrote: > > > When the server receive an email, the TO field is changed using the > domain > > from the system and not the d

Re: NIS and postfix

2015-09-24 Thread Il Neofita
PM, Viktor Dukhovni wrote: > On Thu, Sep 24, 2015 at 01:40:21PM -0400, Il Neofita wrote: > > > In the header the from on the message received by gmail is in > > capital letters and dovecot is not involved in that transfer. > > I tought that mydomain was suppose to overw

Re: NIS and postfix

2015-09-24 Thread Il Neofita
received by gmail is in capital letters and dovecot is not involved in that transfer. I tought that mydomain was suppose to overwrite the unix domainname On Thu, Sep 24, 2015 at 1:20 PM, Viktor Dukhovni wrote: > On Thu, Sep 24, 2015 at 12:54:37PM -0400, Il Neofita wrote: > > > alias

Re: NIS and postfix

2015-09-24 Thread Il Neofita
12:43:30 postfix/qmgr[2455]: F1611270D14: removed On Thu, Sep 24, 2015 at 12:22 PM, Viktor Dukhovni < postfix-us...@dukhovni.org> wrote: > On Thu, Sep 24, 2015 at 12:03:16PM -0400, Il Neofita wrote: > > > The problem is with the forward using the aliases, therefore, should be >

Re: NIS and postfix

2015-09-24 Thread Il Neofita
24, 2015 at 10:02 AM, Wietse Venema wrote: > Wietse Venema: > > Il Neofita: > > > Hi > > > I have a server NIS that has a wrong domain name, therefore, everytime > that > > > I am receiving an email the user is changed as user@NISDOMAIN despite > the >

NIS and postfix

2015-09-24 Thread Il Neofita
Hi I have a server NIS that has a wrong domain name, therefore, everytime that I am receiving an email the user is changed as user@NISDOMAIN despite the fact that my postfix is configured with a mydomain variable. I tried to modify the domain with recipient_canonical_maps or smtp_generic_maps or he

Re: Forward rejected by yahoo

2015-09-17 Thread Il Neofita
way, it gets a little bit more > complicated, and you need some sort of milter or post-processing filter to > encapsulate the email. > > *From:* Il Neofita > *Sent:* Thursday, September 17, 2015 8:12 PM > *To:* Sebastian Nielsen > *Cc:* postfix-users@postfix.org > *Subject:* Re: For

Re: Forward rejected by yahoo

2015-09-17 Thread Il Neofita
SPF record. > And also, its a bad idea to forward spoofed email, since this could get > your domain “blacklisted” at google, thus its a good idea to SPF and/or > DKIM check any incoming email on your forwarder adress before forwarding > them. > > *From:* Il Neofita > *Sent:* Th

Forward rejected by yahoo

2015-09-17 Thread Il Neofita
Hi, I have the following problem if I forward an email received from yahoo to an other yahoo account the message is rejected. If I send a message from yahoo -> my server and forwarded to a google account the message is marked as spam, since is considered a spoofed. Can I fixed this adding some hea