On 2015-01-22 19:28, Josh Smift wrote: > > Speaking of this, I recently ran into trouble because I'd set my outgoing > SMTP server on my mail client on my Android phone (K-9 Mail) to be the > mail server I generally use for personal mail, with Postfix doing > authenticted TLS and all; and I found that this had stopped working well, > because when I was on T-Mobile's data network, I ran afoul of some SPF > policy, causing my sent messages to be marked as spam by good spam- > filtering software. So, ok, I could use T-Mobile as my SMTP server when > I'm on their data network, but a lot of the time my phone is on a wifi > network of one sort or other, and I presumably can't use their SMTP server > when I'm doing that. > > Anyone else run into this? What did you do?
Two issues I run into: - setting up clients to talk to servers on port 25. It can work, but you are supposed to use port 587. Some network block 25, also, if you only allow authenticated connections on 587, then you can be less stringent on ip restrictions, SPF etc... - sometimes when going via cell data network, I wouldn't get a hostname at all, and I was refusing connections when a forward lookup for the host didn't match the ip. I relaxed a bunch of rules on 587, and that solved that. -- http://yves.zioup.com gpg: 4096R/32B0F416 _______________________________________________ Tech mailing list Tech@lists.lopsa.org https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/