Displaying 20 results from an estimated 30000 matches similar to: "LDA and Shared Mailboxes"
2006 Apr 13
2
LDA Questions
Firstly, if you're out of quota for example, and using postfix, will
it need to send a bounce email, or will it do the out of quota error
at SMTP time? (preferred)
Also, I want a global sieve script to run first, REGARDLESS if the
user has their own script.
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set.
#global_script_path =
This suggests to me,
2006 Jun 18
1
LDA - Return-Path missing
I seem to have a problem... Deliver relies on Return-Path headers? I
tried sending emails from SquirrelMail, and Gmail, and both have
caused the same issue (on the recieving end). (I am trying to test
this part, the quota exceeded stuff).
deliver(joeblogs): Return-Path missing, rejection reason: Quota exceeded
I can post email headers, and stuff if needed. Does it need the
Return-Path header,
2006 Jun 08
1
Problem Compiling Dovecot-LDA
I'm trying to setup Dovecot-LDA. I grab dovecot beta8 and compiled it
with the following options.
$ ./configure --without-deliver --with-mysql
$ make
# make install
It builds fine, and I have it running fine now.
I then tried to build dovecot-lda from cvs, with the following.
$ ./configure --with-dovecot=../dovecot-1.0.beta8/
$ make
and it then fails with the following
gcc -std=gnu99 -g
2006 Jun 28
1
New LDA + Sieve (Was Re: 1.0.rc1 released)
> - deliver: Fixed plugin handling settings
For sieve support, what is the new procedure? From what I could see,
compile WITH deliver support, and then get a plugin from CVS?
What has changed in the config files then to enable sieve support?
Thanks
Tim
--
Linux Counter user #273956
2006 May 05
1
Saving Direct to Shared Mailbox (Was: Re: Sending email over IMAP?)
Thinking along similar lines to this sending email via IMAP...
What I am thinking, is using Shared Folders/Mailbox's, like mailing
lists. We have the power of ACL's, and if you have the appropriate
permissions, you can 'append' emails to the folder. Except, when you
think of a mailing list, you usually just hit reply.
One of the projects I am working on, will be setup with a
2006 Jun 27
1
Postfix "userlookup" via Dovecot Auth
I'm hoping to take advantage of authentication caching via
dovecot-auth. I see that posfix can communicate with Dovecot-Auth, via
SASL, but from what I can see, postfix only does this for
authentication checks.
Not 100% sure how postfix handles virtual_transport (I assume it needs
to do a lookup via virtual_mailbox_maps), but I can't see anyway to
get virtual_mailbox_maps to use
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
Hi!
I am experiencing troubles concerning the inheritance of the setgid bit if a new mailbox is created with dovecot-lda.
If it is created with dovecot/imap, everything works fine.
dovecot-lda is called from postfix like this:
----------
mailbox_command = /usr/local/sbin/postfix-lda.sh
----------
logger -p mail.info -t postfix-lda "H: $HOME, S: $SENDER, R: $RECIPIENT, U: $(umask), id:
2006 Oct 11
1
Problems with LDA and vitual mailboxes
Hello,
I try to set up dovecot LDA with virtual domains/mailboxes to use sieve.
I use dovecot 1.0_rc7 with sieve dovecot-sieve-20060726 .
All datas about the virtual domains and mailboxes are stored in a
mysql-database. And without using the LDA delifer agent, everything works
fine.
But when I try to use LDA (even without sieve), I got a delivery failture.
I followed the wiki-howto
2006 Mar 06
1
Shared Folders (1.0beta3)
A few quick questions, as documentation seems to be sparse.
* Is there a way to force a shared folder to be subscribed to? If I am
using SquirrelMail I have a plugin to do that, but not if they are
using another IMAP client.
* Are there some sort of ACL's on shared folders, so that I can
(hopefully with a sql backend), allow different users different
permissions on the folder?
* Is it a bug
2006 Apr 19
0
LDA Plugin Maybe?
I was just looking into setting up DSPAM, with the Dovecot LDA.
Essentially, what I was probably going to do, was use DSPAM as the
Delivery agent, after postfix, and then have it pass it off to
dovecot, or something along those lines. I just had an idea, if we
start using libdspam, in the dspam plugin, or one of the other
suggested methods, we could have a similar plugin in the LDA, so that
if
2006 Jun 17
1
Plugin Docs (Trash)
I searched, and couldn't find much in the wiki, or the mailing list...
What is the trash plugin? How do we use it?
I notice that none of the plugins have much documentation, other that
bits on the wiki, which is getting out of date. When I get the chance,
I'll make sure the wiki quota stuff, is right, and post working
examples.
Thanks
Tim
--
Linux Counter user #273956
2006 Sep 05
5
two-interfaces problem
When I install the two-interfaces files in /etc/shorewall on my FC-5 system
(with shorewall-3.2.3) and run "services shorewall restart" I get
------------------------------------------------------
cp -a interfaces masq policy routestopped rules zones /etc/shorewall/
...
[root@alfred shorewall]# service shorewall restart
...
Determining Zones...
ERROR: Zone fw is defined more than once
2012 Jul 25
3
Plotting LDA results
Dear Users!
I think I still have some problems in understanding LDA and the methods of
plotting the results.
The case is the following: I'm having a dataset containing two classes where
each datapoint has 19 dimensions. Training with lda(...) works fine, and I'm
getting 19 LD coefficients. So far so good. Now I want to visualize the
result, and here is where my simple knowledge ends. What
2012 Sep 17
2
Mailbox directory permissions (LDA, 0600 -> 0660, virtual users)
Hello,
I have a quite common dovecot configuration with virtual users support:
1. User configuration is stored in MySQL database.
2. Mailboxes are owned by vmail:vmail with permission 0600 or
drwx------.
Is it possible to change mailbox mode to 0660?
Dovecot version is 2.1.7
Part of SQL configuration:
user_query = \
SELECT \
CONCAT_WS('/', home, u.uid, d.domain_name, u.user_name)
2013 Nov 17
2
Shared Folters with LDA/Sieve
Hello,
i'm searching for a way to use Shared mailboxes with Sieve Filtering.
I need global email addresses like:
info at foo.tld
contact at foo.tld
help at foo.tld
Every address with own Sieve-rules for filtering and sorting of incoming
mails.
Now every user needs access to this folders, but how? How should i create
the "global" addresses?
I already found
2006 Apr 19
2
DSPAM Plugin Deployment (Was Re: Unoffical Survey - What MTA/Spam filtering do you use?)
On 4/19/06, Johannes Berg <johannes at sipsolutions.net> wrote:
> On Tue, 2006-04-18 at 22:56 +0200, Marcus Rueckert wrote:
>
> > libdspam instead of system("dspam...")
>
> That's a lot of work, how about calling to the dspam server instead?
I'm about to start building a system for ~10,000 users, using dovecot,
and was going to use dspam with it... Is
2015 Mar 04
2
Patch cleaning up Opus x86 intrinsics configury
On Mar 3, 2015, at 11:08 PM, Viswanath Puttagunta <viswanath.puttagunta at linaro.org<mailto:viswanath.puttagunta at linaro.org>> wrote:
On 3 March 2015 at 21:59, Jonathan Lennox <jonathan at vidyo.com<mailto:jonathan at vidyo.com>> wrote:
Viswenath,
My patch should be against the tip, but it?s the very recent tip, including some changes this past Friday (27 Feb). I
2006 Jun 23
2
Developing new Dspam Plugin
This email /was/ going to be a bit of a bitch about trying to get
mysql compiled in to a dovecot plugin, but I got it all working before
I finished the email! :-D
Ok, basically what I am doing (Johannes permission) is modifying the
dspam plugin, so that it instead talks to a database (MySQL in this
case), and updates a table, so that you can do the actual training at
a time of lower load.
It
2010 Jan 18
1
No filelocking at "shared-mailboxes" dictionary?
Using imapsync I changed many ACLs on many accounts simultaneously in
four concurrent IMAP-sessions.
I started with an empty file "shared-mailboxes". But after the sync the
file "shared-mailboxes" has been crashed. I found broken lines and I'm
missing some entrys.
Is it possible that there's no filelocking on that file?
I used the ext3 filesystem.
That's
2006 Jul 14
3
TLS Issues - Plain Text login?
I'm trying to setup IMAP, so that it works via secure connections. I
have it working fine over SSL, now I wish to get TLS to work.
I have set imap and imaps to both listen on *, and have
disable_plaintext_auth = yes, which according to the docs,
Disable LOGIN command and all other plaintext authentications
unless SSL/TLS is used (LOGINDISABLED capability).
So the problem is now, that TLS