Displaying 20 results from an estimated 120 matches similar to: "Mail Alias Stores in mySQL Not working"
2010 Oct 06
16
Dealing with an EAV database
I''ve inherited an EAV database and there''s really no option to remodel
it. Data is stored as key_name, key_value pairs
Trying to return a meaningful, unified recordset is far too complex to
be efficient.
I''ve decided to make use of the MySQL GROUP_CONCAT, and CONCAT_WS
functions to return a fast query result, with the consolidated fields
as one string.
The final data is
2004 Sep 30
0
dovecot not working with some vpopmail passwords
Hello.
I tried installing dovecot on a server that relies on vpopmail
authentication using $1$ MD5 algorithm and it didn't work.
Please fix this for the next release.
Attached is a patch, please be carefull with the line wrapping.
Radu
--- passdb-vpopmail.c.old Thu Feb 20 00:46:51 2003
+++ passdb-vpopmail.c Thu Sep 30 18:58:56 2004
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Timo
2012 Mar 20
2
dovecot, sieve and vacation
Hi there !
Have a small problem with sieve and vacation: it seems to descard the vacation filter I created instead of sending back an email:
Mar 20 11:56:28 hostname dovecot: deliver(virtual_user): sieve: msgid=unspecified: discarding vacation response for message implicitly delivered to <virtual_user at hostname>
after searching a bit on the net, I stumbled on another (old) thread:
2005 Sep 22
6
Autocomplete - setting a second value?
I''m using the autocomplete function, and need a way to grab a second
value from the ajax request... an example would probably speak better:
This is my HTML:
<input name="CustomerName" id="CustomerName" type="text" />
<div id="CustomerList"></div>
<input name="CustomerID" id="CustomerID"
2016 Oct 12
2
Detect IMAP server domain name in Dovecot IMAP proxy
I?m in the process of setting up a Dovecot IMAP proxy to handle a number of IMAP server domains. At the current time, I have my users divided into 70 different groups of users (call them G1 to G70). I want each group to configure their email client to access their mailboxes at a domain name based on the group they belong to (e.g., g1.example.com <http://g1.example.com/>, g2.example.com
2007 May 24
1
Dovecot LDA and address extensions
I'm converting over a virtual user installation that used Postfix and
maildrop with a MySQL back-end for mailbox lookups to use Dovecot LDA.
The maildrop setup used a database table like:
+-------------------------+--------+-------------+--------------------+
| address | owner | domain | mailbox |
2003 Jun 03
1
error
hi,
I've got the following alert window in mozilla (with dovecot):
---------------------------------------
The current command did not succeed. The mail server responded: Error in
IMAP command: Too long argument..
---------------------------------------
although there is not any messages in my imap.log file.
--
Levente "Si vis pacem para bellum!"
2005 Jun 06
1
maildirmake
It is possibile to call maildirmake at login-time?
My final goal is to create maildir at login time (like courier-imapd) or
at least to create .INBOX.Trash, .INBOX.Drafts, .INBOX.Sent dir for
virtual user
/home/vmail/domains/$virtual_domain/$virtual_user/ .... with already
exsistant Maildir (created by postfix)
Thanks in advance
2006 Jul 02
18
JOIN conditions
Hi,
how can I get Rails to generate SQL queries with conditions in the JOIN clause?
What I would want is:
SELECT * FROM people p
LEFT OUTER JOIN jobs j (p.job_id = j.id AND j.salary > 9999999)
I tried
People.find(:all, :include => ''jobs'', :conditions => ''jobs.salary > 9999999'')
but that generates
SELECT * FROM people p
LEFT OUTER
2001 Aug 16
1
rsync test harness
You can now do "make check" in the CVS version of rsync and it will
run some elementary self tests. It also runs these tests on
build.samba.org, which should help catch unintended regressions,
particularly on unusual platforms.
Contributions of more test cases would be welcome.
--
Martin
2001 Mar 29
1
Samba Printing to Win98
I am trying to allow printing from my linux box to my win98 box, to which my
epson stylus printer is attached. It's just not happening...something tells me
I'm flirting with a world of pain.
I *can* print a file by going:
smbclient //rory/EPSON
translate
print /etc/group
but I cannot print from applications, nor can i use smbprint. I tried going:
cat /etc/passwd | sh -x smbprint
2012 Sep 17
2
Mailbox directory permissions (LDA, 0600 -> 0660, virtual users)
Hello,
I have a quite common dovecot configuration with virtual users support:
1. User configuration is stored in MySQL database.
2. Mailboxes are owned by vmail:vmail with permission 0600 or
drwx------.
Is it possible to change mailbox mode to 0660?
Dovecot version is 2.1.7
Part of SQL configuration:
user_query = \
SELECT \
CONCAT_WS('/', home, u.uid, d.domain_name, u.user_name)
2005 Sep 26
1
[Fwd: [Rails] Re: Autocomplete - setting a second value?]
Yeah, right... I posted this to the Rails mailing list.
Sorry for people who see duplicate posts.
-------- Original Message --------
Subject: [Rails] Re: [Rails-spinoffs] Autocomplete - setting a second value?
Date: Mon, 26 Sep 2005 10:05:24 -0400
From: Fran?ois Beausoleil <fbeausoleil@ftml.net>
Reply-To: rails@lists.rubyonrails.org
To: rails@lists.rubyonrails.org
References:
2006 Sep 15
2
Link_to with anchor?
Hi!
Very silly question, but how do you use link_to with an anchor, for
example:
www.website.com/articles/123#comments ?
Just can''t figure out!
Thank you!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2007 May 18
1
Creating Samba RPM
Hello to all.
With recent versions of Samba, it seems that I've built the Samba RPM from
source RPM which, in turn. The single RPM that was created installs samba,
winbind, smbclient, etc. With version 3.0.25, I can't find that source RPM.
All I can find are source RPMs that create individual RPMs for Samba and each
of its components. If I try to create the RPM from source
2006 Oct 01
1
Limiting the number of sortable items
Is it possible to limit the number of items a sortable list can contain?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2004 Aug 06
1
Compiling Darkice
>Fromthe config.log file created by ./configure
configure:3326: checking for sys/types.h
configure:3339: gcc -c -g -O2 conftest.c >&5
configure:3342: $? = 0
configure:3345: test -s conftest.o
configure:3348: $? = 0
configure:3358: result: yes
configure:3627: checking sys/socket.h usability
configure:3636: gcc -c -g -O2 conftest.c >&5
configure:3639: $? = 0
configure:3642: test
2019 Oct 11
2
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
Hello Aki,
I have this problem just with 2.3.8, my self-compiled 2.3.3 works fine.
I have previously tried to update from 2.3.3 to higher versions
(possibly 2.3.5 or so), but always had this error, which is why I am
always back to 2.3.3.
Configuration is exactly the same.
Here my output from "doveconf -n":
# 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf# Pigeonhole version
0.5.8
2003 Nov 19
5
Help configuring CISCO 7960
Hello,
I have just bought a cisco 7960.
I cannot find any information how to get into configuration panel on Cisco
7960
I need to configure cisco 7960 to work with asterisk but I do not know
where to start with cisco phone. Where in the phone I can configure all
settings ?
Thx.
2003 Sep 08
3
winbindd instability, inconsistent handling of Domain name
Hello world,
I'm currently experimenting with a new Samba server that is to be
integrated in an existing ADS domain.
System is Debian Woody, plus samba 3.0.0beta2+3.0.0rc2-1 and necessary
dependencies. Kernel is 2.4.21 + Debian patches + XFS
ii libc6 2.3.2-5 GNU C Library: Shared libraries and
Linux bigberta 2.4.21-4-686-xfs #1 Mon Aug 25 15:44:37 CEST 2003 i686
smbd, nmbd