[rt-users] RT not sending outgoing emails

2014-11-07 Thread livy
Hello All, I'm having a weird problem where RT can't send out going emails. I'm using Postfix and running sendmail command from the shell works fine, just whenever a new ticket gets created or a comment was added, RT is not able to send outgoing emails. On the web interface, it says: The R

Re: [rt-users] RT not sending outgoing emails

2014-11-07 Thread Darin Perusich
Are you running postfix in a chroot? If so perhaps the chroot needs to be updated. -- Later, Darin On Fri, Nov 7, 2014 at 1:48 PM, wrote: > Hello All, > > I'm having a weird problem where RT can't send out going emails. I'm using > Postfix and running sendmail command from the shell works fine

Re: [rt-users] RT not sending outgoing emails

2014-11-07 Thread Livy Li
Thanks Darin for your reply, but I'm not running anything in chroot. :( Livy On Fri, Nov 7, 2014 at 2:10 PM, Darin Perusich wrote: > Are you running postfix in a chroot? If so perhaps the chroot needs to > be updated. > -- > Later, > Darin > > > On Fri, Nov 7, 2014 at 1:48 PM, wrote: > > He

Re: [rt-users] RT not sending outgoing emails

2014-11-07 Thread Scott Undercofler
Several things: ls -l /etc/group ls -l /path/to/php.ini ls -l /var/spool/postfix/etc/group [ -f /var/spool/postfix/etc/group ] && cat /var/spool/postfix/etc/group Also, grep setgid from your main.cf. And whats in the mailer config from php? A phpinfo might be nice too. On 11/07/2014 03:

Re: [rt-users] RT not sending outgoing emails

2014-11-07 Thread Livy Li
Thanks Scott, here is the output: ls -l /etc/group -rw--- 1 root root 733 Nov 5 14:45 /etc/group ls -l /path/to/php.ini -rw-r--r-- 1 root root 63K Oct 20 04:03 php.ini there is no group file in /var/spool/postfix/etc/. Contents: -rw-r--r-- 1 root root 276 Nov 5 16:12 hosts -rw-r--r-- 1

Re: [rt-users] RT not sending outgoing emails

2014-11-07 Thread Scott Undercofler
-rw--- 1 root root 733 Nov 5 14:45 /etc/group Lol. That is hyper super bad. Do you see why? Chmod 644 /etc/group.Restart postfix. Test again. Id check /etc/passwd (0644) and /etc/shadow (0640) too. On 11/07/2014 03:48 PM, Livy Li wrote: Thanks Scott, here is the output: ls -l /etc/g

Re: [rt-users] RT not sending outgoing emails

2014-11-07 Thread Livy Li
Wow... that fixed it. It almost drive me nuts... Thank you so much Scott... You saved my day! Livy Wei Li Computing and Telecommunications Center Fort Hays State University 785.628.4643 l...@fhsu.edu On Fri, Nov 7, 2014 at 2:52 PM, Scott Undercofler wrote: > -rw--- 1 root root 733 Nov