Displaying 20 results from an estimated 48 matches for "cassidi".
Did you mean:
cassini
2010 Sep 08
3
Pigeonhole and Dovecot2 with custom config file
I start my dovecot with the "-c /path/to/custom/config" option so I
can run multiple instances. Been trying out 2.0.1 so I can upgrade my
boxes cleanly, but I require managesieve. So after installing the
latest sources of the Pigeonhole plugin, I'm getting this when trying
to start dovecot:
# /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf
managesieve(root):
2002 Feb 19
1
scan(...comment.char="#") breaks my code
I've just discovered the recent addition of the comment.char arg to scan, a
useful feature no doubt but the default value of # rather than "" breaks my
code which looks for # as a delimeter in a file and provides a messy
incompatability with earlier versions of R and with Splus.
Is there any chance that this default could be changed to ""?
--
Steve
2010 Mar 03
1
Heatmap reordering of dendrogram to hierarchical clustering
Dear list members,
I have been using R to create a heatmap where my data has continous
variables from 0 to 100.
When I create the heatmap, although the branches are correct, they do not
order themselves so that the row with the most zeros is at one end and the
row with the most 100s is at the other, which is what I would like them to
do, so as to create a colour gradient down the graphic.
I have
2011 May 02
3
Help converting a data.frame to ordered factors
I have a 96x34 array of Likert scale data (96 cases, 34 items) of
ordered factors (strongly disagree, disagree, neutral, agree, strongly
agree) that are coded numerically (1 through 5).
I cannot seem to convert this array (in any class) into ordered vectors.
I have all the cases as vectors of ordered factors, but any which way
I reassemble those vectors loses the ordered factors and converts
2001 Sep 10
2
MacOS R and tcltk
>From what I can glean from the sources and bundled packages, the tcltk
package isn't built by default for the MacOS port of R. Looking at the code
there doesn't seem to be any real reason not to do this except that perhaps
tcl/tk isn't available on the builders machine. Is this the case?
Since I have a need for cross platform access to tcltk from R, and since I
have one of
2002 Oct 11
4
read.table( ... comment.char="#") truncated my data
Dear all,
I found that the new feature of the comment.char="#" argument in the
read.table function truncated my data while the data set actually contains
'#'. We analyze lot of data that contain '#'. This is really annoying and
it is also not compatible earlier version of R. I searched the R archive
and found the following message for the scan function. Is it
2007 Feb 19
2
NTLM oddities
Started implementing the MasterUser changes to my config files so I can
finally offer SPA for pop3/imap.
Things are working fine with the MasterUser (horray!), however one of my
guys started using SPA with Outlook Express and started getting another
users mailbox.
Turns out to be related to NTLM. His Outlook express is configured for the
username of 'johnsmith'. However, you'll see
2015 May 22
1
charset_to_utf8 assertion of remaining src_size
On 05/22/15 13:18, Cassidy Larson wrote:
> We're using FreeBSD 10.1
I see. Yes that's the same problem I have seen.
There is a behavioral difference (I think it's a FreeBSD bug) between
FreeBSD's iconv(3) and GNU implementation, and there is arguably a bug
with Dovecot that iconv(3) state should be reset for each multipart
part. The two together would trigger the problem
2007 Feb 19
1
Weird Issues with latest nightly (pre-rc23)
Just updated one of my proxy boxes to the latest nightly (20070217),
restarted the dovecot process and got a bit of errors showing up for each
pop3/imap connection.
Feb 19 11:14:00 marbella dovecot: pop3-login: Login: user=<user1 at host.com>,
method=PLAIN, rip=209.33.217.218, lip=204.17.177.60
Feb 19 11:14:00 marbella dovecot: POP3(user1 at host.com): Set pop3_uidl_format
in config file
2006 Dec 23
1
customizable idle login timeouts?
We're in the process of migrating from mbox over to maildir.
I'm running into a problem with the proxy and timeouts. Appears the idle
timeout is set to 60 seconds. This is a bit too low for some of our large
mbox files :(
Any plans on adding the:
#define CLIENT_LOGIN_IDLE_TIMEOUT 60
#define AUTH_REQUEST_TIMEOUT
to the .conf file to be tunable on the fly?
I ended up just patching the
2010 Sep 22
1
Sieve error on Quota full (Dovecot 2.0.3)
Just switched my storage boxes to 2.0.3 with Pigeonhole. Noticing for
those that have quota fulls, my syslog is getting full of errors from
sieve:
dovecot: lda(user at host.com): Error: sieve: script
/data/mail/host.com/user at host.com//.dovecot.sieve failed with
unsuccessful implicit keep (user logfile
/data/mail/host.com/user at host.com//.dovecot.sieve.log may reveal
additional details)
2015 May 16
4
charset_to_utf8 assertion of remaining src_size
On 16 May 2015, at 09:39, Xin Li <delphij at delphij.net> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Hi,
>
> On 5/15/15 10:58, Xin Li wrote:
>> Hi,
>>
>> I have seen the following assertion fails on my own mail server
>> (indexer-worker):
>>
>> Panic: file charset-iconv.c: line 132 (charset_to_utf8):
2014 Oct 27
1
doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65
Running 2.2.15 on FreeBSD 10.0.
Forcing replication with: doveadm replicator replicate -f user at host.com
on one user that I've seen some syslogs show up to see what's going on.
Other users are fine.
When I run the above command on the one user it produces a core dump. See
below for syslog output and full backtrace:
syslog output:
Oct 26 22:44:09 d3cstorage dovecot: dsync-server(user
2013 Jul 03
2
LMTP Proxy
Trying to figure out Proxying with LMTP to a few back end storage servers
for quota checking before accepting email delivery on the front end nodes.
If I connect to the back end server directly via telnet, everything works
great.
If I use a front-end server to proxy to the back end server, I don't get
the same result.
Running 2.2.4 on both front and back end servers.
Any help would be
2007 Jan 02
1
"Not connected to database" MySQL errors
I've been in the process of moving my pop3 proxy over to the dovecot proxy.
I have a ton of users using pop3 still, and am seeing these errors popup
within a minute or so of the connection to the database:
Password query failed: Not connected to database
Eventually the auth-worker will reconnect to the database and things will go
on normal for another minute or two, then the same issue
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
Per Timo's direction, I decided to give the MasterUser a try in connecting
my proxy to my destination server.
This might allow for the use of 'secure password' for my clients that like
to check that box by default.
A couple of problems I'm running into running RC15:
#1: My Proxy's SQL password_query line:
password_query = SELECT a.clearpasswd AS password, v.storeIP AS host,
2007 Jul 30
2
dovecot-auth core dumps
Seeing a few core dumps on my two proxy servers with dovecot-auth since
upgrading to 1.0.2.
Example:
Jul 30 13:36:51 alora kernel: pid 20234 (dovecot-auth), uid 0: exited on
signal 11 (core dumped)
Jul 30 13:36:51 alora dovecot: child 20234 (auth) killed with signal 11
Jul 29 19:17:08 marbella kernel: pid 70627 (dovecot-auth), uid 0: exited on
signal 11 (core dumped)
Jul 29 19:17:08 marbella
2006 Dec 15
1
Proxy MD5/NTLM requests not working
Having some problems with setting up a proxy with any authentication
mechanisms other than PLAIN. My passwords are
stored in my database in plaintext (and MD5), so I figure I could use
whatever scheme I want. Using the latest RC15. MySQL for the backend.
This first one is CRAM-MD5. It fails (scheme_r != NULL??) then PLAIN tries
to take over, but the auth server is restarting:
Info:
2015 May 22
0
charset_to_utf8 assertion of remaining src_size
We're using FreeBSD 10.1
Thanks
On Thu, May 21, 2015 at 4:56 PM, Xin Li <delphij at delphij.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> On 05/21/15 15:47, Cassidy Larson wrote:
> > I've been seeing this same error as well now:
> >
> > Fatal: master: service(indexer-worker): child 20979 killed with
> > signal 6 (core not
2007 Sep 11
2
Quota Exceeded message
Any plans on having custom Quota Exceeded messages in the future (or now)?
I'd love to be able to put the exceeding username in the message to help
with some issues.
Thanks,
Cassidy