Changes between Version 47 and Version 48 of Email2tracMta
- Timestamp:
- 02/28/14 02:46:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Email2tracMta
v47 v48 57 57 58 58 The only caveat is that the user who owns the separate aliases file needs to have write perms to the directory that it's stored in (which rules out putting it in `/etc/postfix` unless you're nuts) -- mpalmer@hezmatt.org. 59 60 Calling `email2trac` in /etc/aliases for MTA_USER=nobody and TRAC_USER=apache on CentOS 6.4 gave me an error. Following the suggestion by mpalmer works. Use `postfix reload` to quickly reload the configuration file. I also had to relax SELinux with `setenforce 0` to have permission to run the script. -- ybendana 59 61 60 62 == Sendmail ==