Displaying 20 results from an estimated 2000 matches similar to: "Auto-subscribe to folders"
2008 May 02
2
Fatal: Running as root isn't permitted
Hi
I am running Dovecot 1.1RC4, built from the source packages at the
debian repositories (http://xi.rename-it.nl/debian/). When a message
is delivered through the LDA, i get this error:
deliver(******@*****): May 02 14:43:28 Fatal: Running as root isn't permitted
These are my config files:
master.cf:
=======================================
# Dovecot
dovecot unix - n n - - pipe
2010 Dec 16
2
Samba printer management commands
Hi
I am trying to setup remote printer management commands, so the users
could add and delete printers from "Printers" share of Samba in
Windows. I have this script, that is launched using an administrator
account, when I add a printer from there, using a new TCP/IP port:
================================================================
#!/bin/bash
{
2010 Sep 01
4
Implementing Samba4
Hi
I am trying to install Samba 4 on a Ubuntu 10.04 Server machine. I have
downloaded the sources, compiled it and installed. Now I have to do the
provision step. I want to use an existing LDAP server (389 Directory Server)
installed in other machine (well, really a lot of machines, yet configured
for replication). Also, the servers only accept SSL connections. But all the
examples I have seen in
2017 Jun 20
4
v2.2.31 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.31.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.31.rc1.tar.gz.sig
Unless new bugs are found, this will be the final v2.2.31 release, which will be released on Monday.
* LMTP: Removed "(Dovecot)" from added Received headers. Some
installations want to hide it, and there's not really any good reason
for anyone to
2017 Jun 20
4
v2.2.31 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.31.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.31.rc1.tar.gz.sig
Unless new bugs are found, this will be the final v2.2.31 release, which will be released on Monday.
* LMTP: Removed "(Dovecot)" from added Received headers. Some
installations want to hide it, and there's not really any good reason
for anyone to
2010 Jun 28
3
Password policies in the LDAP server
Hi
We have some Samba servers using LDAP (389 DS) as backend. In the LDAP
server, we have defined some policies to make the passwords stronger. When a
user tries to change his password (Control-Alt-Del), this message appears in
the LOGs:
==> /var/log/samba/xptest <==
[2010/06/28 12:26:26, 2] auth/auth.c:check_ntlm_password(309)
check_ntlm_password: authentication for user [10000001S]
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2012 Aug 22
1
difference between namespace auto=subscribe and autocreate plugin
Hello.
I read docs, but still do not understand difference between following
configuration options:
namespace inbox {
# Create and subscribe to folder
mailbox Drafts { auto=subscribe }
and `autocreate' plugin
plugin {
autocreate = inbox.Drafts
autosubscribe = inbox.Drafts
On wiki page that describes `autocreate' plugin i read:
... mailboxes that must always exist for all users.
2010 May 26
2
Interdomain trust with different WINS servers
Hi
I am trying to stablish a relation between two different Samba domains. Each
domain has two PDCs, all they are WINS servers, and the two domains are in
different subnets. They are configured to use LDAP as the user/group/machine
database. First, I will create the relation, being DOM1.CORP the trusted
domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I
create a user this
2011 Jan 28
2
Samba File Server as Domain Member of Samba PDC
Hi
We have configured 2 PDC Samba (v3.0.33, sambapdc1 and sambapdc2)
servers using LDAP (389 DS v1.2.5) as its database backend. If I run
"net rpc user -UXXXX" from theses servers I get all groups in LDAP.
These servers are working fine for a long time.
Now I have configured a file server (not logon server, sambafs1), as a
member of the domain served by those servers (this with
2017 Apr 10
1
Automatically subscribe to the INBOX folder
Hello,
I am using the ?auto = subscribe? feature in the mailbox configuration
section in the usual fashion (as shown in conf.d/15-mailboxes.conf):
namespace inbox {
inbox = yes
mailbox Drafts {
special_use = \Drafts
auto = subscribe
}
...
}
When I connect to an account with the Thunderbird mail client, those
mailboxes/folders get autocreated and autosubscribed. Good!
INBOX,
2008 May 27
2
Error when using include directive in Sieve
Hi
I have two sieve scripts:
# cat /var/vmail/sieve/global
require ["include"];
include :global "spam";
include :personal "sieve";
# cat /var/vmail/sieve/spam
require "fileinto";
if exists "X-Spam-Flag" {
fileinto "Junk";
}
# ls -l /var/vmail/sieve/
total 16
-rw-r--r-- 1 mailuser mailgroup 68 2008-05-28 00:40 global
-rw------- 1
2008 Jul 18
2
Run script before delivery
Hi
Is it possible to run one script before the "real" delivery of a
message (with lda, or before the execution of the sieve scripts) but
after the creation of necessary folders (Dovecot automatically creates
the folders for virtual users)? I want to to this to manually create a
fixed empty sieve script in each user home folder, so in the global
sieve script include that personal script,
2017 Aug 17
2
autocreate deprecated q
I'm getting "autocreate plugin is deprecated"
I've removed 1) but still see error
am I correct I don't need default IMAP folders in dovecot.conf as they
come from 15-mailboxes.conf ?
# grep autocreate dovecot.conf
lda_mailbox_autocreate = yes
mail_plugins = quota sieve autocreate
mail_plugins = quota imap_quota autocreate
do I just remove BOTH 'mail_plugin ...
2009 Jan 19
2
Autocreate plugin
Hello.
I found what if you have a something like this:
autocreate = Trash
autocreate2 = Sent
autocreate3 = Spam
*Then I delete autocreate2 string* and... autocreate3 will not work.
If I add autocreate2 - all work well.
Yes it is seems to be right what they all must go after each otherm but
if i have a 20 or 30 autocreate folders and i want to delete autocreate2
for example - all other from
2017 Mar 14
2
autocreate ONLY for new Users
Hi All
We are currently migrating accounts to Dovecot. The existing accounts do
have special folders with different names. (i.e. sent, sent-mail)
The autocreate-function of "special folders" is useful. However we need
this feature ONLY for new users. The existing accounts have a mapping
for their own "special folders".
There are discussions about this topic on the mailing
2013 Jan 03
1
samba-tool domain classicupgrade with LDAP backend
Hi
I am testing the migration from our actual Samba domain, based on Samba
3.3.8 and LDAP (389DS) to Samba 4. I have followed the Samba4 Howto, and I
have successfully compiled it. Now I am running the classicupgrade command,
but I am getting some errors.
First of them is that the script is ignoring the "ldap group suffix"
parameter in smb.conf, and is always searching in the
2017 Mar 15
2
autocreate ONLY for new Users
thanks for the feedback!
Userdb would be an option, however we would need to extend our LDAP
Schema with an additional "autocreate flag". Modifying the LDAP import
scripts, this is quite a task. Another option we were thinking of is
creating the special folders by a script right after user creation.
By far the best and easiest solution would be a flag to auto-create the
special folders
2013 Jul 25
2
Case-insensitive "detail" mailboxes?
We're using sieve with LMTP. We want to have lda_mailbox_autocreate
and lmtp_save_to_detail_mailbox. Is there a way to make the "detail"
case-insensitive? If so I have not found it yet.
I suppose we could lowercase the input string for the SQL userdb
query, but that's not what is wanted. The idea being that if a user
makes a mailbox called "Test" is that user+test
2008 Nov 26
3
v1.2Autocreate
Hi Timo,
a setup like
http://wiki.dovecot.org/Plugins/Autocreate
seems not to work
the module is loaded but no subfolder creation at login
happens, sorry no log about failures with it
simply
Module loaded: /usr/lib/dovecot/modules/imap/lib20_autocreate_plugin.so
should i try
i.e
autocreate = ".Trash/"
or is there more info around
--
Best Regards
MfG Robert Schetterer