Re: local authentification problem

2012-06-15 Thread Alain Deseine
But when the open xchange webmail try the same (with an ip adress = 127.0.0.1) postfix try to authenticate with SASL. NO! The CLIENT tries to authenticate and fails, and the CLIENT disconnects. You need to configure the CLIENT to not attempt authentication OR (better) fix the CLIENT's authent

Re: permit_tls_clientcerts problem

2012-06-15 Thread postfix
Thanks for the help. It turned out that relay_ccerts.db was copied from an old machine, and so the different db version was the problem. -Earl On Jun 15, 2012, at 21:10 , Viktor Dukhovni wrote: > On Fri, Jun 15, 2012 at 10:13:50AM -0700, post...@lists.killian.com wrote: > > > I am perplexed by

permit_tls_clientcerts problem

2012-06-15 Thread Viktor Dukhovni
On Fri, Jun 15, 2012 at 10:13:50AM -0700, post...@lists.killian.com wrote: > I am perplexed by an issue. Could someone help me figure out > what is going wrong? > > I migrated the configuration from a server running postfix > 2.7.2 (opensuse 11.4). It mostly works, except that > permit_tls_client

Re: How to handle local mail when throttling?

2012-06-15 Thread Adrian Gibanel
After editing: /etc/postfix/transport file to add: my.domain.comrelayratelimit: line and then running: postmap transport in /etc/postfix directory? And /etc/init.d/postfix reload I've noticed these errors: Jun 15 20:02:23 ks3095225 postfix/qmgr[32505]: 1EEBA620C3: from=<>, size=11454,

[no subject]

2012-06-15 Thread postfix
I am perplexed by an issue. Could someone help me figure out what is going wrong? I recently brought up a new server running opensuse 12.1, which has postfix 2.8.8. I migrated the configuration from a server running postfix 2.7.2 (opensuse 11.4). It mostly works, except that permit_tls_clientcert

Re: Q: Postfix MTA as a router - callback verification

2012-06-15 Thread Viktor Dukhovni
On Fri, Jun 15, 2012 at 12:03:55PM +0800, Adam Bradley wrote: > Given I now know you can't achieve the approach above I'll pursue using a > lookup table. However, with around 5 million users, address verification > was looking like the best option. No, a lookup table scales much better. > My onl

Re: Q: Postfix MTA as a router - callback verification

2012-06-15 Thread Noel Jones
On 6/14/2012 11:03 PM, Adam Bradley wrote: > > Sorry, but this sounds to me like an accident waiting to happen. I > would /strongly/ recommend getting a proper recipient list and > populating transport_maps with a user->host mapping. > > > > My only concern is scalability, is ther

Re: local authentification problem

2012-06-15 Thread Noel Jones
On 6/15/2012 10:22 AM, Alain Deseine wrote: > And local IP address are defined by the $mynetworks variable. As > mynetworks_style = host, 127.0.0.0/8 is included in $mynetworks. Correct. > > So when i do la local telnet WITHOUT AUTH postfix accept to relay > mail, and that's ok. Correct. > >

Re: How to handle local mail when throttling?

2012-06-15 Thread Noel Jones
On 6/15/2012 2:58 AM, Adrian Gibanel wrote: > - Mensaje original - > >> De: "Noel Jones" >> Para: postfix-users@postfix.org >> Enviados: Jueves, 14 de Junio 2012 19:58:23 >> Asunto: Re: How to handle local mail when throttling? > >> On 6/14/2012 12:40 PM, Adrian Gibanel wrote: >>> Hummm

Re: local authentification problem

2012-06-15 Thread Alain Deseine
Le 15/06/2012 16:51, Brian Evans - Postfix List a écrit : On 6/15/2012 9:26 AM, Alain Deseine wrote: When i try locally, using telnet, it's ok again : *ks3094730:~ # telnet localhost 25 Trying ::1... Connected to localhost. Escape character is '^]'. 220 xxx..fr ESMTP Postfix EHLO TETE 250

Re: local authentification problem

2012-06-15 Thread Brian Evans - Postfix List
On 6/15/2012 9:26 AM, Alain Deseine wrote: > When i try locally, using telnet, it's ok again : > > *ks3094730:~ # telnet localhost 25 > Trying ::1... > Connected to localhost. > Escape character is '^]'. > 220 xxx..fr ESMTP Postfix > EHLO TETE > 250-AUTH GSSAPI LOGIN PLAIN DIGEST-MD5 > * Notic

Re: local authentication problem

2012-06-15 Thread Alain Deseine
Here is the postconf -n result : AAA:~ # postconf -n alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix content_filter = daemon_directory = /usr/lib/postfix data_directory = /var/lib/postfix debug

Re: local authentication problem

2012-06-15 Thread Jerry
On Fri, 15 Jun 2012 15:26:33 +0200 Alain Deseine articulated: {snip} >*mynetworks_style = host >smtpd_recipient_restrictions = >permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination >smtp_sasl_auth_enable = no >smtpd_sasl_auth_enable = yes >smtpd_use_tls = no >smtp_use_tls = no >

local authentification problem

2012-06-15 Thread Alain Deseine
Hi, Got a strange problem with a new postfix installation. I got a well working postfix installation with SMTP AUTH (saslauthd installation). When i try to send mail from outside with a mail client like thunderbird, everythings ok and mail is relayed. *Jun 15 15:02:42 xxx postfix/smtpd[12725

Re: postfix_2.9.1-4_amd64, Ubunto 12.04, maildir setup

2012-06-15 Thread jeffrey j donovan
On Jun 14, 2012, at 8:37 PM, Tim Legg wrote: > This is very similar to a thread I posted on Ubuntu Forums a week ago that > hasn't been resolved: > > http://ubuntuforums.org/showthread.php?t=2001283 > > This is my configuration as of today, but this particular e-mail system is > not enabled by

Re: Q: Postfix MTA as a router - callback verification

2012-06-15 Thread Mikael Bak
On 06/15/2012 06:03 AM, Adam Bradley wrote: > > Sorry, but this sounds to me like an accident waiting to happen. I > would /strongly/ recommend getting a proper recipient list and > populating transport_maps with a user->host mapping. > > > > My only concern is scalability, is ther

system crash

2012-06-15 Thread JonL
I had a system crash not long ago and after rebuilding the system I need to know can I copy the postfix system and imap protocol back from the hdd as long as I can access it. and the mailboxes? Thanks

Re: How to handle local mail when throttling?

2012-06-15 Thread Adrian Gibanel
- Mensaje original - > De: "Noel Jones" > Para: postfix-users@postfix.org > Enviados: Jueves, 14 de Junio 2012 19:58:23 > Asunto: Re: How to handle local mail when throttling? > On 6/14/2012 12:40 PM, Adrian Gibanel wrote: > > Hummm. In main.cf I have: > > > > relayhost = > As I said e