Sure interesting to try. What software? Taylor UUCP? Sendmail?What about the old good UUCP?
It will sure not be easier.
Sure interesting to try. What software? Taylor UUCP? Sendmail?What about the old good UUCP?
You could expose port 993 to the outside and use any IMAP client, like covacat says. I second his option of installing mail/roundcube and exposing that, though. I've grown disillusioned with Thunderbird, and haven't found a tolerable replacement.It remains to allow to read these mails from outside my lan, on my phone. Maybe someone knows a simple and configurable android app for that?
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
I've had dyanamic IPs for 25 years and I've had almost no problems.
The keyword is almost. Your registrar and DNS provider must provide you an interface to update your DNS records, somehow. My registrar uses a web interface to manage DNS records. Until recently I used their DNS services until last November when I set my NS records to point to Cloudflare. Now I use their web interface because of a feature I discovered that November. I don't use Cloudflare's proxy service as I want my IP on the raw internet to exercise ipfilter (which I maintain).
If you're ok with the odd disruption of an hour or two as you register a new IP, you will be fine. Of course this depends on your ISP. My ISP reassigns IP addresses once or twice a year, many times I maintain the same IP for a couple of years, until they do some work on their network necessitating a change in IP address.
One can't say a blanket "no" but a maybe. Do your research. Maybe even register a domain with a registrar who will provide you with some interface to manage your own records and try it. Domain names are cheap.
Just read my mails with my phone from my home mail server. I need either a static ip address (my ISP doesn't provide me this, for free et least) or a symbolic address with a system like no-ip. I won't send any mail from my phone.The problems with dynamic addresses are mostly to do with sending outgoing mail. At the point dynamic addresses came up it was unclear what the OP was actually try to do.
If you have:Just read my mails with my phone from my home mail server. I need either a static ip address (my ISP doesn't provide me this, for free et least) or a symbolic address with a system like no-ip. I won't send any mail from my phone.
It's actually receiving SMTP connections. If the DNS points to the old IP you're hooped.The problems with dynamic addresses are mostly to do with sending outgoing mail. At the point dynamic addresses came up it was unclear what the OP was actually try to do.
Maybe you missed the "Solved" just before the thread title. Everything works perfectly, both on my lan and on my phone.If you have:
That's all you need to be able to read the emails received on your FreeBSD host. But if you wanna be outside of your LAN to use your phone read email that's on your server, you'll really need to set up proper authentication on your mailserver, it will need to match what your phone is looking for. Oh, and that same authentication will also need to match what your Outlook and ThunderBird are looking for, as well.
- a 'Dynamic DNS' service like no-ip or DynDNS, plus
- dumb modem and
- an OpenWRT router, plus a
- FreeBSD host that is dedicated to email,
I'd know what it takes, I've done that kind of setup before. No way around doing something complicated if you want it to work right, even at a bare minimum level. So, plan it out, line it up, and be prepared to make mistakes that require you to start over from scratch.