Koozali.org: home of the SME Server

Other Languages => Italiano => Topic started by: Fumetto on May 02, 2019, 06:37:23 PM

Title: Utilizzo di Aruba come smarthost
Post by: Fumetto on May 02, 2019, 06:37:23 PM
Qualcuno ci è riuscito? Ci sto impazzendo dietro...

Ho uno SME che fa da posta per un dominio (example.com). Purtroppo l'IP fisso su cui è attestato il server è andato in blacklist, quindi volevo utilizzare i server di aruba.it come smarthost, ma non riesco a farlo funzionare. Premetto che se configuro il tutto su Outlook 2013 funziona...
Code: [Select]
[root@server ~]# db configuration show SMTPSmartHost
SMTPSmartHost=smtps.aruba.it:465
[root@server ~]# db configuration show smtp-auth-proxy
smtp-auth-proxy=service
    Debug=disabled
    Passwd=xxxxxxx
    Userid=postmaster@example.com
    status=enabled
[root@server ~]# ping smtps.aruba.it
PING smtps.aruba.it (62.149.128.218) 56(84) bytes of data.
^C
--- smtps.aruba.it ping statistics ---
16 packets transmitted, 0 received, 100% packet loss, time 15155ms

[root@server ~]#

Il server non risponde al ping, neanche dalla mia linea internet (quindi escluderei problemi di linea, penso abbiano bloccato la risposta al ping del server aruba).

Quote
/var/log/smtp-auth-proxy/current: Visualizzato alle gio 02 mag 2019 18:31:28 CEST.

.......
2019-05-02 18:10:11.029080500 No SMTP connection to server smtps.aruba.it:465 on port 25
2019-05-02 18:17:32.035486500 No SMTP connection to server smtps.aruba.it:465 on port 25
qualcosa non quadra... ma cosa? Dove ho sbagliato?
Title: Re: Utilizzo di Aruba come smarthost
Post by: Fumetto on May 02, 2019, 07:04:49 PM
Mi rispondo da solo... sono un pirla...  :grin:
Quote
[root@server ~]# config setprop smtp-auth-proxy PeerPort 465
[root@server ~]# signal-event email-update
[root@server ~]# db configuration show smtp-auth-proxy
smtp-auth-proxy=service
    Debug=disabled
    Passwd=xxxxxxx
    PeerPort=465
    Userid=postmaster@example.com
    status=enabled
[root@server ~]# db configuration show SMTPSmartHost
SMTPSmartHost=smtps.aruba.it
[root@server ~]#
Title: Re: Utilizzo di Aruba come smarthost
Post by: ReetP on May 03, 2019, 06:58:49 PM
:-)