that's what I would like to call good service
Now lets hope our providers will do the same here in holland I we ask them for some info
thanks paul, Im going to try it now! Will post results!!
grtz,
Sjeems
Posted 08 February 2008 - 11:43 PM
Posted 09 February 2008 - 12:28 AM
This post has been edited by sjeemsnl: 09 February 2008 - 12:30 AM
Posted 09 February 2008 - 08:54 AM
Posted 11 February 2008 - 08:10 AM
Posted 13 February 2008 - 01:38 PM
Posted 14 February 2008 - 10:55 AM
Posted 15 February 2008 - 02:05 AM
This post has been edited by touficjohn: 15 February 2008 - 02:06 AM
Posted 16 February 2008 - 11:09 PM
touficjohn, on Feb 15 2008, 02:05, said:
Posted 19 February 2008 - 08:51 PM
Monolithix, on Feb 14 2008, 10:55, said:
Posted 19 February 2008 - 08:54 PM
Posted 03 March 2008 - 11:35 PM
Posted 26 March 2008 - 05:19 PM
Posted 26 March 2008 - 05:33 PM
Posted 27 March 2008 - 09:27 AM
Posted 27 March 2008 - 09:44 AM
Leaskovski, on Mar 27 2008, 09:27, said:
Posted 27 March 2008 - 09:46 AM
Posted 27 March 2008 - 10:12 AM
Posted 27 March 2008 - 07:55 PM
Paul (MVP), on Mar 27 2008, 09:46, said:
This post has been edited by Leaskovski: 27 March 2008 - 08:23 PM
Posted 27 March 2008 - 10:36 PM
// The data providers that we are using (see configuration below) $BACKEND_PROVIDER = "BackendIMAP";
// ************************
// BackendIMAP settings
// ************************
// Defines the server to which we want to connect
// recommended to use local servers only
define('IMAP_SERVER', 'imap.googlemail.com');
// connecting to default port (143)
define('IMAP_PORT', 993);
// best cross-platform compatibility (see http://php.net/imap_open for options)
define('IMAP_OPTIONS', '/notls/norsh/ssl');
// overwrite the "from" header if it isn't set when sending emails
// options: 'username' - the username will be set (usefull if your login is equal to your emailaddress)
// 'domain' - the value of the "domain" field is used
// '@mydomain.com' - the username is used and the given string will be appended
define('IMAP_DEFAULTFROM', 'username');Alias /Microsoft-Server-ActiveSync /var/www/z-push/index.php php_flag magic_quotes_gpc off php_flag register_globals off php_flag magic_quotes_runtime off php_flag short_open_tag on
This post has been edited by Leaskovski: 01 April 2008 - 09:13 PM
Posted 27 March 2008 - 11:31 PM
Leaskovski, on Mar 27 2008, 22:36, said: