Wikiposts
Search
Computer/Internet Issues & Troubleshooting Anyone with questions about the terribly complex world of computers or the internet should try here. NOT FOR REPORTING ISSUES WITH PPRuNe FORUMS! Please use the subforum "PPRuNe Problems or Queries."

Email server

Thread Tools
 
Search this Thread
 
Old 9th Jul 2022, 08:38
  #1 (permalink)  
Thread Starter
 
Join Date: May 2002
Location: ex ZB and back
Posts: 682
Likes: 0
Received 9 Likes on 7 Posts
Email server

Anyone had any experience setting up an email server?

Have a domain name and decent broadband, just wondering how easy it would be to setup and what is required to make it work.

Thanks

S
Splat is online now  
Old 9th Jul 2022, 18:23
  #2 (permalink)  
 
Join Date: Jan 2005
Location: NA
Posts: 245
Received 0 Likes on 0 Posts
Send me a PM with your contact details. Phone would be best.

Setup is mostly trivial, but safe setup can be complicated.

I’ve run my own servers for 10+ years, the key is having a reliable static IP & a backup.

Good luck
awair is offline  
Old 9th Jul 2022, 21:46
  #3 (permalink)  
Spoon PPRuNerist & Mad Inistrator
 
Join Date: Sep 2003
Location: Twickenham, home of rugby
Posts: 7,402
Received 275 Likes on 175 Posts
Check that your ISP allows you to run an email server on your network before going any further.
safe setup can be complicated.
Absolutely agree - the biggest no-no is leaving an open relay. You should also be looking at using encryption (TLS 1.2), some form of authentication (SPF, DKIM or possibly DMARC if possible).

I've used HMail as a free email server that runs on both server and desktop OS - Windows 10 is supported. It's likely that a small scale email server for home use will not outgrow the embedded MS SQL DB, so unlikely to need a fully-fledged DB.

SD
Saab Dastard is offline  
Old 10th Jul 2022, 03:27
  #4 (permalink)  
 
Join Date: Oct 2007
Location: Here
Posts: 964
Received 3 Likes on 2 Posts
Can you still just hook up a mail server and send away, I doubt anyone will accept your messages? I thought that in the interests of spam reduction people only accept messages from addresses they "know". I guess you will be able to use your ISP's mail relay but I would think they will charge you for the privilege. For home broadband, probably won't do it at all. It's been a while since I was involved in this but I can't see it having got more open over the years.

You could in principle use dynamic dns if you didn't have a stat ip.
jimjim1 is offline  
Old 10th Jul 2022, 10:50
  #5 (permalink)  
 
Join Date: Jan 2005
Location: NA
Posts: 245
Received 0 Likes on 0 Posts
To give you a general idea of my setup process, based on a static IP:
  1. Repurpose a known, secure distribution of Linux.
  2. Install Webmin for easier configuration
  3. Replace Sendmail with Postfix
  4. Open required ports on server
  5. Redirect ports on separate firewalll/router to email server
  6. Edit DNS settings to provide global MX records
  7. Setup separate virtual host with Postfix for MX Backup
Redundancy is the prime consideration: if your mail server is down or inaccessible, your mail will bounce and can be lost forever.

As Saab Dastard said, there is a lot more to configure for security, that's if your ISP permits traffic through the relevant ports.

Depending on your needs, you may find that a mail host/hub is what you really want? A Dovecot server that can store all your mail for ready access, but cannot send mail. This removes most of the security issues.

Good luck.
awair is offline  
Old 10th Jul 2022, 21:19
  #6 (permalink)  
 
Join Date: Jan 2008
Location: LONDON
Posts: 202
Received 21 Likes on 12 Posts
Originally Posted by jimjim1
Can you still just hook up a mail server and send away, I doubt anyone will accept your messages? I thought that in the interests of spam reduction people only accept messages from addresses they "know". I guess you will be able to use your ISP's mail relay but I would think they will charge you for the privilege. For home broadband, probably won't do it at all. It's been a while since I was involved in this but I can't see it having got more open over the years.

You could in principle use dynamic dns if you didn't have a stat ip.
I'm running a postix mail server on my home network which connects to my ISP's mail relay. It's purely for the convenience of managing multiple home email accounts and I don't allow connections to it from outside my home network (at least I don't think I do ).

I don't have any problems with my ISP but I have had issues with my emails being flagged as spam, particularly when sending to gmail addresses. These were caused by:
  • Allowing my home users to connect to my home email server without encryption (I fixed that)
  • gmail not liking emails originating from an IP address it didn't recognise. (I had to add some black magic to my dns record)
  • forwarding incoming emails to external addresses. gmail really doesn't like this and I haven't found a reliable way of making it work.
Email providers are working hard to block spam and, if you run your own server you're likely to fall foul of them sometimes. It's not your ISP that blocks it, it's the receiving email provider.

Now that my ISP offers an IMAP email server I don't really need to persevere with this, but I do. I see it as a challenge.

If you say why you want to run a mail server of your own you may get some more focussed advice.

As you've learned it's perfectly possible, though I'd say the first time you do it it's a bit of a challenge.
netstruggler is offline  
Old 11th Jul 2022, 08:52
  #7 (permalink)  
Thread Starter
 
Join Date: May 2002
Location: ex ZB and back
Posts: 682
Likes: 0
Received 9 Likes on 7 Posts
Thank you all for the replies. It's obvious to me that this is technically a leap too far for me as although I am reasonably tech savvy, that does not stretch to this.

As an aside, I came to this as a way to solve the constant price rises that my host (one.com) keeps imposing. The latest is a limit on each email address with a £2 a month per account that goes over the limit.

I'm going to look at other hosts that support multiple email (as that's all I use), or I might just use it as a redirect to a gmail for example.

Once again, many thanks for all the replies.
Splat is online now  
Old 11th Jul 2022, 10:31
  #8 (permalink)  
 
Join Date: Jan 2005
Location: NA
Posts: 245
Received 0 Likes on 0 Posts
If your aim is moreso cost control, for multiple accounts on the same domain, then a virtual server may be a suitable consideration?

The specs required can be covered by a $5-10/month offering, and this resolves many of the issues relating to static IP addresses and ISP restrictions.

I’ve used hosts from Digital Ocean, Atlantic & Vultr with consistent reliability & performance.
awair is offline  
Old 14th Jul 2022, 07:13
  #9 (permalink)  
 
Join Date: Sep 2021
Location: Dodo Island
Posts: 103
Received 0 Likes on 0 Posts
You might want to have a look to the Helm. Possibly overkill for your use case but works really well (have one - just a happy camper)
zambonidriver is offline  
Old 14th Jul 2022, 10:52
  #10 (permalink)  
 
Join Date: Jan 2008
Location: LONDON
Posts: 202
Received 21 Likes on 12 Posts
Originally Posted by Splat
Thank you all for the replies. It's obvious to me that this is technically a leap too far for me as although I am reasonably tech savvy, that does not stretch to this.

As an aside, I came to this as a way to solve the constant price rises that my host (one.com) keeps imposing. The latest is a limit on each email address with a £2 a month per account that goes over the limit.

I'm going to look at other hosts that support multiple email (as that's all I use), or I might just use it as a redirect to a gmail for example.

Once again, many thanks for all the replies.
You may not need to run a mail server if all you want to do is manage multiple email accounts - provided you don't mind them having the same domain name.

It's fairly cheap to buy a domain name with email forwarding ( I think I pay something like £20/year) and you get as many email addresses as you want.

So you buy: mydomain.uk.net (say) and set up email forwarding to you ISP email address. Then anything<at>mydomain.uk.net gets forwarded to your main email account and arrives in your inbox. Although they all get delivered to the same email address myaddress<at>virgin.com (say) , they all contain in the header the original email address that they were sent to: eg. accounts<at>mydomain.uk.net , sales<at>mydomain.uk.net , support<at>mydomain.uk.net etc. There are programs which will filter the incoming mails into different accounts by looking at the header. (replaced @ with <at> to avoid creating links)

I use fetchmail to get the emails from my ISP, procmail to route them to different email accounts, and dovecot to provide IMAP access to the emails, all running under Linux. That's not trivial to set up either, but it's easier than running an email relay server.

You may be able to find an email client that sorts incoming emails into different accounts based on the X-ORIGINAL-TO field in the message header. If you could find that it would be easy and you wouldn't need to set up any other software.

For outgoing emails you just send them through your ISP in the normal way.

HTH
netstruggler is offline  

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.