search for: mail_data

Displaying 4 results from an estimated 4 matches for "mail_data".

2006 May 10
1
Floating Point Exception
...mmon/ocfs2.init /etc/init.d/ocfs2 cp vendor/common/o2cb.init /etc/init.d/o2cb cp vendor/common/o2cb.sysconfig /etc/sysconfig/o2cb I have the cluster.conf configured and the cluster is running. Whenever I try to create an ocfs2 FS, I get the following error: # mkfs.ocfs2 -v -b 4K -C 32K -N 4 -L mail_data /dev/etherd/e0.12p1 mkfs.ocfs2 1.2.1 Floating point exception any comments or assistance would be appreciated. -Jeffery P Humes -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20060510/d045e0ca/attachment....
2010 Dec 08
2
dovecot-lda 2.0.8 Panic: stream doesn't support seeking backwards
...and died with signal 6: "/usr/dovecot/libexec/dovecot/dovecot-lda". Command output: lda: Debug: Loading modules from directory: /usr/dovecot/lib64/dovecot lda: Debug: Module loaded: /usr/dovecot/lib64/dovecot/lib10_quota_plugin.so lda: Debug: auth input: xxx at xxx.com home=/home/mail_data/xxx.com/xxx quota_rule=*:storage=1024 uid=9203 gid=9203 lda: Debug: Added userdb setting: plugin/quota_rule=*:storage=1024 lda(xxx at xxx.com): Debug: Effective uid=9203, gid=9203, home=/home/mail_data/xxx.com/xxx lda(xxx at xxx.com): Debug: Quota root: name= backend=maildir args= lda(xxx...
2011 Jun 09
1
Converting CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE to a configurable?
...which will be either rejected, or rewritten. :) So, am I right that the following constant would be needed to be converted into a configurable setting and the task is done? static int client_input_add(struct client *client, const unsigned char *data, size_t size) { if (client->state.mail_data->used + size <= CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE && client->state.mail_data_output == NULL) { buffer_append(client->state.mail_data, data, size); return 0; } else { return client_input_add_fi...
2006 Mar 18
1
/etc/passwd authentication: ERR authentication failed
...ir = /opt/dovecot/login login_chroot = yes login_user = dovecot login_greeting = Welcome QuocHuy mail server login_log_format_elements = user=<%u> homedir=%h method=%m rip=%r lip=%l %c login_log_format = %$: %s default_mail_env = maildir:/opt/mail_data/%u/Maildir mail_debug = yes protocol pop3 { login_executable = /usr/local/dovecot/libexec/dovecot/pop3-login mail_executable = /usr/local/dovecot/libexec/dovecot/pop3 pop3_uidl_format = %v.%u } ######################################################### Any opinion?...