Displaying 11 results from an estimated 11 matches for "currentus".
Did you mean:
current's
2007 Jul 11
2
dovecot-dspam plugin & virtual users
Hi list, hi Johannes,
I'm trying to use the dovecot-dspam plugin (
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration )
with vpopmail's virtual users.
All seems well, except for the fact that dspam should be called with
'--user currentuser at currentdomain.com' at line 157 here:
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/beta7-code
For my needs, 'currentuser at currentdomain' could be taken as the login
name I use for logging in to Dovecot. As I'm not a C-programmer by a
long shot, I was wo...
2000 Feb 18
1
Netscape Profiles
...I was
hoping someone could help me with. Other than setting the key for password
encryption, I've never messed with the NT registry keys.
I see this folder:
\Registry\Machine\SOFTWARE\Netscape\Netscape Navigator\Users =
But making this part, I could use some help:
CurrentUser = Default
Default
DirRoot = h:\.netscape
UserName =
EmailAddr =
I did the following under the \Registry\Machine\SOFTWARE\Netscape\Netscape
Navigator\Users folder :
Edit, A...
2006 Feb 03
0
newbie trouble with find method and dual many-to-many relationship
...lationship
between groups and blog_entries.
I''ve got my classes defined ok, but in my "list" method for the blog_entries I
only want to list those blog_entries that belong to groups of which the current
user is a member. Assuming that the current_user is contained in the
@currentUser object, how can I write a graceful find command that will only
return the records as stated above?
Thanks in advance,
Stan McFarland
2000 Feb 09
0
The sameNetscape Profile on every machine
this is how i do it...
after installing netscape on an nt workstation, set these registry keys:
\Registry\Machine\SOFTWARE\Netscape\Netscape Navigator\Users
=
CurrentUser = Default
Default
DirRoot = h:\.netscape
UserName =
EmailAddr =
then add something like this to your nt workstation logon script:
rem copy netscape preferences file if it doesn't exist.
if not exist H:\.netscape md H:\.netscape
if not exist H:\.netscape\prefs.js...
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
...81]: app_cbmysql.c:127 passQuery: user flags:
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:149 passQuery: PASSQUERY:
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:376 cb_exec: getPass: 1
== Parsing '/etc/asterisk/meetme.conf': Found
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:97 checkMax: Currentusers: 0
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:390 cb_exec: checkMax: 1
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:276 enterConf: Roomtype: 1234||
== Parsing '/etc/asterisk/meetme.conf': Found
Oct 25 18:16:13 WARNING[12281]: chan_zap.c:913 zt_open: Unable to open
'/dev/zap/pseu...
2007 Aug 15
10
Objects in Session State Revisited
Hi Folks,
I''m still a bit confused about the issue of storing "complex" objects
in session state rather than storing simple objects.
It''s my understanding that everything is an object in Ruby. If my
understanding is correct, then storing a string or an integer in
session means storing an object.
It would seem then that the problem of storing objects in session is a
1998 Apr 07
2
Netscape profile scripts?
A while back there was a thread in which many people were discussing how
to make Netscape work with roaming profiles. There was some talk about
how this would require a script to modify the registry, etc. I just
talked to one of the NS programmers who said that the problem would be
fixed and even enhanced in a version 4.5. He didn't say whether the 4.5
code was going to be an internal or
2002 May 16
9
WinY2k Access Denied on Printing
I have a Red Hat Linux release 7.1 (Seawolf) Samba 2.2.4 PDC and fileserver
built with --with-ldapsam. The clients are either win9x or WinY2k.
Authenitcation, etc... all works great.
But print sharing is a real pain. Under 2.2.1a printing worked great, but our
VOIP phone system wouldn't joint the domain until we upgraded to 2.2.4. Initial
testing of 2.2.4 made it seem like everything
2010 Mar 29
4
[PATCH 0/3] Export and merge into Windows Registry
As described here previously:
https://www.redhat.com/archives/libguestfs/2010-March/msg00129.html
Here is the three part patch to reimplement virt-win-reg to support
exporting and merging Windows Registry entries in the 'regedit'
format.
Tested by me on a local Windows VM.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top'
2000 Feb 23
3
newbie desperate for help
I just installed Samba for the first time. Installed and setup like a dream. Unfortunately, I can't login to save my life. The server appears in the Net. Neighborhood, but when I double-click to login, the login window give the following message:
Incorrect password or unknown username for \\SERVERNAME
Entering a username and password (from /etc/passwd) returns:
\\SERVERNAME is not
2009 May 24
27
How can I detect WINE from my program
How can I detect WINE from my program, or detect Linux, in other wors how can I detect that OS is not Windows.
BOOL WINAPI GetVersionEx(LPOSVERSIONINFO lpVersionInfo) returns that OS is Vista :D
[Question]