similar to: Scripting

Displaying 20 results from an estimated 600 matches similar to: "Scripting"

2004 Jun 11
7
Can't open configuration file
Hi I'm getting Jun 11 13:12:46 "Fatal: Can't open configuration file /home/dovecot/dovecot-pgsql.conf: Permission denied this file have fulle permissions and has belonged to dovecot and root but still no joy what am i missing must be something stupid on this side Thanks for the previos comments about scripting I am swithcing to postgress for the mail env and will look at mysql
2004 Jun 11
1
Fatal: Unknown userdb type 'pgsql'
i build an rpm and now gets this i builed the rpm with rpmbuild -ta --define 'XFlags --with-mysql --with-pgsql --with-pop3' dovecot-0.99.10.5.tar.gz ? Are you ready for Telkom's 10-digit dialling? To find out how this will affect your Internet connection in the not too distant future, go to www.mweb.co.za/ten -------------- next part -------------- An HTML attachment was
2004 Jun 18
1
Info: Internal login failure:
I get the following error on auth with mysql on pop3 what am i missing or doing wrong mysql config file db_host = localhost #db_port = 3306 db_unix_socket = /var/lib/mysql/mysql.sock db = ADMIN db_user = mailmaster db_passwd = ******** db_client_flags = 0 default_pass_scheme = PLAIN password_query = SELECT MAILBOX_PASSWORD AS password FROM MAIL WHERE MAILBOX_USERNAME = '%n' AND
2008 Aug 14
2
Proxy logging destuser
Hi All My first post to the list, so "hello world"! Having searched the list archives and the wiki for an answer to this, I don't think it is possible. However, let me ask nonetheless... Is it possible for a Dovecot proxy's login process (IMAP and POP3) to include the "destuser", i.e. the uid used to authenticate to the backend IMAP/POP3 server, in its logging?
2008 Jun 24
2
Invalid argument while mounting
I get the following error when trying to mount: Nothing changed (in any case not that I know of). I get the same error from both nodes. Please assist. # mount /u02 mount.ocfs2: Invalid argument while mounting /dev/sdd1 on /u02. Check 'dmesg' for more information on this error. /etc/fstab: /dev/sdd1 /u02 ocfs2 _netdev,datavolume,nointr 0 0
2004 Jun 09
0
FW: scripting or translation in config
> Hi Is there nay way to do translation on a char > > Exp > > tr ( "." ,"_",$domain) > > so mysql statement can lokk some thing like this > > select * uid,gid,home,.....from `tr ( "." ,"_",$domain)` where uid='$local' ? Are you ready for Telkom's 10-digit dialling? To find out how this will affect your Internet
2004 Jun 09
0
scripting or translation in config
> Hi Is there nay way to do translation on a char > > Exp > > tr ( "." ,"_",$domain) > > so mysql statement can lokk some thing like this > > select * uid,gid,home,.....from `tr ( "." ,"_",$domain)` where uid='$local' ? Are you ready for Telkom's 10-digit dialling? To find out how this will affect your Internet
2004 Jul 15
3
Database App
Hi, I was wondering if there is an app available that would let me run queries on MySQL or Postgress database through the extensions.conf file in Asterisk. My goal is to be able to run a simple query on a database that could return a value in an ${var} variable, or even the number or rows that were returned in the query in a ${var}. There are a couple of things in Asterisk I would like to
2006 Jun 19
1
svn and samba - make file writable problems
Hi, A couple of weeks ago, we moved from a Samba 2.2x to a 3.0.x server. Everything works fine, except our svn. SVN is not able to make a file writable. However, we can change the read-only flag manually on a Windows XP client. When we try to lock a file with TurtoiseSVN, we get the following error Error: Can't get default file perms for file at
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development and test box. I figure the easy of maintenance is worth the setup hassles. Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3 install option from CD. I''m now at the the
2005 May 11
2
Backing up my server...
Helo, I've just installed a CentOS 4.0, postgress,iptables, ect.. on a P 4 Intel using sotf RAID 1 ...and everything is fine. I bought a HP DLT 40/80G tape device for being use as tape backup to my server. My questions are: 1. What you recomended me to use as a soft backUP. (amanda, dump/restore, TAR scipts, other)? 2. How can I backUP my entire filesystem ..(I mean everything using one the
2007 Oct 31
6
Serving MS Access Databases, with ACL
Hi All. Greetings from South Africa. I have a Samba LDAP server (v 3.022) running on Ubuntu 6.10 Its serving about 200 users, with profiles, and domain logons. I want to start server MS Access Databases on it, with the best speed performance as possible. At the moment, the back ends for these databases, are about 200+ MB, and will grow over the next few years. Basically, the share should
2008 Nov 12
4
Courier->dovecot migration script
HI All, We have the latest Dovecot 1.1.6 running and I need to migrate some POP3 users over from Courier to Dovecot and would need to convert the courierpop3dsizelist to maintain the UIDs. I just need to confirm that the script (http://www.dovecot.org/tools/courier-dovecot-migrate.pl) only works for Dovecot v1.0 and not for v1.1? As the dovecout-uidlist file that is created (by the script) is not
2005 Nov 28
1
Unused SQL API
Greetings, recently I've been writing a database driver module for Dovecot to use SQLite. It's mostly for my own use, but I do recall other people have asked for this. Firstly - Timo, I grow to love your work more and more every day. :) I have not had any trouble figuring out what is needed of the driver, even without any API documentation. However, the one part of the driver
2005 Apr 15
1
How can I change SQLite cache size for R session?
How can I change SQLite cache size for R session? SQLite cache size can be set by a pragma, for the duration of the session - or by default. .pragma cache_size .pragma default_cache_size my questions are about RSQLite, version 0.4, running on Windows: - what is the cache size set to when SQLite is invoked from R? - if the page_size is set to 4096 what will be the cache size in bytes
2015 Aug 30
2
Fuzzing complex programs
On Sun, Aug 30, 2015 at 9:11 AM, Brian Cain via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Sun, Aug 30, 2015 at 9:30 AM, Greg Stark via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I have a project I want to do based on Libfuzzer. Is there a separate >> list for it or should I bring up any ideas for it here? >> >> No separate
2012 Oct 17
2
dovecot died
Hi All I have been trying to get this website running for months now. I get this emails from cpanel and don't know how to fix it. If anyone can help me please contact me at pipefab at mweb.co.za. Kind regards Hendrik imap failed @ Fri Oct 12 05:51:18 2012. A restart was attempted automagically. Service Check Method: [check command] Number of Restart Attempts: 1 Cmd Service
2005 Mar 22
4
Feedback on CBMySql, MeetMe2 and web interface
I've had 50+ people download the web components, and other than reports of compile issues, I have not heard if this collection has worked for anyone. I do plan to keep updating the * applications and the web pages, but I have almost meet all of our internal requirements and wonder if anyone else is finding it usefull. My focus has been and will likely stay on the user interface, since I have
2008 Nov 07
2
Re gular Expression help
hi there I have a vector with a set of data.I just wanna seperate them based on the first p and q values metioned within the data. [1] chr10p15.3 /// chr3q29 /// chr4q35 /// chr9q34.3 [2] chr1q22-q24 [3] chr1q22-q24 [4] chr1pter-q24 [5] chr1pter-q24
2017 Jul 05
2
Mess code when encryption
Hi everyone, I have a question about using encryption in Gluster FS. 1.Created a file (file size is smaller than 1k) in the volume?s mount point. 2.Read the file, finally got a mess code. I found that the content I got is from cache and no decryption is operated on the file content, so mess code returns. If I set the following property to off, then everything is OK. performance.quick-read