Hi I am looking some tutorial or help how to configure own Posftix local mail server for relaying emails to ActionMailox inbound. I have found some resources with google but mostly tutorials are using shipped with rails “conductor” which is great for development but someday project will be shipped to production I know there are third party services like SendGrind or Mailgun but I am not interested with them, I would like my own independent mail server, so I will be appreciate for any help or clue.
Did you have a chance. to see the guide – Action Mailer Basics — Ruby on Rails Guides? It appears that the default configuration is:
# Defaults to:
# config.action_mailer.sendmail_settings = {
# location: '/usr/sbin/sendmail',
# arguments: '-i'
# }
Where is postfix’s sendmail wrapper installed on your system? On mine, it’s /usr/sbin/mailwrapper, linked to /usr/sbin/sendmail. If you have trouble, let me know and I’ll look at it. – H
Thanks for response, I have a problem more with MTA configuration than on Rails side, There are POSTFIX tutorials but not related with Rails, and there are a lot ActiveMailbox tutorials but not releated with any MTA, sometime with third party services like SendGrid but mostly with local development conductor.
Sounds like you may want to post on the postfix-users list. I can only help so much with configuring postfix. – H
Thanks! Maybe you know it third party services like SendGrid, Postfix etc. are charging also for relay incoming mails to Rails inbound Mailbox? As I see there is only calculator for sending email.