Displaying 4 results from an estimated 4 matches for "lmartins".
Did you mean:
martins
2008 Apr 09
1
Newbie Sieve Problems
I had a nice long email written out describing my problem in detail.
Between that, the list archives, and double-checking before posting, I'm
happy to say my issue seems to be fixed.
How's that for service from a mailing list? Helped me fix a problem
before I have ever posted to it (this is my first post to this list).
The issue was a faulty rule. Using a redirect to a folder rather
2008 Apr 10
4
GETQUOTAROOT?
All over a sudden the getquota plugin in SquirrelMail doesn't work
anymore. I activated debugging an got:
IMAP command sent: a001 GETQUOTAROOT "INBOX"
IMAP response received:
Array
(
[0] => * QUOTAROOT "INBOX" ""
[1] => * QUOTA "" ()
)
A manual test results in:
. GETQUOTAROOT "INBOX"
* QUOTAROOT "INBOX"
2008 Apr 10
4
Sieve Frustrations
I'm soooo close, but this last little thing is eluding me...
I have the following Sieve rule in my global sieve rule:
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
stop;
}
This isn't firing. The .Junk folder exists under the user directories,
but messages that have the
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
Hi , I'm trying to migrate an old server with ubuntu 9.10 ,samba3 +ldap
to a new server ubunut 14.04. I could follow the steps of
https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_%28classic_upgrade%29
but when running
samba-domain tool classicupgrade --dbdir = / util / tdb --use-xattrs =
yes --realm = gruporesasco.local --dns-backend = BIND9_DLZ