-
siebrand committed revision 2055 to the NOCC SVN repository, changing 12 files.
2009-11-11 09:00:17 UTC by siebrand
-
Being annoyed by all the messages in my error log I changed all the ereg* and split calls to the new preferred calls.
attached the output of 'svn diff'
A few bugs I encountered have been fixed.
2009-11-10 21:59:28 UTC by mfvl
-
I'm a complete newbie, but can't get NOCC to work, despite apparently correct configuration. I'm puzzled that, when I get a connection refused message, my user@domain login displays as
user@domain@
Is this correct? If not, where is the last @ coming from? Not from
$conf->domains[$i]->login_suffix = '';
That appears to be correctly set, as above.
With thanks in advance, if you can...
2009-11-10 00:04:09 UTC by itproxy
-
I'm a complete newbie, so I don't know if it's relevant to your problem, but there appears to be an error in your config file; if you want to use
$conf->domains[$i]->login_with_domain_character = '@';
then you should set
$conf->domains[$i]->login_with_domain = 1;.
2009-11-09 23:53:43 UTC by itproxy
-
> the ability to choose mail() which many times is working
> in most web hosts,
If you don't set a smtp server, NOCC use the mail() function.
2009-11-08 13:19:21 UTC by gerundt
-
since, recent issues with smtp which lack many futures including ssl auth,
i think the easiest way to overcome is first add intepended smtp login (as suggested allready)
+ the ability to choose mail() which many times is working in most web hosts,
with these two features i think smtp will overcome most issues and work most of the times .....
2009-11-07 22:52:54 UTC by ploufus
-
ok with smtp fully working yahoo config (i know i loose somethink ;)
//yahoo
$i++;
$conf->domains[$i]->domain = 'yahoo.gr';
$conf->domains[$i]->in = 'pop.mail.yahoo.com:995/pop3/ssl';
$conf->domains[$i]->smtp = 'smtp.mail.yahoo.com';
$conf->domains[$i]->smtp_port = 25;
$conf->domains[$i]->login_with_domain = 0;...
2009-11-07 18:13:29 UTC by ploufus
-
gerundt committed revision 2054 to the NOCC SVN repository, changing 1 files.
2009-11-07 17:06:08 UTC by gerundt
-
gerundt committed revision 2053 to the NOCC SVN repository, changing 4 files.
2009-11-07 17:03:33 UTC by gerundt
-
gerundt committed revision 2052 to the NOCC SVN repository, changing 1 files.
2009-11-07 16:25:19 UTC by gerundt