Author Topic: Cannot Send Test SMTP  (Read 5883 times)

Offline johnywhy

  • Jr. Member
  • **
  • Posts: 14
Cannot Send Test SMTP
« on: March 15, 2013, 02:03:18 PM »
hi,

at Test SMTP, i get
Code: [Select]
Trying to send email...
SMTP send:  NOT OK(Connection failed: Failed to connect socket: Connection refused)

it's a gmail account. my config file says:
Code: [Select]
...
$rcmail_config['smtp_server'] = 'ssl://smtp.googlemail.com';
...
$rcmail_config['smtp_port'] = 465;
...

i'm entering:
Code: [Select]
User: myusername@gmail.com OR myusername (neither works)
Password: mypassword
Sender: myusername@gmail.com
Recipient: anyEmailAddress

what should i do?

thanks
« Last Edit: March 15, 2013, 06:01:19 PM by johnywhy »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Cannot Send Test SMTPi
« Reply #1 on: March 15, 2013, 03:56:54 PM »
I think its "ssl://smtp.gmail.com" although "ssl://smtp.googlemail.com" may work as well. Also make sure your web server firewall isn't blocking access to smtp.gmail.com:465.

Offline johnywhy

  • Jr. Member
  • **
  • Posts: 14
Re: Cannot Send Test SMTPi
« Reply #2 on: March 15, 2013, 06:01:04 PM »
I think its "ssl://smtp.gmail.com" although "ssl://smtp.googlemail.com" may work as well. Also make sure your web server firewall isn't blocking access to smtp.gmail.com:465.

same error. checking with host.

Offline johnywhy

  • Jr. Member
  • **
  • Posts: 14
Re: Cannot Send Test SMTP
« Reply #3 on: March 16, 2013, 05:06:59 AM »
my web host says:
Quote
We had initiated an rbltest of the google's smtp server and it appears to be not blocked on our end.  Please see the results below.

 host smtp.googlemail.com
smtp.googlemail.com is an alias for googlemail-smtp.l.google.com.
googlemail-smtp.l.google.com has address 74.125.133.16
googlemail-smtp.l.google.com has IPv6 address 2607:f8b0:4001:c02::10

 rbltest 74.125.133.16
74.125.133.16 is literal IP.
testing 74.125.133.16.
- is not DNSbl listed by admin.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by accept.bl.kundenserver.de (NXDOMAIN).
- is not DNSbl listed by bl.spamcop.net (REFUSED).
- is not DNSbl listed by mrelay.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by dialup.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by reject.bl.kundenserver.de (NXDOMAIN).
- is not DNSbl listed by blackholes.wirehub.net (REFUSED).
- is not DNSbl listed by pss.spambusters.org.ar (REFUSED).
- is not DNSbl listed by dul.ru (REFUSED).
- is not DNSbl listed by relays.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by proxies.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by xbl.spamhaus.org (NXDOMAIN).
- is not DNSbl listed by worms.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by warn.bl.kundenserver.de (NXDOMAIN).
- is not DNSbl listed by schizo.bl.kundenserver.de (REFUSED).
- is not DNSbl listed by sbl.spamhaus.org (NXDOMAIN).

any more ideas? would love to use roundmail, if i could get it working.

thanks

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Cannot Send Test SMTP
« Reply #4 on: March 16, 2013, 05:31:28 AM »
Whats most likely going to be blocked on your host is port 465, it doesn't look like they checked that.

Offline johnywhy

  • Jr. Member
  • **
  • Posts: 14
Re: Cannot Send Test SMTP
« Reply #5 on: March 16, 2013, 02:40:43 PM »
they just told me:
Quote
Please be informed that since the application is installed in 1&1 web space, you only allowed to use SMTP server of 1&1.
How can i set my host (1&1) SMTP server to copy the sent mails to my gmail sent folder?

Offline johnywhy

  • Jr. Member
  • **
  • Posts: 14
Re: Cannot Send Test SMTP
« Reply #6 on: March 17, 2013, 12:44:14 AM »
more info from my host:

Quote
Basically, we do not block external mail servers. However, If you have issues with the outgoing mail servers you are using. We recommend you to use the 1&1 mail servers

any suggestions?

this is like the 3rd time in the past 2 years i've tried to use roundcube, and something always gets in the way.

i really want to stop using desktop email clients, they are slow-loading, every one i've tried.

please help.