Questions tagged [mandrill]

9 questions
2
votes
1 answer

How can I add Mandrill SPF record when using Office365 to manage DNS

Client's DNS is managed by Office 365. Office 365 helpfully creates an SPF record: TXT @ v=spf1 include:spf.protection.outlook.com -all 1 Hour Even extra helpfully, this is automatically generated by Office 365 and can't be changed…
Dave Beer
  • 330
  • 1
  • 7
2
votes
1 answer

Exchange Online, Mandrill, SPF and DKIM

I have a customer ABC Ltd (abc.ie) who has a requirement to send emails via SMTP to their own customer base from within an application that we have developed for them. For their company email they use Office 365, i.e. hosted Exchange. Due to the…
Alan B
  • 503
  • 5
  • 15
1
vote
2 answers

Using both personal mail server and external service with one domain

I use my personal mail server for mails that go out of my app (transactional emails only), and for employees company mail inbox. Now I would like to send out some newsletter for the first time in bulk numbers (to my existing customers of course, yes…
Biker John
  • 113
  • 5
1
vote
2 answers

Postfix SMTP Authentication Failed

I've configure postfix for mandrill as follows in /etc/postfix/sasl_passwd [smtp.mandrillapp.com]:587 myusername:apikey then ran postmap /etc/postfix/sasl_passwd In /etc/postfix/main.cf I added myhostname = webmail.mysite.com mydestination =…
nikolas
  • 111
  • 1
  • 2
1
vote
1 answer

Mandrill/Mailchimp API testing from localhost

I'm looking for a way to test some email-sending capability when developing an app locally, i.e on http://localhost:[some-port] I'm using Mandrill by Mailchimp with it's official Mandrill API Module on Node.js. Mandrill requires to set some DKIM/SPF…
nicholaswmin
  • 113
  • 1
  • 5
1
vote
0 answers

Postfix. Sending some messages using external smtp server and some messages "directly". Issue with sender_dependent_relayhost_maps

I'm configuring a new web server and i need to make emails from my PHP scripts to be sent. Most messages should be sent using mandrill SMTP and some "directly" from my server to email services. I registered an account at mandrill and configured…
user2265529
  • 133
  • 1
  • 5
1
vote
2 answers

Mandrill, AWS, Namecheap, SPF missing domain error

I'm trying to setup a Sending Domain on Mandrill but I get a SPF missing error. My APP is running on AWS, I'm using EC2 and Elastic Beanstalk, and my domain is on Namecheap. DNS are setup as follow: CNAME Record @…
davideghz
  • 163
  • 1
  • 8
0
votes
1 answer

How to add multiple Mandrill API DKIM and SPF on the same domain?

I have a website in which different suppliers will have their own Mandrill/Mailchimp API to use, and our website will use this API to send emails through their API and using their templates. While configuring the API mandrill needs to add DKIM and…
Amr Elgarhy
  • 243
  • 3
  • 7
  • 21
0
votes
1 answer

Local mail not signed, Postfix, DKIM, Mandrill

I am running a Postfix mail server for my client. Mail is relayed through Mandrill. Mandrill requires a valid DKIM signature. This works all right for relayed mail. That is, mail sent through Roundcube (on the same host) works fine. Mail sent from…
Johannes Linkels
  • 307
  • 1
  • 2
  • 7