Displaying 6 results from an estimated 6 matches for "storagedriv".
Did you mean:
storagedriver
2006 Apr 08
2
dovecot-dspam-plugin not launching dspam
...lip=123.123.123.123
imap: /usr/bin/dspam --user retrain --source=error --stdout --class=spam
--signature=4,4434846e237406491211187
dspam[25157]: Unable to determine the destination user
dspam[25157]: DSPAM agent misconfigured: aborting
-> /etc/dspam/dspam.conf [extract]
Home /var/spool/dspam
StorageDriver /usr/lib/dspam/libpgsql_drv.so
TrustedDeliveryAgent "/usr/bin/procmail"
OnFail error
Trust root
Trust dspam
Trust mail
Trust mailnull
Trust smmsp
Trust daemon
Trust virtual
TrainingMode teft
TestConditionalTraining on
Feature chained
Feature whitelist
Algorithm graham burton
PValue grah...
2019 Oct 18
0
CentOS 8 Docker container is missing dnf-plugin-ovl
...storage driver used by Docker.
This issue doesn't show with the centos:7 container. It already comes with
the "fastestmirror" and "ovl" plugins installed. The "ovl" plugin is a
workaround to avoid this corruption. See the bottom of
https://docs.docker.com/storage/storagedriver/overlayfs-driver/ for more
details.
Fedora 29 and 30 already have an equivalent "dnf-plugin-ovl" package (
https://src.fedoraproject.org/rpms/dnf-plugin-ovl). However, I couldn't
find it for RHEL8 or CentOS 8.
I can use the "touch" workaround for now. But are there plans...
2009 Sep 28
1
dovecot & dspam
...userdb_home, 'maildir:/var/vmail/%d/%n' AS userdb_mail, 150 AS
userdb_uid, 8 AS userdb_gid FROM mailbox WHERE username = '%u' AND
active = '1'
My conf dspam /etc/dspam/dspam.conf
-----------------------------------------------------------------
Home /var/spool/dspam
StorageDriver /usr/lib/dspam/libmysql_drv.so
TrustedDeliveryAgent "/usr/lib/dovecot/deliver -d %u"
UntrustedDeliveryAgent "/usr/lib/dovecot/deliver -d %u"
QuarantineAgent "/usr/lib/dovecot/deliver -d %u -m SPAM"
OnFail error
Trust vmail
Trust root
Trust dspam
Trust mail
Trust ma...
2012 May 31
4
[Fwd: error: this function is not supported by the connection driver : virConnectNumOfStoragePool]
Hello All,
Any idea on this issue ?
Regards,
Onkar
-------- Forwarded Message --------
From: Onkar <kernzap at gmail.com>
To: libvir-list <libvir-list at redhat.com>
Subject: error: this function is not supported by the connection
driver : virConnectNumOfStoragePool
Date: Wed, 30 May 2012 21:29:42 +0530
Hello,
I configured libvirt like this
./configure --prefix=/
2013 Oct 24
1
Empty Mails from MAILER-DAEMON with Dovecot-Antispam and DSPAM
...rotocol imap {
mail_max_userip_connections = 20
mail_plugins = antispam
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = sieve
postmaster_address = postmaster at my.imzadi.de
}
----/snip----
My dspam.conf looks like:
----snip----
Home /var/spool/dspam
StorageDriver /usr/lib/i386-linux-gnu/dspam/libmysql_drv.so
DeliveryHost 127.0.0.1
DeliveryPort 10026
DeliveryIdent localhost
DeliveryProto SMTP
OnFail error
Trust vmail
Trust root
Trust dspam
TrainingMode teft
TestConditionalTraining on
Feature noise
Feature whitelist...
2014 Apr 21
0
Trying to get DSpam+Dovecot working with Postfix and local/virtual domains
...up = postfix
mode = 0666
user = postfix
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
userdb {
driver = passwd
}
DSpam 3.9.0
dspam.conf:
Home /var/db/dspam
StorageDriver /usr/local/lib/dspam/libpgsql_drv.so
TrustedDeliveryAgent "/usr/local/bin/procmail"
UntrustedDeliveryAgent "/usr/bin/procmail -d %u"
OnFail error
Trust root
Trust dspam
Trust apache
Trust mail
Trust mailnull
Trust smmsp
Trust daemon
TrainingMode teft
TestConditionalTraining on...