Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
What records Do I have to write in the dns? What servers do I have to write in outlook?
Thanks
My mail just vanishes into thin air… I set up my server the way youdescribed, but sent mail never gets delivered.
I have the same issue. I tried adding ‘inet_protocols = ipv4’ to see if sending via IPv6 was the issue but that didn’t work either.
Hi Justin,
I would like to operate two different droplets - one for www and one for email. This would mean having to set up MX records that point to a different server than what they do for www. Is this possible with Postfix? I assume I can just point the domain to the MX record(s) of the Postfix email server?
Also, will there be a follow up tutorial for Dovecot? My understanding is Postfix allows you to receive and send on the server but Dovecot then allows you to configure POP3/IMAP so that email can be accessed by other means?
Thanks in advance.
Andrew
I follow this tutorial but I’m only receiving emails; when I try to send I get no error message, but does not send anything. Does anyone know how to solve this? thanks
@luizhrmello: How are you trying to send the message? Did you try:
<pre> echo “Subject: test” | /usr/lib/sendmail -v user@destination.com Example </pre>
Could you pastebin the contents of <code>/var/log/mail.err</code> and <code>/var/log/mail.log</code> ?
Perfect! All this worked first time for me, no problems :)
I also followed Andrew SB’s instruction for sending email and this worked fine. The server seemed to hang for 30s or so but nothing major - I received the email.
Also, I did install ‘sendmail’ with
sudo apt-get install sendmail
Not sure if this was required but I presume it is?
Thanks again, folks.
Well…This is not working for me.AT ALL
At first…it kept giving me X-Postfix; unknown user: “username” error as a reply mail.
So after some searching, I changed my main.cf settings as below
mydestination = localhost, localhost.localdomain
(before : mydestination = example.com, localhost, localhost.localdomain)
After that…I didn’t get any reply mails from postfix saying about errors, But I didn’t receive any mail either…When I send an email to the server,it just vanishes.
I uninstalled SendMail too, because it gave errors while starting postfix mail system…
Im getting tired of this…Can anyone help me ?
@prabhashwara: Remember to replace the values in red with the ones that match your domain and users.
Of course I did it…I just posted it here as example.com
I still couldn’t find any solution.It keeps telling X-Postfix; unknown user: “mymail”