Re: [exim] Running our own email server on GCP

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Byung-Hee HWANG
Fecha:  
A: exim-users
Asunto: Re: [exim] Running our own email server on GCP
Terrance Devor via Exim-users <exim-users@???> writes:

> To add some additional information regarding what we are trying to achieve:
>
> - An email server as a docker container. Prefer EXIM however Postfix would
> work
> - A POP3/IMAP server as a docker container
>
> The containers will be deployed to a kubernetes cluster on GCP. We also
> want DKIM and all the verification to work perfectly. This is for my own
> company, security is a must :)
>
> Can anyone please help guide in the right direction?


As you know, all bytes are money on GCP, AWS and other Cloud
services. So i do not use POP3/IMAP on GCP. All incoming emails goes
forward to real Gmail box:

#+BEGIN_SRC text
soyeomul@bionic190316003:~$ cat ~/.forward
soyeomul+gcp@???
#+END_SRC

And i don't know about a docker. +Both Exim and Postfix are good MTA.

Sincerely, Byung-Hee