Hi Andreas, On Mon, 23 Jan 2017 09:56:55 +0000 Andreas Thulin wrote: > I have my (VPS) server "esoteric" that can send and reeceive e-mail > externally. I also have "pejorative", my other server at home, that > cannot send e-mail since my ISP blocks port 25. >
Outbound choices: 1) Set your mail client to relay via your remote server's submission port (587) 2) Relay out from your home server via your ISP's smart host submission service 3) Ask your ISP to unblock OUTBOUND port 25 from your STATIC IP address and ask for rDNS to be set up on that static IP address, then set up SPF, DMARC, etc. DNS records. Inbound choices: 1) Set your mail client to collect mail from a POP/IMAP daemon running on your remote server. 2) Ask your ISP to unblock INBOUND port 25 to your STATIC IP address If your ISP is blocking port 25 in both directions, it is unlikely they've allocated you a static IP address. (SMTP doesn't usually work very well at all on dynamic addresses.) Cheers, -- Craig Skinner | http://linkd.in/yGqkv7 -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
