Coder Social home page Coder Social logo

ses-postfix-relay's Introduction

SES Postfix Relay

Set credentials in docker-compose.yml then

docker build . -t ses-postfix-relay 
docker-compose up -d 

helo_access

In addition to MYNETWORKS, you will need to specify the hosts from which you accept HELO messages in helo_access. You can use POSIX Regular Expressions (PCRE) here if you wish.

See access(5) and regex_table(5) for details on the HOST NAME patterns allowed here.

Testing

You can attach to the container and send a test message. The final line must contain a period with no other content.

sendmail -f [email protected] [email protected]
From: MyDomain Notification
Subject: Amazon SES Test                
This message was sent using Amazon SES.                
.

Troubleshooting

Feb 17 17:56:02 ip-10-150-241-58 postfix/smtpd[978]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 451 4.3.0 <ip-10-150-241-58.ec2.internal>: Temporary lookup failure; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<ip-10-150-241-58.ec2.internal>

Some things to check:

  • is the RCPT from address in MYNETWORKS
  • is the from= address permissible in your SES relay
  • is the to= address permissible in your SES relay
  • does the hostname in helo= match an entry in helo_access

Related Links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.