Hi-
So I tried a different approach. Instead of changing aliases in postfix, I changed aliases in /etc/ which as I understand is for Sendmail. I no longer get the error message after doing newaliases from the cmd line but when I send an email to that address, I eventually get a returned email stating:
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.1.1 <
thepipedemail@mydomain.org>: Recipient address rejected: User unknown in virtual mailbox table (state 14).
The only thing I noticed is that the aliases.db in /etc/ didn't get updated when I changed aliases. I'm not even sure if it's supposed to. The perms on it are 640. aliases.db in /etc/postfix/ has perms at 644 and was updated when I changed aliases there. I changed /etc/aliases.db to 644 but nothing was written to it. Could it be something to do with the virtual mailbox table as stated in the returned email? Any ideas on that?
Thanks,
So it looks like mailhooks' service is actually down right now. The other alternative was smtp2web but it also seems to not be working. I've only tested the mod with those two services but if you know of others, it *should* work also.
Other than that, piping the email from within your own site is really the safest route here, if you can somehow enable that.