juanluisbaptiste / docker-postfix

Simple SMTP relay docker image.
GNU General Public License v3.0
336 stars 166 forks source link

Feature request: Postfix username + password authentication #64

Closed rjbaat closed 3 years ago

rjbaat commented 3 years ago

Hi, Is there an easy way to add postfix local authentication? I want to use this togheter with a Wordpress container, but that needs to point to a smtp server with username and password.

So it becomes like:

--> client (downstream) --> postfix:25 (with local auth) --> external SMTP server (with auth)(upstream)

juanluisbaptiste commented 3 years ago

Hi @rjbaat , this container does not support local authentication nor we plan to.

Can you just not set a username and password on the Wordpress plugin ? or setting it to whatever value as the container will not use it.

juanluisbaptiste commented 3 years ago

Closing because of lack of answer.