I am trying to configure a channel for a specific email address. I follow what I see here , but after newaliases I get the following:
postalias: warning: /etc/postfix/aliases, line 1: name must be local
My /etc/postfix/aliases :
pipe@example.com : "| /usr/bin/php -q /home/path/to/file/pipe.php"
When I try to send an email, it returns the result. What am I doing wrong?
source share