Displaying 20 results from an estimated 50000 matches similar to: "Feature Request"
2014 May 20
3
Setting mail location in SQL?
Trying to figure out the syntax to set a mail_location for SQL. This
doesn't work:
userdb {
driver = sql
args = /etc/dovecot/master-combined-sql.conf
override_fields =
mail_location=maildir:/fakedir/%d/%n:INBOX=/fakedir:LAYOUT=fs
}
Does anyone know the proper syntax?
Thanks in advance
2014 May 20
1
Setting mail location in SQL?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 19 May 2014, Marc Perkel wrote:
> Trying to figure out the syntax to set a mail_location for SQL. This doesn't
> work:
>
> userdb {
> driver = sql
> args = /etc/dovecot/master-combined-sql.conf
> override_fields =
> mail_location=maildir:/fakedir/%d/%n:INBOX=/fakedir:LAYOUT=fs
> }
>
> Does anyone know
2012 Oct 09
1
Multiple Maildir?
OK - Getting close to everything working in my weird configuration.
Here's a problem I'm still having.
I'm authenticating with this:
userdb {
driver = sql
args = /etc/dovecot/master-combined-sql.conf
}
Default mail location:
mail_location = maildir:/fakedir/%d/%n:INBOX=/email/%d/%n:LAYOUT=fs
However - what I'd like to do is if the mail location doesn't exist then
I
2010 Aug 15
3
Master User Features I'd like to see
Here's what I'd like. Limited master users, where someone can be a
master users for some domains but not others. I think I could do what I
want with the right kinds of variable passing that doesn't yet exist.
Let me see if I can explain clearly.
From the example in the wiki:
auth_master_user_separator = *
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql-master.conf.ext
2017 Dec 03
3
Howto authenticate smartPhone via Active Directory
with passdb ldap i guess.
---Aki TuomiDovecot oy
-------- Original message --------From: Mark Foley <mfoley at ohprs.org> Date: 03/12/2017 21:18 (GMT+02:00) To: dovecot at dovecot.org Subject: Re: Howto authenticate smartPhone via Active Directory
Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2
shows:
passdb pam {
}
used for
2009 Oct 20
4
IMAP goes down from time to time
Good Afternoon
I?m really new at this and i don?t know if i?m posting at the right place.
My problem is that our Dovecot IMAP is stopping from time to time with
no info in the log, i just realize about this when our support person
call me saying that the whatsup monitor is showing the IMAP4 process
down. I can figure about this too by trying to get in our webmail Horde
and i cannot login.
2005 Jul 16
1
Feature Request - Authentication Scheme - Linuxconf
This would make my life a lot easier in migrating to Dovecot. And it
should be really easy to implement. Here's how linuxconf does it:
Password files are placed in the /etc/vmail directory as follows:
/etc/vmail/passwd.domain1
/etc/vmail/shadow.domain1
/etc/vmail/passwd.domain2
/etc/vmail/shadow.domain2
The password and shadow files are exactly the same format as the
/etc/password and
2005 Aug 01
1
Feature request - umask for index files
I'd like a separate feature for setting umask for index and cache files
differently from email files.
The reason is that I'm putting indexes in a separate location and I need
group create rights in directories. Otherwise what happens is that the
first user creates the directories, but the second user for the domain
that has a different UID gets an error.
default_mail_env =
2018 May 16
3
External Program for Authentication?
Is it possible to run a bash script for authentication where a 0 exit
code indicates success and a non-zero is failure? What I'm trying to do
is create a shadow IMAP server that authenticates against a different
server. That way my server will use the same passwords as an existing
server.
So what I would need is for dovecot to pass the username and password to
my script, I attempt to log
2005 Jul 17
1
Authentication feature I need
OK - here's whay I need to make it work for my Linuxconf compatible
authentication system. First - a question:
Will this work? I can find docs on "virtualfile.
auth virtualfile {
mechanisms = plain digest-md5
userdb = passwd-file /etc/vmail/passwd.%d
passdb = passwd-file /etc/vmail/shadow.%d
user = root
}
Then - since the dmain name selects the passwd file, if there were a
2008 Jul 25
2
Strange checkpassword issue
I'm helping a friend setup a small mailserver using dovecot, and I'm
finding a strange problem with checkpasswd that I haven't had on my
servers.
How is the following debug output even possible?
Jul 25 12:12:20 company2 dovecot: auth(default): master out: USER 5 joe home=/var/mail/joe.com/joe/Maildir/ uid=1005 gid=1005
Jul 25 12:12:20 company2 dovecot:
2013 Oct 22
4
Odd Feature Request - RBL blacklist lookup to prevent authentication
I would like to have a list of IPs (hacker list) that I can do a lookup
on so that if anyone tries to authenticate to dovecot they always fail
if they are on my list.
I have the list - and the list is available as a DNS blacklist.
I'd like to have it work with both local IP lists or RBL lookup.
The idea is so hackers from known IP addresses never succeed.
If Dovecot provides the feature
2009 Oct 10
10
clarify 'type', 'executable' & 'path' in 2.0 master.conf?
@2.0's master.conf, there's, e.g.,
service config {
type= config
executable =config
unix_listener {
path = config
mode = 0666
}
}
can someone please explain function/usage for the 'type', 'executable'
& 'path' fields?
and, for any file paths, are the presumed to be _relative_ to the
dovecot executable? in $PATH? can they accept full/absolute
2014 Feb 13
1
Hybrid of linux user accounts and virtual user accounts configuration
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 13 Feb 2014, Murray Trainer wrote:
> Haven't setup mail delivery yet but the lda will need some sort of
> setuid access to write mail to the user folders.
That's one reason I switched to LMTP at last.
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
2007 Feb 24
1
(auth) killed with signal 11
Running rc24 and with one user in particular they are getting "(auth)
killed with signal 11" when trying to pop email. IMAP works. What causes
this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070224/195f61be/attachment-0002.html>
2010 Jun 15
1
Managesieve error
Hi all,
ok, I am updating to the 2.0 way of doing things and have managed to get
everything set up right, except I am getting the following errors when
attempting to use managesieve with our webmail client (roundcube) that I
didnt get when using dovecot 1.2.11...
Jun 14 17:20:33 managesieve(address at domain.com): Warning: sieve-storage:
Active sieve script symlink
2007 Jun 13
2
Domain part / auth_username_format
Hey folks,
I want to authenticate a pop3 user without a domain part and then use
the domain part to specify a Maildir subfolder to grab messages from.
So, this was my attempt:
# use the domain part to access a subfolder
mail_location = maildir:/mail/%n/Maildir/%d
# strip of the domain part for authentication purposes
auth_username_format = %n
login: testuser at .INBOX.SubFolder
2010 Jun 19
2
More Dovecot 2.0 permissions issues
Hi Timo,
ok, using the latest 2.0beta6...
I can't figure out the settings for the log file to have the correct
permissions. When the log file is created, it is created owned by root
and 0600 permissions, which doesn't allow the lda to write to it if I
use different users and groups for that main config...
If I then chmod the log file to 666, then everything is happy, but
again, if that
2009 Oct 20
2
Expire plugin per domain
Dear Timo thank you for the help your giving me these.
I want to set expire plugin only for some domains in the same way I set autocreate plugin.
vchkpw-wrapper.sh
#!/bin/bash
DOMAIN=`echo $VPOPUSER|sed s/^.*@//`
echo $USER > /tmp/autocreate
echo $DOMAIN >> /tmp/autocreate
if [ "$DOMAIN" = "operaciones.qnet.com.pe" ]; then
export USERDB_AUTOCREATE=INBOX.Spam
2011 Jan 04
1
Converting from Maildir - sdbox
OK - I thought this was going to be easy. Maybe it is. I'm just not that
good at reading directions.
Trying to use dsync. Getting this error:
Mail locations must use the same virtual mailbox hierarchy separator
(specify separator for the default namespace)
Currently using maildir. The setup is as follows:
mail_uid = mail
mail_gid = mail
mail_location =