Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 95:37:17 |
Calls: | 290 |
Files: | 904 |
Messages: | 76,423 |
hello
I'm not really understanding the internet.
Can I do my own SMTP server and send mail off to the right place without having the device open to random internet connections?
Second, your SMTP may allow to specify the port you desire to use. This the case with exim4.
hello
I'm not really understanding the internet.
Can I do my own SMTP server and send mail off to the right place without having the device open to random internet connections?
mick
hello
I'm not really understanding the internet.
Can I do my own SMTP server and send mail off to the right place without having the device open to random internet connections?
mick
hello
I'm not really understanding the internet.
Can I do my own SMTP server and send mail off to the right place
without having the device open to random internet connections?
On 2024-12-29 17:38, Jerome BENOIT wrote:
You can first place your SMTP server behind a firewall to block the undesirable ports.
Second, your SMTP may allow to specify the port you desire to use. This
the case with exim4.
With exim4 you can use certificate as well.
I'm uncertain who validates the certificate.
On Sun, 29 Dec 2024, mick.crane wrote:
hello
I'm not really understanding the internet.
Can I do my own SMTP server and send mail off to the right place
without having the device open to random internet connections?
mick
Yes, but in practice many places won't accept mail from most home IPs
even if you can get the reverse DNS set up correctly - which most ISPs
don't support.
So except for eg AAISP in the UK and any similar ISPs elsewhere, doing
it from home is "impossible".
This is a real shame, as direct to MX smtp delivery can be as secure
as the recipient wants to make it and, more importantly, you actually
know if an email has been delivered.
One upon a time, many years ago, btinternet were particularly bad
about this, they pretty much never sent a bounce back when an email
was rejected, their forwarders just dropped the email.
An outbound mailserver does not have to receive email at all, it
doesn't have to accept inbound connections from anywhere and outbound
only needs port 25 (plus things like working DNS)
Sent: Sunday, December 29, 2024 at 12:25 PM
From: "mick.crane" <mick.crane@gmail.com>
To: debian-user@lists.debian.org
Subject: SMTP servers
hello
I'm not really understanding the internet.
Can I do my own SMTP server and send mail off to the right place without having the device open to random internet connections?
mick
I have various email accounts, the web hosting, a paid for one, the gmail, the ISP one.
I have been running my own inbound and outbound mail servers for over
30 years using ISP connections. The only time I ran into trouble was
with gmail recently and only because of mismatched SPF records for a
domain I host.
On Thu, Jan 02, 2025 at 06:28:47PM +0800, jeremy ardley wrote:
I have been running my own inbound and outbound mail servers for over
30 years using ISP connections. The only time I ran into trouble was
with gmail recently and only because of mismatched SPF records for a
domain I host.
You're lucky, and your ISP is IMO atypical. Most ISP dialup (consumer/dynamic) IP ranges are identified and blocked by various
anti-spam filters. Many ISPs also block outbound SMTP. My ISP does
both, and provides (provided? I haven't tried it a decade) an outbound
SMTP server which rewrote the Date: header (because why not), making
it impossible to use DKIM at all. Static IPs can usually be
"unlocked", but it's another hoop to jump through and static IPs often
have a significant cost premium over dynamic IPs. Even if your ISP
lets you use your IP for outbound SMTP, if it was previously used by a spammer you can forget it. For anyone just starting out I absolutely
agree that running a mail server isn't worth the effort. For those of
us who have been running one for decades, it at least provides a nice
excuse to periodically complain about what the internet has become.