Quote:
Originally Posted by tamarian
Change it to the apache user apache:apache (or if apache runs as nobody, then nobody:nobody).
Note that I'm not recommending people do this  But it's worth it just to see if that's the culprit.
|
Nope, exim still manages to change it back to 666 - but with the exim config change, it works for me - so I'm happy.
There is always the pop method if people cannot do this.
Btw, there is an error in the vbouncer-clean.php ;
PHP Code:
elseif ($DemoteUg) $db->query_write("UPDATE " . TABLE_PREFIX . "user
set usergroupid = " . $vbulletin->options['vbouncer_auto_ug_destination'] . " where userid='$stats[uid]");
There is a stray quote after
where userid=