Displaying 20 results from an estimated 1000 matches similar to: "trouble compiling today's CVS in Solaris 9"
2006 Feb 26
0
minor compilation bug in Dovecot 1.0 beta3
There's a minor compilation bug in dovecot 1.0 beta3 -- if there are no
sql_drivers, then the generated Makefile in src/lib-sql exits improperly. A
simple patch is appended below.
Regards,
John
--
John DiMarco <jdd at cs.toronto.edu> Office: SF3302B
IT Director Phone: 416-978-5300
Department of Computer Science,
2007 Jan 09
1
some Maildir files not honoring dovecot-shared
I'm using RC15 on Solaris 9. The wiki indicates that when a dovecot-shared
file exists, "Dovecot uses the same permissions and GID when it creates
index files, dovecot-uidlist file, new mail files, etc." In my case,
Dovecot *is* creating new index files based on dovecot-shared, but
dovecot-uidlist and individual message files don't completely match the
permissions/group
2006 Feb 15
1
Question regarding 'dovecot-auth'
Hello Timo,
I am compiling dovecot-1.0.beta3, and I get the following message when
the dovecot-auth module is being
compiled:
Undefined symbol sql_drivers_register_all first referenced in main.o
Now I had run 'configure' with the '--without-sql-drivers' since I
neither have MySQL or PostgresSQL installed on my server.
Does this mean I DO have to get either package, install,
2009 Jun 05
4
[LLVMdev] How to stop symbol searching without aborting
Hi!
Today we use Lua to let 3rd party developers add driver-like modules
to our application.
The advantages to using Lua compared to DLL:s etc. are that:
1) the same driver binary can be used on all OS:es and processor
architectures etc.
2) We can provide a small API to the Lua drivers and they _cannot_
call any other external functions.
3) A buggy driver cannot crash our application.
2006 Jun 17
3
LMTP revisited
During the early Dovecot LDA brainstorming discussions, there was some
talk about the possibility of including an LMTP interface, and I've
noticed that there's an "is it needed?" question about LMTP in
Dovecot's TODO file.
I'd like to put in a vote for LMTP, and I'm wondering if anyone else has a
need for it. Specifically, I'd love an LMTP-enabled LDA that uses
2007 Jan 03
1
determining connection type/port in logs
Is there a way to configure logging to indicate what connection type was
used to authenticate? I'd like to be able to tell from the logs whether
the user used STARTTLS on port 143 or an SSL-wrapped connection on port
993. Using RC15 with auth_verbose=yes gives us the following log entries
during login and logout (lines wrapped for convenience):
# login port 143 with STARTTLS:
Jan 3
2007 Mar 04
1
messages lingering in .Trash/new instead of .Trash/cur
We're running Dovecot rc15 on Solaris 9, providing IMAP access to e-mail
stored in Maildir++. I've noticed that a significant number of message
files are currently sitting in the directories ~/Maildir/.Trash/new/. I
would have expected that all messages in .Trash would be in the /cur
subdirectory (as most are), and I'm not sure how they're landing in /new.
If I connect to
2009 Jun 05
1
[LLVMdev] How to stop
Hi!
Today we use Lua to let 3rd party developers add driver-like modules
to our application.
The advantages to using Lua compared to DLL:s etc. are that:
1) the same driver binary can be used on all OS:es and processor
architectures etc.
2) We can provide a small API to the Lua drivers and they _cannot_
call any other external functions.
3) A buggy driver cannot crash our application.
2006 Feb 08
6
1.0beta3 released
Since there have been so many requests, I guess it's time for beta3 now.
There are a couple of issues that I'm still concerned about, but those
probably happen with beta2 as well.
If you're beginning to see more connection hangs/timeouts with this
release, please tell me.
* Dotlock code changed to timeout faster in some situations when
the lock file is old.
+ Added support for
2009 Jun 08
0
[LLVMdev] How to stop symbol searching without aborting
Have you tried llvm-lua? It adds JIT & static compiling support to the Lua VM
using LLVM as the backend. I just released version 1.0 about a week ago.
The project website is here:
http://code.google.com/p/llvm-lua/
On Friday 05, Marcus Zetterquist wrote:
> Hi!
>
>
> Today we use Lua to let 3rd party developers add driver-like modules
> to our application.
>
> The
2005 Aug 25
2
a few questions about my experience with alpha1
Hi all,
I've just switched from 0.99.10.6 to alpha1 on a Solaris 9 system,
and I have a few questions:
1) I'm using "verbose_proctitle = yes" but I don't see the special
username or IP address information in the output of ps. I've used:
ps -fu dovecot
ps -ef | grep dovecot
/usr/ucb/ps aux | grep dovecot
The process table simply shows the /usr/local/sbin/dovecot,
2014 Jun 02
0
feature request -- talk to the router, not the UPS
On Jun 2, 2014, at 7:27 AM, elliot smith wrote:
> For example I am using FreeNAS. Rather than supporting my unorthodox UPS
> signaling scheme by installing it as a script in FreeNAS, (and me probably
> messing something up in the process) this scheme could be supported
> instead by NUT.
Bear in mind that all of the NUT drivers have authors who are expected to be maintainers of that
2008 Apr 19
1
using mysql from within a plugin
Hello,
I'm trying to access a mysql database in a plugin.
-What special compiler flags do I need? I discovered that when I don't
explicitly link lib-sql/libsql.a in, then I get an undefind symbol error
about sql_init when loading the plugin.
Shouldn't the imap process itself have sql support linked in, rather
than each plugin?
-It appears that I need to call sql_drivers_init() and
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download
server for an 'e-mail purification service' (AV/ anti-spam) for
smartphones. The service itself presently runs on a rented server
somewhere in the UK and the corresponding 'web service' front-end and
user account/ mail account database resides on a server in
Germany. The UK dovecot server uses the PostgreSQL server
2014 Jun 02
3
feature request -- talk to the router, not the UPS
Hi Ted,
Thanks for the reply. I didn't realize that tapping into the serial port
could be that simple. I might do that - for my application all I would
need would be the first relay. I can simply set the timer in the FreeNAS
GUI to wait a few minutes to see if the UPS comes back up before it does a
system shut down, so I can be okay without the low battery signal.
I respectfully disagree
2007 Jan 10
1
RC15 problems with dovecot-shared and umask distilled
I recently posted about problems I've been having with dovecot-shared and
umask in RC15 (using Solaris 9). I've now been able to distill what I'm
experiencing into these two separate points:
1. dovecot-uidlist and message files never inherit the dovecot-shared group
2. With umask=0007 these files are created with mode 600 instead of 660:
dovecot-uidlist, dovecot.index,
2012 Feb 13
6
Dovecot v2.2 plans
Here's a list of things I've been thinking about implementing for Dovecot v2.2. Probably not all of them will make it, but I'm at least interested in working on these if I have time.
Previously I've mostly been working on things that different companies were paying me to work on. This is the first time I have my own company, but the prioritization still works pretty much the same
2005 Mar 15
2
Read-only mail folders
Is it possible to have folders on read-only partitions in Dovecot
1.0-stable?
We have a NetApp fileserver which would probably be accessed via NFS
(though iSCSI is possible) and which stores readonly "snapshots" of
every directory accessible as .snapshot (but usually hidden from the
operating system). It would be very nice to set up a "snapshot"
namespace something like
2005 Mar 22
2
Address with whitespace shows as ""@MISSING_DOMAIN
It seems that Dovecot gets confused when presented with a header like:
From: someone at somewhere.org
i.e. with leading whitespace and no "friendly name"
This shows up as ""@MISSING_DOMAIN in clients, such as Pine, that
believe what Dovecot tells them rather than parsing the headers
themselves (e.g. Thunderbird).
Here's a sample IMAP session:
xyz FETCH 728 ENVELOPE
2006 Jan 14
2
20060114 snapshot compilation warnings
Timo,
I've noticed a couple of extra compilation errors in last night's
snapshot compared to the snapshot I downloaded on Tuesday, probably due
to the int -> bool change :- (gcc 3.3.2 on Solaris 8)
mbox-sync.c: In function `mbox_sync':
mbox-sync.c:1568: warning: comparison is always false due to limited
range of data type
index-search.c: In function `search_index_arg':