Displaying 3 results from an estimated 3 matches for "myvirt".
Did you mean:
myvar
2011 Jul 02
0
Helping on libvirt
*Writting myVirt*
------------------------------
Dear all,
I'm new in libvirt. I would be glad if you help me.
I want to write a program for controlling all libvirt servers named
"MYVIRT".
The libvirtd works as fallow:
{ CLIENT } ---------------------> { SERVER A }
|
|
------------------------...
2019 May 08
2
How to auto-subscribe to virtual namespace/prefix?
In virtual namespace I can have:
namespace myvirt {
location = blah
prefix=Virtual/
separator=/
mailbox "My folder" {
auto = subscribe
}
}
And i see email clients successful display subscribed "My folder" but
the top-level prefix "Virtual/" is not subscribed. I see the Virtual/
prefix available...
2019 May 08
0
How to auto-subscribe to virtual namespace/prefix?
FYI in subscription file for namespace I see empty line when the top
level prefix is subscribed. Works perfectly just need to make it
automatic
On 2019-05-08 20:50, MRob via dovecot wrote:
> In virtual namespace I can have:
>
> namespace myvirt {
> location = blah
> prefix=Virtual/
> separator=/
>
> mailbox "My folder" {
> auto = subscribe
> }
> }
>
> And i see email clients successful display subscribed "My folder" but
> the top-level prefix "Virtual/" is not...