Re: sendmail & Verizon

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/04/2013 10:11 PM, Kevin J. Cummings wrote:
NOW:  Verizon wants to:

	1) change the outgoing server name to smtp.verizon.net
	2) change the port from 587 (MSA) to 465 (SMTPS), and
	3) require SSL for communication.

Sure, I can change my iPhone settings, and each Thunderbird instance in
the house (and it works), but I want to keep the home network using *my*
sendmail server for email, and have *IT* forward to Verizon.  (Besides,
I have a few scripts that want to send a few housekeeping emails without
invoking Thunderbird.)  I tried the obvious changes, but I think I'm
missing something:

define(`SMART_HOST',`relay:[smtp.verizon.net]')dnl
define(`RELAY_MAILER',`smtps')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 465')dnl

AuthInfo:smtp.verizon.net "I:userId" "P:password" "M:PLAIN"

This configuration results in "Communication Timed Out with
smtp.verizon.net" or "read error from smtp.verizon.net", and mail justs
sits in my local mqueue waiting to be delivered.

The simple answer is that sendmail can't do that by itself as it has no
support for client-side SSL. You need to use a program such as _stunnel_
to provide the encryption wrapper. Here is a fedoraproject wiki posting
that describes the basics:

  https://fedoraproject.org/wiki/Configure_sendmail_as_a_client_for_SMTPs

That's basically what I had running back in 2007 when Comcast didn't
allow global access to port 587. I'd post the whole setup that I used,
but my old sysVinit script for starting an stunnel service wouldn't be
worth much these days

--
Bob Nichols     "NOSPAM" is really part of my email address.
                Do NOT delete it.

--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux