Koozali.org: home of the SME Server

Smtp Esterno porta 587

Offline Danysoft

  • **
  • 39
  • +0/-0
Smtp Esterno porta 587
« on: July 29, 2013, 10:39:01 AM »
Salve a tutti, avrei il seguente problema:
A casa ho l'adsl Fastweb, da poco hanno cambiato la porta smtp che da 25 è passata a 587 con l'autenticazione. E' possibile dire a Sme di utilizzare tale porta in spedizione?

per provare da server manager ho impostato il server smtp in questo modo:
smtp.fastwebnet.it:587
e i relativi parametri di autenticazione
Sul log trovo le seguenti righe:


2013-07-29 10:22:24.823343500 new msg 12780136
2013-07-29 10:22:24.823345500 info msg 12780136: bytes 1888 from <daniele@miodominio.it> qp 831 uid 453
2013-07-29 10:22:24.956312500 starting delivery 11468: msg 12780136 to remote daniele@dominioEsternoDestinazione
2013-07-29 10:22:24.956315500 status: local 0/10 remote 1/20
2013-07-29 10:22:25.682575500 delivery 11468: deferral: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Could_not_auth_to_mail_server/
2013-07-29 10:22:25.682577500 status: local 0/10 remote 0/20


Offline Danysoft

  • **
  • 39
  • +0/-0
Re: Smtp Esterno porta 587
« Reply #2 on: July 29, 2013, 12:10:37 PM »
Grazie Stefano avevo googolato male. Ti chiedo scusa.

Ho fatto come suggerito
 db configuration show smtp-auth-proxy
smtp-auth-proxy=service
    Debug=enabled
    Passwd=xxxxxxxxx
    PeerPort=587
    Userid=xxxxxxxx@fastwebnet.it
    status=enabled

ma ancora non spedisco, sul log trovo:

2013-07-29 11:52:20.309532500 Net::SMTP>>> Net::SMTP(2.29)
2013-07-29 11:52:20.309535500 Net::SMTP>>>   Net::Cmd(2.26)
2013-07-29 11:52:20.309536500 Net::SMTP>>>     Exporter(5.58)
2013-07-29 11:52:20.309537500 Net::SMTP>>>   IO::Socket::INET(1.29)
2013-07-29 11:52:20.309538500 Net::SMTP>>>     IO::Socket(1.29)
2013-07-29 11:52:20.309539500 Net::SMTP>>>       IO::Handle(1.25)
2013-07-29 11:52:20.324317500 Net::SMTP=GLOB(0x8784884)<<< 220 mr004msr.fastwebnet.it ESMTP Service ready
2013-07-29 11:52:20.324320500 Net::SMTP=GLOB(0x8784884)>>> EHLO srv1.xxxxxxxx
2013-07-29 11:52:20.341041500 Net::SMTP=GLOB(0x8784884)<<< 250-mr004msr.fastwebnet.it
2013-07-29 11:52:20.341045500 Net::SMTP=GLOB(0x8784884)<<< 250-DSN
2013-07-29 11:52:20.341047500 Net::SMTP=GLOB(0x8784884)<<< 250-8BITMIME
2013-07-29 11:52:20.341049500 Net::SMTP=GLOB(0x8784884)<<< 250-PIPELINING
2013-07-29 11:52:20.341050500 Net::SMTP=GLOB(0x8784884)<<< 250-HELP
2013-07-29 11:52:20.341052500 Net::SMTP=GLOB(0x8784884)<<< 250-AUTH=LOGIN
2013-07-29 11:52:20.341053500 Net::SMTP=GLOB(0x8784884)<<< 250-AUTH LOGIN CRAM-MD5 DIGEST-MD5 PLAIN
2013-07-29 11:52:20.341088500 Net::SMTP=GLOB(0x8784884)<<< 250-STARTTLS
2013-07-29 11:52:20.341090500 Net::SMTP=GLOB(0x8784884)<<< 250-DELIVERBY 300
2013-07-29 11:52:20.341092500 Net::SMTP=GLOB(0x8784884)<<< 250 SIZE 30000000
2013-07-29 11:52:20.341093500 Net::SMTP=GLOB(0x8784884)>>> STARTTLS
2013-07-29 11:52:20.363761500 Net::SMTP=GLOB(0x8784884)<<< 220 begin TLS negotiation
2013-07-29 11:52:20.595899500 Net::SMTP::SSL=GLOB(0x8784884)>>> RSET
2013-07-29 11:52:20.611833500 Net::SMTP::SSL=GLOB(0x8784884)<<< 250 RSET
2013-07-29 11:52:20.611835500 Net::SMTP::SSL=GLOB(0x8784884)>>> EHLO srv1.xxxxxxxx
2013-07-29 11:52:20.627410500 Net::SMTP::SSL=GLOB(0x8784884)<<< 503 wrong state for EHLO command
2013-07-29 11:52:20.627415500 Net::SMTP::SSL=GLOB(0x8784884)>>> HELO srv1.xxxxxxxx
2013-07-29 11:52:20.671442500 Net::SMTP::SSL=GLOB(0x8784884)<<< 250 mr004msr.fastwebnet.it
2013-07-29 11:52:20.671444500 Net::SMTP::SSL=GLOB(0x8784884)>>> AUTH DIGEST-MD5
2013-07-29 11:52:20.687483500 Net::SMTP::SSL=GLOB(0x8784884)<<< 501 AUTH command unavailable
2013-07-29 11:52:20.687486500 SMTP authentication with ISP server failed
2013-07-29 11:52:20.687487500 Net::SMTP::SSL=GLOB(0x8784884)>>> QUIT
2013-07-29 11:52:20.713644500 Net::SMTP::SSL=GLOB(0x8784884)<<< 221 mr004msr.fastwebnet.it QUIT



Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Smtp Esterno porta 587
« Reply #3 on: July 29, 2013, 12:20:51 PM »
con quei dati (user/password/server smtp/porta) inseriti in un client, riesci a spedire?

Offline Danysoft

  • **
  • 39
  • +0/-0
Re: Smtp Esterno porta 587
« Reply #4 on: July 29, 2013, 01:04:06 PM »
si impostati su un client TB vanno.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Smtp Esterno porta 587
« Reply #5 on: July 29, 2013, 01:07:02 PM »
allora apri un bug riportando il log del tuo penultimo messaggio (quello con la transazione e l'errore), oltre che le tue impostazioni.

riporta qui il riferimento al bug, grazie

Offline Danysoft

  • **
  • 39
  • +0/-0
Re: Smtp Esterno porta 587
« Reply #6 on: July 29, 2013, 03:13:41 PM »
Ho visto che ho degli aggiornamenti da fare, questa sera li faccio e se il problema persiste apro il bug.
Intanto mi sono registrato su Bugzilla.
Per adesso grazie di tutto, una volta aperto il bug sarà mia premura segnalare il link.