Hi all,

I'm searching some help for opensmtpd configuration for a relay.

I'm trying to use the relay of my ISP, which is orange in france.
        When I got the line (with the orange table declared of course), 
accept from local for any relay via secure+auth://[email protected]:587 auth 

i got on logs :

Jul 13 14:34:40 atlas smtpd[24789]: 989647e58b78302f mta event=connecting 
address=tls://80.12.242.10:587 host=smtp.orange.fr
Jul 13 14:34:40 atlas smtpd[24789]: 989647e58b78302f mta event=connected
Jul 13 14:34:40 atlas smtpd[24789]: 989647e58b78302f mta event=error reason=TLS 
required but not supported by remote host
Jul 13 14:34:40 atlas smtpd[24789]: 989647e58b78302f mta event=connecting 
address=smtps://80.12.242.10:587 host=smtp.orange.fr
Jul 13 14:34:40 atlas smtpd[24789]: 989647e58b78302f mta event=connected
Jul 13 14:34:40 atlas smtpd[24789]: 989647e58b78302f mta event=error reason=IO 
Error: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

When I use the line:
accept from local for any relay via smtps+auth://[email protected]:587 auth 
        I got :

Jul 13 14:36:31 atlas smtpd[25293]: 89d8cece96079f82 mta event=connecting 
address=smtps://80.12.242.10:587 host=smtp.orange.fr
Jul 13 14:36:33 atlas smtpd[25293]: 89d8cecf4f44031a mta event=connecting 
address=smtps://193.252.22.64:587 host=smtp.orange.fr
Jul 13 14:36:33 atlas smtpd[25293]: 89d8cecf4f44031a mta event=connected
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cece96079f82 mta event=connected
Jul 13 14:36:34 atlas smtpd[25293]: smtp-out: TLS Error on session 
89d8cece96079f82: TLS failed, downgrading to plain
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cece96079f82 mta event=connecting 
address=smtp://80.12.242.10:587 host=smtp.orange.fr
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cece96079f82 mta event=connected
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cece96079f82 mta event=error 
reason=Refuse to AUTH over unsecure channel
Jul 13 14:36:34 atlas smtpd[25293]: smtp-out: Disabling route []  80.12.242.10 
(smtp.orange.fr) for 15s
Jul 13 14:36:34 atlas smtpd[25293]: smtp-out: TLS Error on session 
89d8cecf4f44031a: TLS failed, downgrading to plain
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cecf4f44031a mta event=connecting 
address=smtp://193.252.22.64:587 host=smtp.orange.fr
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cecf4f44031a mta event=connected
Jul 13 14:36:34 atlas smtpd[25293]: 89d8cecf4f44031a mta event=error 
reason=Refuse to AUTH over unsecure channel
Any idea what I need to change ?

Thanks

Reply via email to