[horde] Problem saving and sending mail in IMP

Bill Day williamson.day at gmail.com
Mon May 26 12:30:09 UTC 2008


Trying to save or send mail in imp using today's cvs update, save or send
fail and I get the following error message:

[image: Error]Required "phptype" not specified in configuration.

/tmp./horde.log does not appear to give any useful information:

May 22 20:06:38 HORDE [notice] [horde] User billday [192.168.1.57] logged
out of Horde [pid 29337 on line 96 of "/usr/local/share/horde/login.php"]
May 22 21:32:24 HORDE [notice] [horde] Login success for billday [
192.168.1.57] to Horde [pid 29341 on line 138 of
"/usr/local/share/horde/login.php"]

syslog:

May 26 08:21:01 bonewagon /USR/SBIN/CRON[7405]: (root) CMD (test -x
/usr/bin/php4 && /usr/bin/php4 -q
/usr/share/horde3/kronolith/scripts/reminders.php 1>&2 > /dev/null)
May 26 08:22:01 bonewagon CRON[7589]: pam_ldap: error trying to bind
(Invalid credentials)
May 26 08:22:01 bonewagon /USR/SBIN/CRON[7590]: (root) CMD (test -x
/usr/bin/php4 && /usr/bin/php4 -q
/usr/share/horde3/kronolith/scripts/reminders.php 1>&2 > /dev/null)
May 26 08:23:01 bonewagon CRON[7769]: pam_ldap: error trying to bind
(Invalid credentials)
May 26 08:23:01 bonewagon /USR/SBIN/CRON[7770]: (root) CMD (test -x
/usr/bin/php4 && /usr/bin/php4 -q
/usr/share/horde3/kronolith/scripts/reminders.php 1>&2 > /dev/null)
May 26 08:23:08 bonewagon imapd: Connection, ip=[::ffff:127.0.0.1]
May 26 08:23:08 bonewagon authdaemond: pam_ldap: error trying to bind
(Invalid credentials)
May 26 08:23:08 bonewagon authdaemond: pam_ldap: error trying to bind
(Invalid credentials)
May 26 08:23:08 bonewagon imapd: LOGIN, user=billday, ip=[::ffff:127.0.0.1],
port=[4830], protocol=IMAP
May 26 08:23:09 bonewagon imapd: LOGOUT, user=billday, ip=[::ffff:127.0.0.1],
headers=0, body=0, rcvd=106, sent=377, time=1, starttls=1


phperrors.log

[19-May-2008 13:48:03] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ps.so' -
/usr/lib/php5/20060613+lfs/ps.so: cannot open shared object file: No such
file or directory in Unknown on line 0
[19-May-2008 13:50:22] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/imagick.so' - libWand.so.9: cannot open
shared object file: No such file or directory in Unknown on line 0
[19-May-2008 13:50:22] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ming.so' -
/usr/lib/php5/20060613+lfs/ming.so: cannot open shared object file: No such
file or directory in Unknown on line 0
[19-May-2008 13:50:22] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ps.so' -
/usr/lib/php5/20060613+lfs/ps.so: cannot open shared object file: No such
file or directory in Unknown on line 0
[22-May-2008 15:55:37] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/imagick.so' - libWand.so.9: cannot open
shared object file: No such file or directory in Unknown on line 0
[22-May-2008 15:55:37] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ming.so' -
/usr/lib/php5/20060613+lfs/ming.so: cannot open shared object file: No such
file or directory in Unknown on line 0
[22-May-2008 15:55:37] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ps.so' -
/usr/lib/php5/20060613+lfs/ps.so: cannot open shared object file: No such
file or directory in Unknown on line 0
[25-May-2008 07:57:54] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/imagick.so' - libWand.so.9: cannot open
shared object file: No such file or directory in Unknown on line 0
[25-May-2008 07:57:54] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ming.so' -
/usr/lib/php5/20060613+lfs/ming.so: cannot open shared object file: No such
file or directory in Unknown on line 0
[25-May-2008 07:57:54] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/lib/php5/20060613+lfs/ps.so' -
/usr/lib/php5/20060613+lfs/ps.so: cannot open shared object file: No such
file or directory in Unknown on line 0


Horde conf.php (sanitized) is as follows:

/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.229 2008/05/19 23:22:04 jan Exp $
$conf['vhosts'] = false;
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['urls']['pretty'] = false;
$conf['safe_ips'] = array();
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = 'horde2';
$conf['sql']['password'] = 'XXXXXXXXXXXX';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde2';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('billday');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['hostspec'] = 'bonewagon.williamsonday.local';
$conf['auth']['params']['basedn'] =
'dc=bonewagon,dc=williamsonday,dc=local';
$conf['auth']['params']['binddn'] =
'cn=admin,dc=bonewagon,dc=williamsonday,dc=local';
$conf['auth']['params']['password'] = 'XXXXXXXXXXXX';
$conf['auth']['params']['version'] = '3';
$conf['auth']['params']['ad'] = false;
$conf['auth']['params']['uid'] = 'uid';
$conf['auth']['params']['encryption'] = 'crypt-md5';
$conf['auth']['params']['newuser_objectclass'] = array('posixAccount',
'shadowAccount', 'inetOrgPerson');
$conf['auth']['params']['objectclass'] = array('posixAccount',
'shadowAccount');
$conf['auth']['params']['filter_type'] = 'objectclass';
$conf['auth']['params']['password_expiration'] = 'no';
$conf['auth']['driver'] = 'ldap';
$conf['signup']['allow'] = false;
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['alarms']['params']['table'] = 'horde_alarms';
$conf['alarms']['params']['driverconfig'] = 'horde';
$conf['alarms']['params']['ttl'] = 300;
$conf['alarms']['driver'] = 'sql';
$conf['datatree']['params']['table'] = 'horde_datatree';
$conf['datatree']['params']['table_attributes'] =
'horde_datatree_attributes';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['group']['cache'] = false;
$conf['perms']['driver'] = 'datatree';
$conf['share']['no_sharing'] = false;
$conf['share']['any_group'] = true;
$conf['share']['cache'] = true;
$conf['share']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['sub'] = 0;
$conf['cache']['driver'] = 'file';
$conf['lock']['driver'] = 'none';
$conf['token']['params']['table'] = 'horde_tokens';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['mailformat']['brokenrfc2231'] = false;
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['params']['persistent'] = false;
$conf['sessionhandler']['params']['rowlocking'] = true;
$conf['sessionhandler']['params']['protocol'] = 'unix';
$conf['sessionhandler']['params']['hostspec'] = 'localhost';
$conf['sessionhandler']['params']['username'] = 'horde2';
$conf['sessionhandler']['params']['password'] = 'XXXXXXXXXXXXXX';
$conf['sessionhandler']['params']['database'] = 'horde2';
$conf['sessionhandler']['params']['table'] = 'horde_sessionhandler';
$conf['sessionhandler']['type'] = 'mysql';
$conf['sessionhandler']['memcache'] = false;
$conf['image']['convert'] = '/usr/bin/convert';
$conf['mime']['magic_db'] = '/etc/magic';
$conf['geoip']['datafile'] = '/usr/local/share/GeoIP/GeoIP.dat';
$conf['problems']['email'] = 'billday at williamsonday.org';
$conf['problems']['maildomain'] = 'williamsonday.org';
$conf['problems']['username'] = 'billday';
$conf['problems']['password'] = 'XXXXXXXXXXXXX';
$conf['problems']['tickets'] = false;
$conf['problems']['attachments'] = true;
$conf['menu']['apps'] = array();
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'all';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['permsdenied'] = true;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['hooks']['groupldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['weatherdotcom']['partner_id'] = 'XXXXXXXXXXX';
$conf['weatherdotcom']['license_key'] = 'XXXXXXXXXXX';
$conf['fortune']['exec_path'] = '/usr/games/fortune';
$conf['accounts']['params']['host'] = 'bonewagon.williamsonday.local';
$conf['accounts']['params']['port'] = 389;
$conf['accounts']['params']['basedn'] =
'ou=accounts,dc=bonewagon,dc=williamsonday,dc=local';
$conf['accounts']['params']['binddn'] =
'cn=admin,dc=bonewagon,dc=williamsonday,dc=local';
$conf['accounts']['params']['password'] = 'XXXXXXXXXXXXXX';
$conf['accounts']['params']['attr'] = 'uid';
$conf['accounts']['params']['version'] = '3';
$conf['accounts']['params']['strip'] = false;
$conf['accounts']['driver'] = 'ldap';
$conf['user']['verify_from_addr'] = false;
$conf['api']['googlesearch'] = 'XXXXXXXXXXXXXXXXX;
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
$conf['memcache']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Imp conf.php

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: imp/config/conf.xml,v 1.126 2008/05/06 17:49:31 slusarz Exp $
$conf['spell']['params']['path'] = '/usr/bin/aspell';
$conf['spell']['driver'] = 'aspell';
$conf['utils']['gnupg'] = '/usr/bin/gpg';
$conf['utils']['gnupg_keyserver'] = array('pgp.mit.edu', '
keyserver.noreply.org');
$conf['utils']['gnupg_timeout'] = 10;
$conf['utils']['openssl_cafile'] = '/etc/ssl/certs';
$conf['utils']['openssl_binary'] = '/usr/bin/openssl';
$conf['menu']['apps'] = array();
$conf['user']['select_sentmail_folder'] = true;
$conf['user']['allow_resume_all_in_drafts'] = true;
$conf['user']['allow_folders'] = true;
$conf['user']['allow_resume_all'] = false;
$conf['user']['allow_view_source'] = true;
$conf['user']['alternate_login'] = false;
$conf['user']['redirect_on_logout'] = false;
$conf['user']['select_view'] = true;
$conf['server']['change_server'] = false;
$conf['server']['change_port'] = false;
$conf['server']['change_protocol'] = false;
$conf['server']['change_smtphost'] = false;
$conf['server']['change_smtpport'] = false;
$conf['server']['server_list'] = 'none';
$conf['server']['fixed_folders'] = array();
$conf['server']['sort_limit'] = 0;
$conf['server']['cache_folders'] = true;
$conf['server']['token_lifetime'] = 1800;
$conf['server']['cachejs'] = 'none';
$conf['server']['cachecss'] = 'none';
$conf['mailbox']['show_preview'] = true;
$conf['fetchmail']['show_account_colors'] = true;
$conf['fetchmail']['size_limit'] = 4000000;
$conf['msgcache']['use_compress'] = false;
$conf['msgcache']['preview_size'] = 1000;
$conf['msgcache']['lifetime'] = 2592000;
$conf['msgcache']['slicesize'] = 250;
$conf['msgcache']['use_msgcache'] = true;
$conf['mlistcache']['lifetime'] = 604800;
$conf['mlistcache']['use_mlistcache'] = true;
$conf['msgsettings']['filtering']['words'] = './config/filter.txt';
$conf['msgsettings']['filtering']['replacement'] = '****';
$conf['spam']['reporting'] = false;
$conf['notspam']['reporting'] = false;
$conf['print']['add_printedby'] = true;
$conf['msg']['prepend_header'] = true;
$conf['msg']['append_trailer'] = true;
$conf['compose']['allow_receipts'] = true;
$conf['compose']['special_characters'] = true;
$conf['compose']['use_vfs'] = false;
$conf['compose']['link_all_attachments'] = false;
$conf['compose']['link_attachments_notify'] = true;
$conf['compose']['link_attachments'] = true;
$conf['compose']['attach_size_limit'] = 0;
$conf['compose']['attach_count_limit'] = 0;
$conf['compose']['reply_limit'] = 200000;
$conf['hooks']['vinfo'] = false;
$conf['hooks']['postlogin'] = false;
$conf['hooks']['postsent'] = false;
$conf['hooks']['signature'] = false;
$conf['hooks']['trailer'] = false;
$conf['hooks']['fetchmail_filter'] = false;
$conf['hooks']['mbox_redirect'] = false;
$conf['hooks']['mbox_icon'] = false;
$conf['hooks']['spam_bounce'] = false;
$conf['hooks']['msglist_format'] = false;
$conf['maillog']['use_maillog'] = true;
$conf['sentmail']['driver'] = 'none';
$conf['tasklist']['use_tasklist'] = true;
$conf['notepad']['use_notepad'] = true;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Thanks for any help you can provide.

Bill Day

-- 
Bill Day
williamson.day at gmail.com
PGP Fingerprint: EE5D DE55 9EF1 E012 7417
A5F1 1D7D 0847 7785 1146


More information about the horde mailing list