Sign inSign up

pengo/relay-mail

By pengo

Updated almost 9 years ago

MTA for all my addresses

Image
0

276

pengo/relay-mail repository overview

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 = [email protected] [email protected]
bob***@gmail.com   = [email protected] [email protected]
   :

Tag summary

Content type

Image

Digest

Size

3.5 MB

Last updated

almost 9 years ago

docker pull pengo/relay-mail