what could be doing this?
I am forwarding an email to "project@redmine.company.com" with an alias entry in /etc/aliases
[code]
project: "|/etc/smrsh/redmine_mailhandler.rb --url http://redmine01.company.com --key removed"
[\code]
my first problem was i had the mailhandler's full pathname and it could not call the script. i had to put in a symlink for /etc/smrsh/redmine_mailhandler.rb -> /opt/redmine/extra/mail_handler/redmine_mailhandler.rb and i was able to get the script called.
now, i'm running into the below error.
i believe the permissions are set properly on the script, they are:
-rwxr-xr-x root apache
and i gave mail rwx permissions with setfacl
Code:
Jan 31 15:35:05 redmine sendmail[29243]: s0VKZ5HH029242: to="|/etc/smrsh/rdm-mailhandler --url http://redmine01.company.com --key removed", ctladdr=<alias@localhost.localdomain> (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=30752, dsn=5.0.0, stat=Insufficient permission
Jan 31 15:35:05 redmine sendmail[29243]: s0VKZ5HH029242: s0VKZ5HH029243: DSN: Insufficient permission