A month ago, my ISP decided to switch from using their own in-house email system to using gmail for all incoming and outgoing mails. I am only just now getting around to changing my SME server settings to accommodate.
Most of my mail comes in by way of pop server accounts at my webspace provider, but I have one mailbox at my ISP that I also retrieve mails from into a box at my SME server. I can't seem to get that to work, either, but first things first.
I went to
server-manager > Configuration > E-mail and under
SMTP Server set:
smtp.gmail.com:587
SMTP enabled
(myusername@ISPdomainname)
(myexistingpassword)
I try sending out a test mail, and immediately I get back a bounce message:
Hi. This is the qmail-send program at [myowndomainname].com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<*****@****.com>:
Connected to 127.0.0.1 but sender was rejected.
Remote host said: 530 5.7.0 Must issue a STARTTLS command first. d29sm9869792and.12
It doesn't seem to matter if I've got the :587 added to the end of the SMTP server field or not, the error is the same. I'm assuming I'm going to have to get down under the hood somewhere and fiddle with something, but I'm not a *nix techie.
I have looked at the thread
over here, which is talking about the same issue, but no one seems to have answered the actual, original question and instead have only focused on the retrieving-mails-from-gmail issue. In any event, I followed the instructions
over here, which gave me the option to select secure SSL in retrieving my mails for that box, but I still haven't seen the mails show up in the appropriate box. (Mails for everything else are coming in fine but, remember, that's from a different provider.)
Have anyone else been able to get outgoing mails to work through gmail with SME server?
edit:
And for clarification, my ISP have instructed, in their online docs:
7. Set the Server Name: to smtp.gmail.com. Set the Port: to 587. Select Use name and password and enter your full Clearwire email address in lower case (including '@clearwire.net') in the User Name: field. Select TLS from the Use secure connection radio buttons and click OK. ...so part of the issue is they require TLS for this to work.