Skip to content

pen/docker-relay-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

relay-mail

Description

A Postfix container only relays virtual address.

If you have some internet domains and then many mail addresses, You may want to handle mails by one Gmail mailbox.

Requiement

MX records point this container.

Install

mkdir conf
vi conf/relay.conf
docker run --net=host -p 25:25 -v $PWD/conf:/ext -d pengo/relay-mail

Configuration

alice***@gmail.com = alice@example.net me@alice.example.jp
bob***@gmail.com   = bar@example.net info@bar.example.org
   :

About

MTA for all my addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages