Re: questions about functions in postfix

2013-02-08 Thread deconya
functions in postfix Fecha: Fri, 8 Feb 2013 02:29:43 + On Thu, Feb 07, 2013 at 11:08:11PM +0100, deconya wrote: > Well, thanks to advice me about the diference. But how I can change it? When configuring the Postfix SMTP client set the parameters documented to work with smtp(8) and not th

Re: questions about functions in postfix

2013-02-07 Thread Viktor Dukhovni
On Thu, Feb 07, 2013 at 11:08:11PM +0100, deconya wrote: > Well, thanks to advice me about the diference. But how I can change it? When configuring the Postfix SMTP client set the parameters documented to work with smtp(8) and not those documented to work with smtpd(8). Don't confuse the two set

Re: questions about functions in postfix

2013-02-07 Thread deconya
Hi Well, thanks to advise me about the diference. But how I can change it? I understand taht all my rules are misspelled and I need to correct all of this with smtp_ ? Thanks for your time and patience :-) El 07/02/13 23:03, Viktor Dukhovni escribió: > On Thu, Feb 07, 2013 at 09:34:00PM +0100,

Re: questions about functions in postfix

2013-02-07 Thread Viktor Dukhovni
On Thu, Feb 07, 2013 at 09:34:00PM +0100, deconya wrote: > > > smtp_sasl_auth_enable = no > > > > You've disabled SASL. > > In main.cf appears > > smtpd_sasl_auth_enable = yes, why can appear no? You're not paying attention: "smtpd" != "smtp" > > > smtp_sasl_password_maps = hash:/etc/p

Re: questions about functions in postfix

2013-02-07 Thread deconya
Hi Thanks for your help Viktor, i comment inside mail: El 07/02/13 19:15, Viktor Dukhovni escribió: > On Thu, Feb 07, 2013 at 06:22:40PM +0100, deconya wrote: > >> smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd >> >> relayhost = [smtp.puc.rediris.es]:25 > Don't append :25 set: > >

Re: questions about functions in postfix

2013-02-07 Thread Viktor Dukhovni
On Thu, Feb 07, 2013 at 06:22:40PM +0100, deconya wrote: > smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd > > relayhost = [smtp.puc.rediris.es]:25 Don't append :25 set: relayhost = [smtp.puc.rediris.es] > smtp_sasl_auth_enable = no You've disabled SASL. > smtp_sasl_password

Re: questions about functions in postfix

2013-02-07 Thread Reindl Harald
Am 07.02.2013 18:22, schrieb deconya: > smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd > > but not works, everytime resolves the Ip but appears a message how message > nots authenticated in the server and > relay is not permited. I don't know where's the problem additionally to "pos

Re: questions about functions in postfix

2013-02-07 Thread deconya
e = no smtpd_use_tls = yes Any idea to not accept password_maps? Thanks -Mensaje original- De: Ralf Hildebrandt Para: postfix-users@postfix.org Asunto: Re: questions about functions in postfix Fecha: Thu, 7 Feb 2013 16:32:37 +0100 * deconya : > Hi list > > Im looking to activ

Re: questions about functions in postfix

2013-02-07 Thread Noel Jones
On 2/7/2013 9:30 AM, deconya wrote: > Hi list > > Im looking to activate a smarthost in my postfix, and for this I > need to use the function smtp_sasl_password_maps. I have and old > server 2.5.5 and Im not sure if was supported in this old version. > Where can I see the changelogs to confirm thi

Re: questions about functions in postfix

2013-02-07 Thread Ralf Hildebrandt
* deconya : > Hi list > > Im looking to activate a smarthost in my postfix, and for this I need to > use the function smtp_sasl_password_maps. I have and old server 2.5.5 > and Im not sure if was supported in this old version. Where can I see > the changelogs to confirm this? postconf smtp_sasl_p

questions about functions in postfix

2013-02-07 Thread deconya
Hi list Im looking to activate a smarthost in my postfix, and for this I need to use the function smtp_sasl_password_maps. I have and old server 2.5.5 and Im not sure if was supported in this old version. Where can I see the changelogs to confirm this? Thanks