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!
I Have followed the tutorial and everything worked. However, I want to use another mail exchange like outlook so i can get an interface to send and receive emails. The problem is i didn’t see a section where i can configure my password to login to an email exchange.
No dice for me. Followed along as instructed. Got to: echo 'init' | s-nail -s 'init' -Snorecord MYUSER and there was no output at all. Using ls -R ~/Maildir showed me that the dir wasn’t getting made. I made it myself using mkdir -p ~/Maildir/{cur,new,tmp}.
That got things sort of working, but the s-nail thing still isn’t successful sending mail to the inbox.
What are the memory/CPU/storage requirements for a small Postfix server? Can I run it on a 1GB/1vCPU/25GB droplet, or does it need more power? Can I run it on a server with other applications on it (say, an Nginx server getting a moderate amount of traffic) or does it need a dedicated droplet?
Spent an hour trying to figure out why this wasn’t delivering mail to ~/Maildir after following along. Turns out that a line in /etc/postfix/main.cf executes a command that takes precedence over the home_mailbox= Maildir/ setting… If you added a snippet about it above I’m sure it would save people some trouble.
To fix my issue I had to comment out mailbox_command = procmail -a "$EXTENSION" in /etc/postfix/main.cf. After restarting postfix with sudo /etc/init.d/postfix restart everything worked and ~/Maildir was created.
Hello, I install postfix on an local server for a test. All your describe process works but I don’t recieve the mail. I think, perhaps it’s my box firewall but when I sent an email from the same PC with a smtp configuration into cakephp, I receive the mail. Have you an idea about what does’nt work ? Thank you for your help !
I have done all the steps again, made Maildir/{cur,new,tmp} by myself and checked if mailbox_command = procmail -a “$EXTENSION” is commented in /etc/postfix/main.cf
but it does not work for me. I dont know why :(
cant send or rechieves messages to/from my gmail account.
I followed the exact steps but still I’m not able to receive any email. I can see sended emails with ? file +sent but I didn’t receive anything