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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Shouldn’t it be delivering to my /Maildir?
Looks like it’s delivering to command: procmail -a “$EXTENSION”
This it my ufw status:
To Action From
-- ------ ----
22 ALLOW Anywhere
80 ALLOW Anywhere
443 ALLOW Anywhere
2375/tcp ALLOW Anywhere
2376/tcp ALLOW Anywhere
OpenSSH ALLOW Anywhere
Nginx Full ALLOW Anywhere
2525/tcp ALLOW Anywhere
Postfix ALLOW Anywhere
22 (v6) ALLOW Anywhere (v6)
80 (v6) ALLOW Anywhere (v6)
443 (v6) ALLOW Anywhere (v6)
2375/tcp (v6) ALLOW Anywhere (v6)
2376/tcp (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)
Nginx Full (v6) ALLOW Anywhere (v6)
2525/tcp (v6) ALLOW Anywhere (v6)
Postfix (v6) ALLOW Anywhere (v6)
And I just realized that I had set the master.cf file to listen to port 2525 a few days ago. So port 25 wasn’t being listened to. I set it to listen to port 25, and all the pending mail came in through the mail queue. But strangely none of them went into my mailbox. I wonder if SpamAssassin filtered them?
This is what I’m getting in /var/log/mail.log:
... postfix/smtpd[3540]: disconnect from mail-vk0-f53.google.com[209.85.213.53] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
... postfix/smtpd[3540]: connect from mail-vk0-f68.google.com[209.85.213.68]
... postfix/smtpd[3540]: EB462C6788: client=mail-vk0-f68.google.com[209.85.213.68]
... postfix/cleanup[3545]: EB462C6788: message-id=<43F839B3-E2B2-46C9-853D-4A1607DD0EAB@gmail.com>
... postfix/qmgr[3534]: EB462C6788: from=<myemail@gmail.com>, size=2586, nrcpt=1 (queue active)
... postfix/local[3546]: EB462C6788: to=<user@myserver.com>, orig_to=<info@myserver.com>, relay=local, delay=0.09, delays=0.08/0/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")