BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Mail screwed the pooch
- Subject: [Discuss] Mail screwed the pooch
- From: me at mattgillen.net (Matthew Gillen)
- Date: Sat, 02 Apr 2016 21:24:20 -0400
- In-reply-to: <CAHvKn_ntULnQZ2vz_n5coVuQLgZLk7sXQYVheqSaQigyke=urQ@mail.gmail.com>
- References: <CAHvKn_nw7YoKvhqx0AMqkFmO66e4o3iMF=b+a1Y+L_kfDfrOfg@mail.gmail.com> <570017D8.90709@gmail.com> <CAHvKn_ntULnQZ2vz_n5coVuQLgZLk7sXQYVheqSaQigyke=urQ@mail.gmail.com>
Here's what you need to get outgoing working through VZ FIOS: Set up stunnel: > cat /etc/stunnel/smtp.verizon.net.conf > [ req ] > client = yes > accept = 2525 > connect = smtp.verizon.net:465 Then set up your mail server to use (in my example) localhost:2525 as an outgoing 'smart host'. Using sendmail, add this to your sendmail.mc: > define(`SMART_HOST', `[localhost]')dnl > define(`RELAY_MAILER_ARGS', `TCP $h 2525')dnl > define(`ESMTP_MAILER_ARGS', `TCP $h 2525')dnl The only thing you need to do then is to make sure smtp.verizon.net is in your SPF record for your domain. If this email gets to you, that is exactly how it got to you. HTH, Matt On 4/2/2016 8:01 PM, David Kramer wrote: > I actually thought of that and tried changing Thunderbird to use > outgoing.verizon.net and got "invalid username or password". Half an hour > with their tech support showed nothing but how clueless they were, but this > is not a common issue. I did get a number to call for next level support > (I think) but they're only open business hours. Like when I'm at work and > can't try to send mail. In fact, if I got this working, that could be a > "permanent" solution. > > I didn't make this clear, but incoming mail is working dandy. I get mails, > I just can't reply to them because nobody's SMTP wants to accept mail from > a dynamic Verizon address. > > I just looked up the Google SMTP, and that's a nice option, except for the > fact that they change the From address to the Gmail address you use for > authentication, which will be confusing for the recipient. > > On Sat, Apr 2, 2016 at 3:04 PM, Rich Pieri <richard.pieri at gmail.com> wrote: > >> Quick hack for outgoing mail: configure your home MTA to use >> outgoing.verizon.net as its smart relay. You could also configure your >> clients to use Google's outgoing server to relay your mail. >> >> No quick hack for incoming mail. This requires changes to your MX >> records and these can take upwards of a week to propagate. >> >> The Reply-To field is your friend. Use it. >> >> -- >> Rich P. >> _______________________________________________ >> Discuss mailing list >> Discuss at blu.org >> http://lists.blu.org/mailman/listinfo/discuss >> > _______________________________________________ > Discuss mailing list > Discuss at blu.org > http://lists.blu.org/mailman/listinfo/discuss >
- References:
- [Discuss] Mail screwed the pooch
- From: dj.segfault at gmail.com (David Kramer)
- [Discuss] Mail screwed the pooch
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Mail screwed the pooch
- From: dj.segfault at gmail.com (David Kramer)
- [Discuss] Mail screwed the pooch
- Prev by Date: [Discuss] Mail screwed the pooch
- Next by Date: [Discuss] Govt Source Code Policy
- Previous by thread: [Discuss] Mail screwed the pooch
- Next by thread: [Discuss] How to write .htaccess rules
- Index(es):