Displaying 20 results from an estimated 9000 matches similar to: "cvs down?"
2003 Mar 16
2
Failed to create storage with data: ::
# dovecot.conf:
protocols = imaps
login = imap
login_user = mail
default_mail_env = maildir:%h/
auth = default
auth_mechanisms = plain
auth_userdb = passwd-file /tmp/imap.passwd
auth_passdb = passwd-file /tmp/imap.passwd
auth_user = mail
auth_verbose = yes
In the log files I get:
Mar 15 23:36:30 pos dovecot: Dovecot starting up
Mar 15 23:36:37 pos imap-login: Login: testuser [10.0.66.1]
2003 Mar 13
1
SMTP options
I realize this is not an SMTP discussion list, but... here goes:
This is my situation. We have mobile users that need a secure (SSL)
SMTP+auth gateway that simply forwards rfc822's to our real MTA. All it
would have to do is accept SSL connections, authenticate the user,
accept his message, then send that to the MTA.
Anybody know of a very minimal software package that can do this?
--
2003 Jan 08
3
Logging suggestions?
Any suggestions how user login/logouts should look like in log files? I
was thinking:
(connected to imaps port)
Login: username [IP 1.2.3.4, imaps, compressed]
Logout: username [IP 1.2.3.4, imaps, compressed] [1000/100000 bytes (50%), 00:00:12]
Bytes being upload/download and the 50% meaning compression ratio for
downloaded bytes, probably not worth it for upload. Or if uncompressed,
it'd
2002 Dec 22
1
[Fwd: ./configure options..]
Oops, wrong address..
-------- Original Message --------
Message-ID: <3E0618CB.1060106 at is.a.fakepope.com>
Date: Sun, 22 Dec 2002 11:55:55 -0800
From: Jesse Peterson <erage at is.a.fakepope.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020901
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Dovecot Mail List <dovecot at procontrol.fi>
Subject:
2006 Oct 10
1
Mitel 5224/SIP no MWI
Does anybody know if this is supposed to work and if so, what, if
any, workaround is needed? I have other phones (Snom, Polycom) MWI
working with this system fine. 6.0.0.19 (latest) Mitel SIP firmware
is loaded.
Thanks for your time,
- Jesse
--
Jesse Peterson <jesse.peterson@exbiblio.com>
2003 Oct 08
2
Darwin Build (cvs)
Oops, I apologize for my short, breif message that didn't even include
what I said it should inlcude =).
Here's the deal: OpenDarwin 6.6 (closest relative being Mac OS X
10.2.6) won't build from CVS. Specifically libtoolize doesn't seem to
exist (does it even come with libtool?) and the other parts of the
"autogen.sh" fail miserably.
This time (really) attached is
2003 Feb 23
1
./autogen.sh
CVS update @ Sat Feb 22 15:14:52 PST 2003
When ./autogen.sh is run, I get:
src/Makefile.am:5: required directory src/lib-settings does not exist
Just thought someone would want to know.
- Jesse
2002 Dec 16
2
Maildir problem..
I have the most interesting problem...
I've compiled dovecot from CVS with a checkout on 2002-12-15 around
23:00 PST.
When I select a message in my MUA I can view it and stuff, however, if I
select another message, or folder, the message disappears. It appears
that dovecot shortens the Maildir message name to ":2,S" and then you
can't access the message from the MUA again.
2003 Mar 17
1
big mail problems..
Attachments, large mails & etc. seem to have problems with my
installations of dovecot. As we know, Mozilla likes to take it's mail
in chunks, and after Mozilla, (or Mail.app, it likes to do this, too)
takes its first chunk, it doesn't start getting the rest, even though
ethereal tells me that dovecot OK'ed the 10K chunk.
9 UID fetch 4 (UID RFC822.SIZE BODY[]<0.10240>)
2002 Dec 12
1
Maildir detection..
It would seem that dovecot cannot detect my maildir. The system DO NOT
use "~/Maildir". It is arbitrary across a few systems, actualy, and am
curious if there is a way to "force" in the config file where the
maildir explicitly resides, much like Postfix's "home_mailbox"
configuration parameter.
On a side note, I compiled dovecot 0.99.4 on a NetBSD
2002 Dec 16
1
SSL + default_mail_env
in the config file i have "ssl_disable = yes", however, i get this in my
LOG_MAIL syslog: "Dec 17 00:21:07 host imap-master: Can't create
temporary SSL parameters file
/default/configured/directory/ssl-parameters.dat.tmp: No such file or
directory"
I know what the error is, and how to fix it, but it's an SSL thing which
should have been disable according the
2002 Dec 16
1
Dovecot Pronunciation/Meaning
Timo,
What is the "official" way to pronounce Dovecot? Is there a meaning to
the word? A background on why you chose it?
--
Jesse Peterson
erage at softhome.net
2002 Dec 17
1
passwd-file access
Using passwd-file authentication I run into some problems..
This is my passwd file:
user:0cc175b9c0f1b6a831c399e269772661[34]:6660:6660:0:/some/mail/directory/user:0:::
My MUA tells me after enter my user/pass that the server disconnected,
OK. So I netcat into the imap server, and issue an "C: LOGIN user a" in
which case I get the error "Fatal: USER environment missing".
2002 Dec 28
1
passwd-file; configure args..
I couldn't reproduce this again (because i can't get imap-master running
due to problem below..) but.. When compiling without shadow, passwd, or
pam, when logging in I get after a successful login (in my syslog):
Dec 28 22:39:38 badcase imap(username): MAIL environment missing and
autodetection failed (home /some/home/directory)
Now I thought this was covered in a previous fix before
2004 Jan 15
12
capacity testing
Hello all. I'm new to asterisk and have been using and testing it for about a week now. My initial hope has been to use it as a sip<->h323 gateway to tie SIP & H323 based ip phones together with my Cisco AS5300 and Lucent MaxTNT/MVAM networks.
I am currently running Asterisk 0.5.0 under Redhat 9 on a single PIII 800 with 256megs RAM. I have tried a couple CVS version from the past
2007 Jan 08
2
ARA extensions ordering
Hello List,
I am curious how the ordering of the extensions are determined for an
ARA dial-plan. For example, if I have these:
_9X.
_9011.
Which is selected first? Any number dialed starting with 9011 is
matched by either rule here and I don't remember seeing any ORDER BY
clauses when I had debugged the ARA queries. I'm sure I just missed
some critical documentation here.
2011 Oct 23
0
[nut-Bugs][313395] apcsmart issue with USB-Serial adapter on Mac OS X
Michal,
Could we make this error a warning, or make the readback configurable?
- Charles
On Oct 21, 2011, at 7:56 PM, <nut-bugs at alioth.debian.org> <nut-bugs at alioth.debian.org
> wrote:
> Bugs item #313395, was opened at 2011-10-21 16:56 by Jesse Peterson
> You can respond by visiting:
>
2003 Jul 14
1
mySQL user auth status?
Is this anywhere near consideration yet? (an alpha/beta/etc patch/module
I can help test maybe?)
Thanks,
- Jesse
2007 Feb 14
4
cvs export on puppetmaster box
Hello
I am thinking that it is better to do a cvs export of a project once,
on the puppetmaster box, rather than do the same cvs export on all
puppet clients, yes?
If so, how does one do this? Do you run puppetd on the same box as
puppetmasterd and set up the cvs export as an exec for only the node
with the same hostname as the puppetmaster?
Thanks
Jesse
Jesse Reynolds
Virtual
2003 Mar 25
1
FETCH BODY[part]<partial>
2003-03-24 12:59 Timo Sirainen <tss at iki.fi>
This CVS update didn't actually seem to fix the problem. I still get
the problem as before, like this capture:
10 UID FETCH 60 BODY.PEEK[]<8192.1915>
* 60 FETCH (UID 60 BODY[]<8192> {1915}
)
10 OK Fetch completed.
Not quite 1,915 bytes =). Perhaps the "[]" (without a part) is
confusing it? But still, it grabs