Re: [Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-03 Thread Hugh Frater
I was going to suggest, docker is the answer here. You don’t even need a
base distro, as you could just host the docker image of choice on a
container runner such as Amazon or Azure.

Sent from my iPhone


On Wed, 3 Jan 2024 at 16:18, Ralph Corderoy  wrote:

> Hi Paul,
>
> > you may like to take a look at Docker Mailserver
>
> Thanks Paul, you beat me to it.  :-)
>
> $ scan -forma '%{date}' p
> Wed, 3 Jan 2024 16:05:51 +
> Wed, 03 Jan 2024 16:07:45 +
> $
>
> --
> Cheers, Ralph.
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-03 Thread Ralph Corderoy
Hi Paul,

> you may like to take a look at Docker Mailserver

Thanks Paul, you beat me to it.  :-)

$ scan -forma '%{date}' p
Wed, 3 Jan 2024 16:05:51 +
Wed, 03 Jan 2024 16:07:45 +
$

-- 
Cheers, Ralph.

-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-03 Thread Ralph Corderoy
Hi Stephen,

> Could you look at the docker image repo and see what base distros are
> used for email servers?
>
>   - https://hub.docker.com/search?q=email%20servers

Thanks, it reminded me that
https://docker-mailserver.github.io/docker-mailserver/latest/ exists.
I've never used it but I'm having a look.

-- 
Cheers, Ralph.

-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-03 Thread Paul Tansom

On 03/01/2024 14:35, Ralph Corderoy wrote:

 Hi,

 I'm looking to set up a virtual server to send and receive email for
a domain name and store the email for pick-up by users over POP3 and IMAP.
Normally, I'd go for Debian and then configure Exim, Dovecot and others to
provide a Let's Encrypt TLS certificate, SPF, DKIM, DMARC, SpamAssassin,
etc.  It's a long list of things to configure, test, and debug.

 But I was wondering if there's a turn-key off-the-shelf distro which
makes this simpler.  I'm not bothered about a GUI or web configuration
interface.  And it doesn't have to be Linux; I know FreeBSD is quite
popular in this area, historically because of ZFS.

 A small-office/home-office distro might be he kind of thing.
This isn't for a desktop user but an Internet server; a headless box
accessed remotely.

 I'd like to hear of suggestions and especially any experience,
whether good or bad.


I haven't done anything more than install it and test that it can send 
and receive mail so far, so can't provide a solid recommendation, but 
you may like to take a look at Docker Mailserver (assuming you're happy 
to install and work with Docker. Base distro isn't too important so long 
as it supports an easy Docker install, but I'm running it on Ubuntu 
22.04 LTS quite happily. It bundles and provides configuration scripts 
for Postfix, Dovecot, Rspamd, Amavis, Spamassassin, ClamAV, OpenDKIM, 
OpenDMARC, Fail2ban, Fetchmail, Getmail6, Postscreen and Postgrey with 
support for LetsEncrypt and SASLauthd with LDAP support. That's largely 
pulled from the GitHub page. I'm working on replacing my Exim / Dovecot 
setup with it to see how it goes. It seems to be regularly kept up to 
date, with the last update 15 hours ago.


https://github.com/docker-mailserver/docker-mailserver

https://hub.docker.com/r/mailserver/docker-mailserver

--
 Paul Tansom  |  Aptanet Ltd.  |https://www.aptanet.com/   |  023 9238 0001
=
Registered in England | Company No: 4905028 | Registered Office: Ralls House,
Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP
--
 Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-03 Thread Stephen Wolff

Hi Ralph,

I'm looking to set up a virtual server to send and receive email 
for
a domain name and store the email for pick-up by users over POP3 and 
IMAP.
Normally, I'd go for Debian and then configure Exim, Dovecot and 
others to
provide a Let's Encrypt TLS certificate, SPF, DKIM, DMARC, 
SpamAssassin,

etc.  It's a long list of things to configure, test, and debug.

But I was wondering if there's a turn-key off-the-shelf distro 
which

makes this simpler.  I'm not bothered about a GUI or web configuration
interface.  And it doesn't have to be Linux; I know FreeBSD is quite
popular in this area, historically because of ZFS.


Could you look at the docker image repo and see what base distros are 
used for email servers?


 - https://hub.docker.com/search?q=email%20servers

[ but with your search finesse? ]

Stephen
--
 Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


[Dorset] Suggestions for distro to run email server and POP3/IMAP.

2024-01-03 Thread Ralph Corderoy
Hi,

I'm looking to set up a virtual server to send and receive email for
a domain name and store the email for pick-up by users over POP3 and IMAP.
Normally, I'd go for Debian and then configure Exim, Dovecot and others to
provide a Let's Encrypt TLS certificate, SPF, DKIM, DMARC, SpamAssassin,
etc.  It's a long list of things to configure, test, and debug.

But I was wondering if there's a turn-key off-the-shelf distro which
makes this simpler.  I'm not bothered about a GUI or web configuration
interface.  And it doesn't have to be Linux; I know FreeBSD is quite
popular in this area, historically because of ZFS.

A small-office/home-office distro might be he kind of thing.
This isn't for a desktop user but an Internet server; a headless box
accessed remotely.

I'd like to hear of suggestions and especially any experience,
whether good or bad.

-- 
Cheers, Ralph.

-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] How Much of Bluetooth is Implemented in the BIOS?

2024-01-03 Thread Hugh Frater
Very wise…. Bluetooth mice and keyboards are nearly always unreliable
battery guzzlers.

Sent from my iPhone


On Wed, 3 Jan 2024 at 10:50, Terry Coles  wrote:

> On 01/01/2024 15:06, Terry Coles wrote:
> > Thanks again Ralph.  I'll have to look at this tomorrow, but I'll
> > report back how I get on.
>
> Well I've spent about 7-8 hours on this spread over the last two days
> and cannot make this work.  The biggest problem is the complexity and
> the fact that the method depends on the names used in windows and Linux
> for the key values, etc,  I was unable to find any list that provided
> the equivalence that I was looking for.
>
> We already had a Logitech K400 Wireless keyboard, which operates over a
> 2.3 GHz wireless link (not bluetooth).  Once pugged in the receiver
> looks like a USB connection to the keyboard or mouse, so I've ordered a
> compatible mouse.
>
> --
> Terry Coles
>
>
> --
>   Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
>   Check to whom you are replying
>   Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
>   New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk
>
-- 
  Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk


Re: [Dorset] How Much of Bluetooth is Implemented in the BIOS?

2024-01-03 Thread Terry Coles

On 01/01/2024 15:06, Terry Coles wrote:
Thanks again Ralph.  I'll have to look at this tomorrow, but I'll 
report back how I get on.


Well I've spent about 7-8 hours on this spread over the last two days 
and cannot make this work.  The biggest problem is the complexity and 
the fact that the method depends on the names used in windows and Linux 
for the key values, etc,  I was unable to find any list that provided 
the equivalence that I was looking for.


We already had a Logitech K400 Wireless keyboard, which operates over a 
2.3 GHz wireless link (not bluetooth).  Once pugged in the receiver 
looks like a USB connection to the keyboard or mouse, so I've ordered a 
compatible mouse.


--
Terry Coles


--
 Next meeting: Online, Jitsi, Tuesday, 2024-02-06 20:00
 Check to whom you are replying
 Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
 New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk