View Single Post
  #4  
Old 29th April 2012, 22:21
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by DooM View Post
Hello guys, Im running gazelle on my ubuntu dedicated server and I don't know why the new users doesn't receive the confirmation emails. I have successfully installed postfix and configured it properly but it still doesn't work. Its there any method which can I use to bypass the confirmation emails?
use Exim, much better and it's piss to install just follow the instructions in the link below

http://library.linode.com/email/exim...tu-10.04-lucid

Bump: Edit sections==>register==> index.php

and edit line 78

change

Code:
$NewInstall = false;
                $Class = USER;
                $Enabled = '0';
to


Code:
$NewInstall = false;
                $Class = USER;
                $Enabled = '1';
Reply With Quote