Displaying 20 results from an estimated 4000 matches similar to: "Replace Domainname in Mail Location"
2013 Oct 01
2
[LLVMdev] How to supply a non-default constructor to RegisterPass ?
Folks,
I did read the documentation but I am at a loss still.
I do have the following:
Pass *createFooPass (char *foo1) {
return new FooPass (foo1);
}
static RegisterPass<FooPass> X("foo-pass", "foo", false, true);
Where exactly do I supply the non-default crore in this example ?
Thanks
/Dirk
2013 Oct 05
0
[LLVMdev] How to supply a non-default constructor to RegisterPass ?
On Sep 30, 2013, at 10:11 PM, Dirk Schroetter <dschroetter at googlemail.com> wrote:
> Folks,
>
> I did read the documentation but I am at a loss still.
>
> I do have the following:
>
> Pass *createFooPass (char *foo1) {
> return new FooPass (foo1);
> }
>
> static RegisterPass<FooPass> X("foo-pass", "foo", false, true);
>
2008 May 29
1
[LLVMdev] data exchange between loadable pass and backend
Hello,
I have an analysis pass and a target machine class, both in different
dynamically loadable libraries (plugins). There is no problem to use
the analysis pass (opt -load=libanalysis.dylib -barpass foo.bc), but
is it possible to get data from the analysis pass (by getAnalysis)
while using the backend?
AFAIK it is only allowed to have one plugin argument for llc (like:
llc
2014 Oct 09
1
setting the NIS domain ( or yp/dns domainname )
Hai,
?
Im just wondering, im installing a bit again, checking my scripts etc.
Lots of things most of us know, but just for history and others im typing it out.
?
I noticed te following.
Lots of things work or dont work base on :
?
?????? hostname - show or set the system's host name
?????? domainname - show or set the system's NIS/YP domain name
?????? ypdomainname - show or set the
2000 Apr 11
1
DOMAINNAME\Username
Sorry Luke,
You may have already answered this, but I have had a few minor setbacks the last couple of days and haven't received any mail over the last week.
Can you explain who needs the DOMAINNAME\Username? As of when? And why this is needed? Also any side effects of doing this (I know it may cause a problem with the username length on some *cough* antiquated *cough* systems ;-). (Just
2010 Mar 13
1
behaviour of "virsh shutdown domainName"
Hi all,
I am experiencing some problems with different versions of libvirt
(0.7.5 and 0.7.7), with a kvm (WinXP), host running Ubuntu 9.10, and i
would like to ask you two questions:
- In virsh, after running the command "shutdown domainName", what
should be the final state of the domain, if the shutdown finishes
correctly: "shutoff", "no-state",
2007 Jan 17
1
How long it takes to determine the Domainname
Hello,
i try to install via a kickstart file. But the install process is
stalled, please see the attached File.
I wait more than 5 Minutes...
Thanks in Advance.
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: anaconda_seems_2_sleep.png
Type: image/png
Size: 3991 bytes
Desc: not available
URL:
2005 Dec 04
0
[PATCH] Seperate VMX domainname argument to 2 parts to enable qemu-dm
Image.py should send 2 new arguments to qemu-dm for setting QEMU window
Title. 1 is const string "-domain-name", the other is the string of
domain name. At present imagy.py combines these two strings to 1. So
Qemu will fail to recognize it and fail to start.
Signed-off-by: Yongkang You <yongkang.you@intel.com>
--- a/tools/python/xen/xend/image.py 2005-12-04 14:32:04.956602836
2003 Sep 04
1
confused about domainname
hi !
i'm a little bit confused about the domain names,
in my smb.conf workgroup name is set to 'workgroup=samba'.
the name of the domaincontroller is 'netbios name=dc01'.
if i do a net rpc join the machine always joins the domain dc01
doesn't matter if i use the -w switch.
(do i have to join a domaincontroller to his own domain ?)
same with net setlocalsid, it's
2016 Dec 23
0
domainname is too long error
I noticed the following in system logs and on the server console.
The server is a PDC server in classic domain , DomainA. Samba
4.4.5. Trusts are setup with Domain A and C.
#:/var/adm# tail -100 messages
Dec 23 08:46:25 xxx nmbd[1784]: [ID 702911 daemon.error] [2016/12/23
08:46:25.095399, 0] ../source3/nmbd/nmbd_workgroupdb.c:56(name_to_unstring)
Dec 23 08:46:25 xxx nmbd[1784]: [ID
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
stubdom: rename the ioemu-dm domain config file to domainname-dm,
which is shorter, makes more sense, and sorts better.
diff -r c9b516a77927 stubdom/README
--- a/stubdom/README Mon Aug 04 11:29:45 2008 +0100
+++ b/stubdom/README Mon Aug 04 12:51:31 2008 +0100
@@ -10,6 +10,9 @@ of video memory for the HVM domain, you
of video memory for the HVM domain, you need to avoid the need for ballooning,
2013 May 31
2
imapc - different settings for different namespaces
Originally I was planning on allowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking:
imapc foo {
host = imap.foo.com
master_user = foomaster
password = foopass
}
imapc bar {
host = imap.bar.com
...
}
namespace {
prefix = foo/
location =
2015 Aug 21
2
Guidelines for pass initialization?
Does anyone know what the guidelines are supposed to be for properly
initializing a pass? Looking around, we seem to have three styles of
pass registration in use.
INITIALIZE_PASS(...)
INITIALIZE_PASS_BEGIN(...)
INITIALIZE_PASS_DEPENDENCY(...)
...
INITIALIZE_PASS_END(...)
static RegisterPass<FooPass> X(...);
(This is the one encouraged in the docs, but seemingly the least widely
used
2015 Mar 20
0
imapc - different settings for different namespaces
On 05/31/2013 04:21 PM, Timo Sirainen wrote:
> Originally I was planning on allowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking:
>
> imapc foo {
> host = imap.foo.com
> master_user = foomaster
> password = foopass
> }
>
2009 Feb 21
3
dovecot auth
Hi,
I'm using dovecot with a passdb-file .
When I login using : test at testdomain.com I notice dovecot strips off the
domainname and looks up everything in front of the @ in his
passdb-file...
So I went on to configure the following in my dovecot.conf :
auth_username_format = %u@%d
restarted dovecot, but he still strips of the @ and the domainname ...
LOG (sorry for f* up format) :
2015 Aug 21
2
Guidelines for pass initialization?
Let me rephrase to make sure I understand. Once we have this settled,
I'll update the comments in the file to summarize and possibly update
the docs.
On 08/21/2015 10:27 AM, Owen Anderson wrote:
> The macro versions should be preferred, as they reduce static initializaters.
Makes sense. But the tradeoff is that they need to be baked into the
list of known passes so that someone knows
2007 Jan 19
2
puppet and domainnames
Hello all,
when I do a signature request to puppetmaster, if no domainname is
configured then puppet gets it from /etc/resolv.conf. Even if the
"search" line is commented. I had to delete the search line in
resolv.conf to obtain a signature request with hostname only, and then
it appears with a final dot (hostname.). Is it that puppet does not like
being domainless ?
Many of my
2014 May 21
2
Per-user Sieve script location question
Hi,
after some problems, i successfuly ran my dovecot delivery and pigeonhole
service in redhat EL 6.
our users stored OpenLdap and users home folder like below:
/home/vmail/domains/domainname.edu.tr/username/...
now when i used default settings for dovecot sieve
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve script write and work globaly and stored, /home/vmail/domains/sieve
i looked
2017 Aug 22
2
unexpected delivery location
Hi,
We're running dovecot 2.2.13, virtual users, with postfix. We have an
olddomain and a new domainname. To 'translate' *@olddomain into
*@newdomain, I have configured:
> cat /etc/postfix/canonical
> @olddomain.com @newdomain.com
While this seems to work, lately we have noticed that dovecot
occasionally creates mailboxes for non-existent users, like:
>
2007 Apr 28
1
samba & browse.dat file location
Dear sirs, i`m need to chanche location of browse.dat file. By default
it store in /var/cache/samba
Change parameter "lock directory" in smb.conf is not help.
Samba version is 3.0.24 (from debain pkg)
I`m try to start 2 domains from one server. I`ve got my 2 config files
(with separate pids, net interfaces, log files) and both servers run,
bound to the correct interfaces.
Both domain