Open Rggb opened 4 years ago
If you are using postfix, simply use sendmail
as delivery method and comment everything else. This values won't be used (leave them empty)
In config/environments/production.rb
:
Thanks for your reply.
This will affect the entire environment afaik. so every organization will use sendmail method (in my config, the local Postfix), that's not what I'm trying to do.
By now I configured authentication for Postfix. I need an hack, will play with the code again in the future when worktime < lifetime ;)
Thanks again
I'm trying to configure a local Postfix installation to deliver mails.
All things work fine with an external service (eg. Google). After setting up the parameters needed by postfix for a particular organization:
mail delivery fails due to Net::SMTPAuthenticationError (in this example, using a newsletter):
Of course I don't need authentication using local Postfix server, while I (others) need it for external services.
I tried to play with config, without success. Suggestions?