Displaying 20 results from an estimated 200 matches similar to: "Postgres "issue""
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
I get the following error on installing Apache 2.2.4 on, any ideas what
might be wrong.
make[1]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
make[2]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -pthread -o
htpasswd htpasswd.lo -lm
/home/odege/Desktop/httpd-2.2.4/srclib/pcre/libpcre.la
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
Hi,
I recently upgraded to R 2.9.0 on linux x86. After doing so, I switched to the
RPostgreSQL package for interfacing with a postgresql database. I am using
postgresql 8.3.7.
A query that works from the postgresql terminal is causing a segfault when
executed from R.
My sessionInfo, the error message, and the R code used to generate the error
are listed below.
I have noticed that a
2003 Nov 17
1
Problem with DIGEST-MD5 authentication and plainte xt passwords
Maikel Verheijen wrote:
> For what it's worth:
>
> We use postgres userlookups, and use an older version of dovecot (an old
> cvs version of around 0.99.9.1), and we DO use digest-md5 password
> encryption in the database and realms. It seems to work flawlessly in
> our situation, I used kmail, evolution, apple-mail, entourage, outlook,
> outlook-express and mutt.
2003 Jul 13
4
dovecot.procontrol.fi anonymous access fails?
Hi,
just started using dovecot on FreeBSD. Nice and easy to configure :-)
I then wanted to browse the dovecot mailing list, so,
according to http://dovecot.procontrol.fi/mailinglists.html:
IMAP archives available from dovecot.procontrol.fi, either use
ANONYMOUS authentication or give anonymous as username and empty
password.
I was using a patched sylpheed that doesn't support
2003 Jul 18
5
Loadable module
Hi List!
I read a post about moving a .mailbixlist to a .subscriptionfile when a user
did not have one, but did have a .mailboxlist file. Timo emailed a module
for that purpose, so it could be done for this user.
My question is:
- Where and how does dovecot call this function?
- Would it be easy to use a module to a) create a mailpath (can be done as
the mailuser's id, I use one uid, and my
2003 Mar 30
3
NFS mounted IMAP dirs
Hi list,
I am trying to build an email system that is using multiple frontends, to a
clustered backend using nfs. The backend mounts his filesystems from a
central storage, and will be running active-active.
While reading through the dovecot documentation, I read that I could do
without indexes (well: use memory indexes), and could then be able to run
dovecot over NFS. Well: that was until
2004 Jul 22
2
One final issue
Timo-
Thanks for all the help. After I changed the permissions to the virtual
user I setup I had a few small issues but was able to work through them.
Now IMAP is running great. But my new question is, do I need to do
anything to get it to work with POP? My server refuses to respond on 110
and I'm wondering if there is something I need to do? I was under the
impression that Dovecot can
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from
the text file. If you want to leave it in then you could have some voicemail
boxes defined in the text voicemail.conf. I do not, so I have removed it.
Below is the new patch:
*** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600
--- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600
***************
*** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all,
I am just getting going on building my system, but I thought I'd send you
all a patch that I wrote so the command:
show voicemail users
issued from the CLI works properly when there is a postgres backend for the
voicemail. The current version of the app does not display the voicemail
boxes found in a database.
It is called in the load_config function. I haven't done
2003 Mar 25
3
mailbox problem
Hi list!
Since a week I am testing with dovecot, and I must say, I like it a lot :)
Keep up the good work :)
I do have one questing regarding dovecot: If I login to a mailbox, and the
mailbox does NOT exist, and the parent directory does not exist either, I
will get disconnected, and dovecot claims it cannot create the directory.
(eg: my user blah at test.com has mail directory
2003 May 18
4
0.99.10-test1
http://dovecot.procontrol.fi/test/
Maildir syncing now works pretty much as described in my earlier mail.
It was quite a large change, so please test this :)
So the new and great features:
- It's faster.
- If someone renames maildir file just before we try to use it, we now
resync the maildir and try to find it again. Before we just failed. It's
also possible that the filename changed
2004 May 13
3
dovecot-1.0-test8 / nfs / maildir / flags issues
Hi List,
While (bluntly) testing the prerelease version of dovecot on our
mailfarm (just for the webmail imap) we noticed some small problems:
- While our OLD dovecot/imap drove the load to a maximum of 1 over a
day after running, the new dovecot/imap pushes it easily to 20. This is
mainly due to a LOT more disk activity. This is probably caused by the
fact we a) use indexes on disk and
2003 Apr 04
1
Re: Question about the password field in a postgres ql database
> Works fine with me.. Only thing I can think of is that it's
> some stupid
> configuration mistake, like not uncommenting the line :)
Hi Timo,
I just (double) checked my config files, and it LOOKS ok.
My dovecot is from cvs, updated yesterday, and running on Redhat 7.3 (if
that matters).
Here is my dovecot-pgsql.conf:
--8<--
#
# Postgress connect string. Similar to PHP
2004 Apr 02
1
passwd-file maintenance by users, other options
I am using Dovecot to provide IMAP and IMAP+SSL service for my users, but am
still using QPopper for POP3 service, wrapped with stunnel for POP3+SSL.
I am hesitant to get rid of QPopper because it supports APOP, which encrypts
authentication data (both where it is stored, and when it is transmitted), and
because APOP passwords can be managed by the users themselves, via the popauth
tool that they
2003 Jun 26
3
0.99.10 released
No bug reports since rc4, so here it is.
v0.99.10 2003-06-26 Timo Sirainen <tss at iki.fi>
* Default PAM service name changed to "dovecot". This means that
if you're using PAM, you most likely have to do
mv /etc/pam.d/imap /etc/pam.d/dovecot
If you wish to keep using imap, see doc/auth.txt.
* ~/rawlog directory changed to ~/dovecot.rawlog
+ Faster and better
2003 Jul 23
2
Hooks on folder operations
Hi all,
I'm interested in implementing an anti-spam system using bayesian
filtering. I had the idea of modifying and IMAP server to assist in
training the spam filter.
I was thinking of running a program whenever a message in moved to the
folder "Spam" or to a "Safe" folder. This could be easily added to the
server as a generic feature, with hook programs for:
* new
2005 Mar 05
2
cant compile app_meetme2
Dear all
I am get the following problem when trying to compile app_meetme2 using
mysql...it seems to want to use pgsql.....? anyone
my Makefile looks like
app_meetme2.o: app_meetme2.c
#$(CC) -pipe $(CFLAGS) -c -o app_meetme2.o app_meetme2.c
$(CC) -pipe -I/usr/local/include/mysql -L/usr/local/lib/mysql
$(CFLAGS) -c -o app_meetme2.o app_meetme2.c
app_meetme2.so: app_meetme2.o
2015 Oct 21
1
Libvirtd hooks in Centos 7
I would like to create some libvirt hooks. This is so the hypervisor can
execute some scripts during starting or stopping of a KVM guest.
According to https://www.libvirt.org/hooks.html they must be present.
However, it seems in Centos 7 these hooks are gone in /etc/libvirt/
Libvirtversion: 1.2.8-16.el7_1.4
OS version: CentOS Linux release 7.1.1503 (Core)
Anyone how solved this riddle?
I
2003 Apr 02
1
Question about the password field in a postgresql database
Hi List,
When I try to set the default_pass_scheme in dovecot-pgsql.conf to CRYPT,
the dovecot does not recognize my crypted passwords. If I prepend my
encrypted passwords with {CRYPT}, dovecot DOES recognize it. (even when I
set default_pass_scheme to PLAIN).
Is this supposed to work, or am I misinterpreting things here?
Thank you!
Maikel Verheijen.
-------------- next part --------------
2003 Jul 31
1
corrupt mbox, mailboxes not found, and message rea d status
[SNIP]
> http://dovecot.procontrol.fi/list/dovecot/2002> -October/000774.html )
> > on the mailing list where Timo said he was intending to use the
> > X-Keywords trick. Did this ever get implemented?
>
> X-Keywords have been used for a long time now. It's possible
> to set \Seen flag for messages downloaded with POP3, but I
> don't know if it's