Displaying 20 results from an estimated 3000 matches similar to: "Mail Alias Stores in mySQL Not working"
2017 Oct 12
2
Mail Alias Stores in mySQL Not working
"Do you have an SQL entry for abuse at kasdivi.com <mailto:abuse at kasdivi.com> ?
Bill?
One of my first thoughts
mysql> SELECT `address`, `domain`, `goto` FROM `alias` LIMIT 8;
+-------------------------------+--------------------+--------------------------+
| address | domain | goto |
2017 Oct 12
1
Mail Alias Stores in mySQL Not working
"In an earlier post you said your user_query was:
user_query = SELECT CONCAT('/var/vmail/mail/', maildir) AS home, 5000 AS uid, 5000 AS gid, CONCAT('*:bytes=', quota) AS
quota_rule FROM mailbox WHERE username = '%u' AND active=?1'
Last post you said:
mail is stored at /var/mail/vhosts
and:
mail_location = maildir:/var/mail/vhosts/%d/%n
These don't agree
2017 Oct 12
0
Mail Alias Stores in mySQL Not working - SOLVED
"You have the alias abuse at kasdivi.com <mailto:abuse at kasdivi.com> for the address admin at theoceanwindow.com <mailto:admin at theoceanwindow.com> in your db and all mail to these aliases should go the the admin@ mailbox.
Address mapping should be done in postfix so that the recipient address that gets used on the lmtp connection to dovecot is admin at theoceanwindow.com
2017 Oct 11
1
Mail Alias Stores in mySQL Not working
"With that query, it appears everyone is sharing the same mail directory.? It, of course, depends
on the value of `maildir`.? It doesn't look right.?
stored by domain or at least it was until i started messing with mysql
"Have you checked your MySQL log file to see the actual query??
hmm found out i had never enabled that log?. another tangent I need to follow
"We don't
2017 Oct 10
2
Mail Alias Stores in mySQL Not working
First of all excuse.. I am having an issue getting maillist responses so I may be responding to this worng
No on topic
I commented out the first user_quesry
The second query was not copied correctly , reads
user_query = SELECT CONCAT('/var/vmail/mail/', maildir) AS home, 5000 AS uid, 5000 AS gid, CONCAT('*:bytes=', quota) AS quota_rule FROM mailbox WHERE username = '%u'
2017 Oct 10
1
Mail Alias Stores in mySQL Not working
This apparently was a problem that i was not aware since i redid my mail server configuration to make use of Postfixadmin. I have update the conf files using the postfix document fromthe down load. The download document seems to be fpr an early version of dovecot (I am using 2.2.4) as it focuse of dovecot.conf which is now broken into file in the conf.d subdirectory I get "dovecot:
2019 Jul 04
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
In 'conformMethod', there is another instance of
omittedSig & <something about signature[omittedSig]> .
It just affects error message.
Original:
? ? if(any(is.na(match(signature[omittedSig], c("ANY", "missing"))))) {
? ? ? ? bad <- omittedSig & is.na(match(signature[omittedSig], c("ANY", "missing")))
After r76756:
? ? if(any(iiN
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
I finally got around to writing myself a NUT UPS monitoring tool. NUT's
UPS monitoring CGI tools provide a detailed instantaneous view of the
UPS's state at any moment, but provide no history. The attached tool,
upswatch, uses Kiss Gabor's UPS::Nut module and Tobi Oetiker's rrdtool
to provide a graphical history of the major UPS operating parameters via
a web browser.
2006 Jul 15
1
Chessmentor v2 or v3
Any luck with getting Chessmentor working (demo available from
http://www.chessmentor.com?
It has no sound and basic graphics, but it doesn't work iin 0.9.17
2010 Dec 20
1
Power Walker VI 2000 LCD
Hello,
there's a recent thread about this or very similar model but without much info:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-October/004968.html
I have this UPS and I'm trying to use it with nut-2.4.3 and megatec_usb driver:
The ups id iin ups.conf is powewalker. /var/log/messages says:
Dec 20 22:22:16 kvm-dom0 upsd[1666]: listening on 127.0.0.1 port 3493
Dec 20
2006 Aug 20
2
[LLVMdev] Adding register allocator to LLVM
Dear Anton,
you can add your register allocator strait iin the
"lib/CodeGen/Passes.cpp", and then 're-make' it: "makellvm llc", on the
top of lib/CodeGen. It is faster than running make from LLVMOBJDIR. The
problem is that it only add to llc the changes on the lib/CodeGen
directory. If you change other parts, a make from LLVMOBJDIR will
synchronize it.
Try adding
2003 Sep 01
1
Apparent problem with ida(4); patch included
Someone else also reported seeing these symptoms with recently-updated
sources:
>>> Kernel build for FREEBEAST started on Mon Sep 1 05:25:41 PDT 2003
...
===> ida
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
perl @/kern/makeops.pl -h @/kern/device_if.m
perl @/kern/makeops.pl -h @/kern/bus_if.m
perl @/kern/makeops.pl -h @/pci/pci_if.m
rm -f .depend
mkdep -f .depend -a
2006 Jan 16
0
USB Problem
I am having this problem where out of the blue my mouse and UPS will
stop functiong. Once this even occurs I will find multiple messages like:
Jan 15 10:40:32 nureyev kernel: drivers/usb/input/hid-core.c: control
queue full
Jan 15 10:40:42 nureyev kernel: drivers/usb/input/hid-core.c: control
queue full
iin /var/log/messages. The only way I can get the mouse and UPS back is
to ssh into the
2009 Apr 18
1
Visual C++ Runtime Error R6034 - Mah Jong Quest 3
I have just installed Mah Jong Quest 3 without any problems. When I start the game I get the error
> Runtime Error!
> C:\Pro...
> R6034
> An application has made an attempt to load the C runtime library incorrectly.
I did have look in the Wine FAQ, but it wasn't of any help, since I don't have msvcr80.dll in my system32 folder. I do have it iin the game folder, but when I
2006 Aug 22
0
[LLVMdev] Adding register allocator to LLVM
I managed to link my RegAlloc.a library to llc tool but can;t make the
same with lli tool.
Should I use USEDLIBS variable in lli makefile (like llc) or there is
another way?
On 8/20/06, Fernando Magno Quintao Pereira <fernando at cs.ucla.edu> wrote:
>
>
> Dear Anton,
>
> you can add your register allocator strait iin the
> "lib/CodeGen/Passes.cpp", and then
2006 Mar 29
2
Kernel RPM
Hi All,
I am having the source code of kernel with patched(2.6.9). After untar
iin kernels directory . I tried to make the rpm of the kernel with changing
the extraversion in Makefile. After that i run the command "make rpm" . I
made the kernel rpm but ii made the distribution . But it gives the kernel
panic . I made the initrd manually so it worked . please give me some
idea how
2002 Jun 03
2
Help on configuring the samba
Hello
One of our customer is running
IRIX 6.5.14
Samba 2.2.1
SGI 3200 with 4 CPU
We get continuous error messages on log file
kernel oplock not supported
Where as as per Irix document this feature is supported from Irix 6.5.2
version
Can you please help in enabling this feature ?
Will upgrading the samba 2.2.2 will help me in this
Thanks and Best Regards
Rajendra
2007 Jan 15
2
rsync load problem
Hi all!
Can someone tell me please why
rsync -avt --whole-file -O --safe-links
causes huge load on receiver. As i know, the only main load causes are
compression (-z) and the deltas calculating (disabled iin my case by
--whole-file).
--
View this message in context: http://www.nabble.com/rsync-load--problem-tf3013151.html#a8367649
Sent from the Samba - rsync mailing list archive at Nabble.com.
2006 May 29
0
troubles with kzft
I need to compute the Fourier transformation of the autocovariance
function of a panel composed by 196 time series.
With autocovarance function i mean a matrix Gamma(u) which contains the
covariance of all the variables at time (t) with all the variables
evaluated at time (t-u). It can be represented by a tri-dimensional
matrix whose dimensions are (196,196,K), where K is the maximum lag
2000 Aug 03
0
'network neighbourhood'..
Hi..
I am finally making some progress with Samba. Its been a while but finally
I see the light.
I have a question. First of all, here is where I am at. I can use smbclient
and access all the shares on my Windows machine.
And I can map all the drives that are shared on my linux machine. In other
words everything is working between my two machines.
Now, here is the problem. In 'network