CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • SMTP and SSL
Pages: [1]

Author Topic: SMTP and SSL  (Read 1214 times)

kmarkley

  • I post frequently
  • ***
  • Posts: 178
  • Karma: 14
  • CiviCRM version: 4.4.3
  • CMS version: Drupal 7.24
  • MySQL version: 5.1.56
  • PHP version: 5.3.27
SMTP and SSL
February 19, 2010, 07:30:49 am
I am trying to set up a third-party SMTP relay for outbound civiMail messages.  When I configure the outbound email setting and try to send a test message, I get an error that my client (civiMail) is using SSL and that I should turn it off.  Is there a way to do this?

I can configure the server to use SSL and when I do, everything works as expected.  But the service in more expensive this way and I don't really see the point of encrypting messages between civiMail and the server only to have them transmitted without encryption between the server and the recipient.

Any help would be appreciated. 

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
Re: SMTP and SSL
February 26, 2010, 01:55:07 pm
KMarkley,

The point of encrypting the link to the mail server is to protect your credentials (account/password) rather than the data. (I'm assuming your email server requires authentication.) My personal policy in setting up servers is to NEVER send credentials in the clear.

Ken

kmarkley

  • I post frequently
  • ***
  • Posts: 178
  • Karma: 14
  • CiviCRM version: 4.4.3
  • CMS version: Drupal 7.24
  • MySQL version: 5.1.56
  • PHP version: 5.3.27
Re: SMTP and SSL
February 26, 2010, 05:42:46 pm
I was under the impression (perhaps incorrect) that username/password encryption was done independently of session encryption.  Whilst poking around trying to figure this out myself, I found this in ezc/Mail/src/transports/smtp/smtp_transport.php:

Code: [Select]
* Supported authentication methods (from strongest to weakest):
 *  - DIGEST-MD5
 *  - CRAM-MD5
 *  - NTLM (requires the PHP mcrypt extension)
 *  - LOGIN
 *  - PLAIN

Which reinforced my preconception.  But I can accept that I might be way off base on this one.

Ultimately not a big deal, I just try to move dollars from overhead to programming wherever I can.  Every bit helps as they say.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • SMTP and SSL

This forum was archived on 2017-11-26.