Cyrus SASL Auth

2011-05-30 Thread M. Rodrigo Monteiro
Hi! I'm trying to setup an SMTP Gateway, with Postfix authenticating in Cyrus SASL. # postconf mail_version mail_version = 2.8.2 # postconf -a cyrus dovecot # /usr/local/cyrus-sasl/sbin/saslauthd -l -n 10 -a rimap -O imap_server # /usr/local/cyrus-sasl/sbin/testsaslauthd -u

Re: Cyrus SASL Auth

2011-05-30 Thread Matthias Andree
Am 30.05.2011 13:49, schrieb M. Rodrigo Monteiro: Hi! I'm trying to setup an SMTP Gateway, with Postfix authenticating in Cyrus SASL. # postconf mail_version mail_version = 2.8.2 # postconf -a cyrus dovecot # /usr/local/cyrus-sasl/sbin/saslauthd -l -n 10 -a rimap -O imap_server

Re: Cyrus SASL Auth

2011-05-30 Thread M. Rodrigo Monteiro
Hi Matthias! On Mon, May 30, 2011 at 09:12, Matthias Andree matthias.and...@gmx.de wrote: The cyrus_sasl_config_path expects a directory, you've specified a file. Check and correct that. Thanks, now it's: cyrus_sasl_config_path = /usr/lib/sasl2 smtp_sasl_path = /usr/lib/sasl2 Note that a

Re: Cyrus SASL Auth

2011-05-30 Thread Wietse Venema
M. Rodrigo Monteiro: ### maillog ### May 30 09:28:27 sec56 postfix/smtpd[23554]: warning: unknown[200.194.105.195]: SASL PLAIN authentication failed: authentication failure May 30 09:28:33 sec56 postfix/smtpd[23554]: warning: unknown[200.194.105.195]: SASL LOGIN authentication failed:

Re: Cyrus SASL Auth

2011-05-30 Thread M. Rodrigo Monteiro
Why am I getting wrong password now? It was missing the -r parameter in saslauthd. Problem resolved. Thanks for the help! Regards, Rodrigo. -- M. Rodrigo Monteiro Free as in Freedom, not free as in free beer As we are liberated from our own fear, our presence automatically liberates

configure postfix to relay host with yahoo

2011-05-30 Thread Nahliel Steinberg
Hello, they are four days that i try to configure my postfix to run with smtp.mail.yahoo.com but don't running. I search help on google.fr/linux and i found some solutions. I configure postfix with stunnel my /etc/stunnel/stunnel.conf : (when i try connect with telnet localhost 11125 i

Re: configure postfix to relay host with yahoo

2011-05-30 Thread Noel Jones
On 5/30/2011 11:45 AM, Nahliel Steinberg wrote: ... relayhost = [127.0.0.1]:11125 ... Log says authentification required I configure my sasl_password table : [smtp.mail.yahoo.com]:465nahliel.steinb...@yahoo.fr:my_passwd(on yahoo) The correct entry is the postfix relayhost

Re : configure postfix to relay host with yahoo

2011-05-30 Thread Nahliel Steinberg
Tank's you Noel, i change it [127.0.0.1]:11125  username:password and i do hash : postmap sasl_passwd i restart postfix : /etc/init.d/postfix restart an i try to send a mail log say this, and i think that authentification is ok : May 30 19:00:25 osiris postfix/pickup[3167]: 2CEF7281D9F:

Re: Mail forwarding

2011-05-30 Thread pch0317
On 26/05/11 21:46, mouss wrote: Le 26/05/2011 18:41, pch0317 a écrit : Hi, I want to forward mail only for one user u...@mydomain.tld to u...@otherdomain.tld. I try do it in this way: /etc/postfix/virtual: ... u...@mydomain.tld u...@mydomain.tld, u...@otherdomain.tld ... When I send

Configure postfix with yahoo.fr

2011-05-30 Thread Nahliel Steinberg
Hi, It's ok Noel, i configure /etc/postfix/sender_canonical And postfix run successfull. Thank's you very much. -- Nahliel

configuration concept help

2011-05-30 Thread andyt
Hi, I have a problem trying to work out a postfix solution. I have 2 smtp servers: Mail gateway VSgate1 for MX, Spam, Virus Mail server Postfix1 for general mail processing and storage. my aim is to achieve the following 1. receive all mail through gateway mail server VSgate1. 2. VSgate1

Re: configuration concept help

2011-05-30 Thread Jeroen Geilman
On 05/31/2011 01:00 AM, an...@melted-ice.co.uk wrote: Hi, I have a problem trying to work out a postfix solution. I have 2 smtp servers: Mail gateway VSgate1 for MX, Spam, Virus Mail server Postfix1 for general mail processing and storage. my aim is to achieve the following 1. receive

Re: configuration concept help

2011-05-30 Thread mouss
Le 31/05/2011 01:00, an...@melted-ice.co.uk a écrit : Hi, I have a problem trying to work out a postfix solution. I have 2 smtp servers: Mail gateway VSgate1 for MX, Spam, Virus Mail server Postfix1 for general mail processing and storage. my aim is to achieve the following 1.

Re: Re : configure postfix to relay host with yahoo

2011-05-30 Thread mouss
Le 30/05/2011 19:09, Nahliel Steinberg a écrit : Tank's you Noel, i change it [127.0.0.1]:11125 username:password and i do hash : postmap sasl_passwd i restart postfix : /etc/init.d/postfix restart an i try to send a mail log say this, and i think that authentification is