Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   bypass e-mail verification (http://www.bvlist.com/showthread.php?t=7786)

DooM 27th March 2012 15:22

bypass e-mail verification
 
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?

x360zone 27th March 2012 15:30

another email
 
do you have a cp on your unbuntu like ehcp this setups a full email client if so,if not then try roundcube install ,full mail client yourself and add the new email try that, some mailing systems dont send to all mail addys like hotmail so on throught smtp errors like wrong ports so on

DooM 29th March 2012 14:22

Still nothing.... Any suggestion?

firefly007 29th April 2012 22:21

Quote:

Originally Posted by DooM (Post 34048)
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';


gogo999 4th May 2012 10:34

Quote:

Originally Posted by firefly007 (Post 34532)
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';





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

Do you have your Windows installation


All times are GMT +2. The time now is 17:35.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.