Skip to content

radarlog/docker-postfix-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postfix

Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail.

FEATURES

Current docker image is built from alpine for using as a relay server.

USAGE

docker run --name radarlog_postfix_relay \
    -e RELAY_HOST=some_relay_host \
    -e RELAY_PORT=some_relay_port
    -e RELAY_USER=some_relay_user
    -e RELAY_PASS=some_relay_pass
    -p 25:25 \
    radarlog/postfix-relay

About

Dockerized postfix mail server for using as a relay

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published