Displaying 5 results from an estimated 5 matches for "testip5".
2010 Dec 21
2
over quota issue
...ror only happens if the user is over quota,
otherwise it works with no problem. However if sending using
/usr/local/libexec/dovecot/dovecot-lda it works every time even if
overquota, any ideas? I just can't seem to figure this one out.
TIA, Paul
Using mail command
Dec 21 11:44:53 testip5 dovecot: lda(user2 at virttest1.meganet.net): Panic:
stream doesn't support seeking backwards
Dec 21 11:44:53 testip5 dovecot: lda(user2 at virttest1.meganet.net): Error:
Raw backtrace: /usr/local/lib/dovecot/libdovecot.so.0 [0xe660c0] ->
/usr/local/lib/dovecot/libdovecot.so.0(i_syslog_fata...
2011 Feb 07
1
sieve not working if i have override
...x.net', 'test2000.com'), \
'quota imap_quota trash expire autocreate acl imap_acl',null) as
userdb_mail_plugins, \
101 as userdb_uid, 502 as userdb_gid, CONCAT('*:bytes=', CAST(quota AS
CHAR)) AS quota_rule FROM mailbox WHERE username = '%u'
Feb 7 18:28:20 testip5 dovecot: managesieve: Debug: Loading modules from
directory: /usr/local/lib/dovecot
Feb 7 18:28:20 testip5 dovecot: managesieve: Debug: Module loaded:
/usr/local/lib/dovecot/lib10_quota_plugin.so
Feb 7 18:28:20 testip5 dovecot: managesieve: Debug: Module loaded:
/usr/local/lib/dovecot/lib11_tra...
2010 Dec 20
1
quota issues
...%d/', maildir) as mail, 101 AS uid, 502 AS gid,
concat('*:messages=5:storage=', quota) AS quota_rule FROM mailbox WHERE
username = '%u' AND active = '1'
Below are the errors I'm seeing in the log.
If I'm overquota I get the following error
Dec 20 08:32:32 testip5 dovecot: dict: mysql: Connected to localhost
(dovecotquota)
Dec 20 08:32:32 testip5 dovecot: lda(user1 at virttest2.meganet.net): Panic:
stream doesn't support seeking backwards
Dec 20 08:32:32 testip5 dovecot: lda(user1 at virttest2.meganet.net): Error:
Raw backtrace: /usr/local/lib/dovecot/li...
2010 Dec 16
2
dovecot 2.0.8 LDA with MYSQL issues
...ng:
password_query
Where do I put the sql connect string, in the URL above that along with the
driver type went on the sql.conf file but that is no longer the case. If
anyone has a better reference/suggestions for what im trying to do I would
appreciated it.
Thanks, Paul
[root at testip5 conf.d]# cat sql.conf
password_query = SELECT userid as user, password FROM users WHERE userid =
'%u'
user_query = SELECT uid, gid, '/var/vmail/%d/%n' as home FROM users WHERE
userid = '%u'
[root at testip5 conf.d]# dovecot -n
# 2.0.8: /usr/local/etc/dovecot/dovecot.c...
2011 Feb 15
3
apache 2 and php 5.2
...ems and it
will still see the default 2M.
I was wondering if anyone can tell me why apache is not taking the settings
from the /etc/php.ini file and it works without that file.
Thanks, Paul
rpm -qa php
php-5.2.17-1.el5.art
rpm -qa httpd*
httpd-2.2.3-43.el5.centos.3
[root at testip5 html]# httpd -v
Server version: Apache/2.2.3
Server built: Aug 30 2010 12:32:08
Httpd -M
php5_module (shared)
php --ini
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/modules/pdo_odbc.so' - /usr/lib/php/modules/pdo_odbc.so:
undefined symbol: php_...