I have a mailbox on my server, mailbot, that is working fine. Mail to mailbot@example.com
works and per the procmailrc
file, sends back an autoresponder text file.
But I should be able to send to mailbot+12345@example.com
and it should also be giving me a (different) autoresponder. Yet it's not.
Before I debug my autorepsonder script, I want to confirm 100% that the email message send to to mailbot+12345@
is at least getting ON to my box. (There is a spam-capturing service that filters the mail ahead of time; they assure me that mailbot+12345@ is being passed through to my server but this is what I need to confirm.)
So I guess it's procmail that is used to receive mail (right?)... and I want to log INCOMING mail that procmail picks up, so I can see if that mail comes in.
How can I do this? I've done so much Googling and all I can find is tons of answers for how to log outgoing mail (/etc/var/maillog, yes, got it). But I want incoming. Thanks.