Displaying 20 results from an estimated 1000 matches similar to: "1.0.13: mail_extra_groups alternative syntax?"
2008 Oct 03
2
How to bypass checking of system users by virtual users?
Hi, I have one real domain (abusar.org) and the others are
virtual. So I configured dovecot.conf as the following:
# for abusar.org, real domain
mail_location = mbox:~/.mail/:INBOX=/var/mail/%n
# for the remaining virtual domains
userdb static {
args = uid=17 gid=17 home=/var/spool/virtual/%d/.home/%n mail=mbox:/var/spool/virtual/%d/home/%n:INBOX=/var/spool/virtual/%d/%n
}
passdb
2008 May 06
0
1.07 to 1.0.13 mail_extra_groups
I have just upgraded from 1.0.7 to 1.0.13. I read the comments in the
example .conf file and it seemed what I needed to enable dotlock
access to mailboxes in /var/spool/mail (writable by 'mail' group) was
"mail_privileged_group = mail" so I removed the "mail_extra_groups =
mail" that I had in 1.0.7 and added "mail_privileged_group = mail",
but I got errors
2008 Mar 04
4
Security issue #5: mail_extra_groups setting is often used insecurely
mail_extra_groups=mail setting is often used insecurely to give Dovecot
access to create dotlocks to /var/mail directory. If you don't use
mboxes in /var/mail, make sure this setting is cleared.
If you do use /var/mail mboxes and Dovecot gives permission errors
without it, do one of the following (in the preferred order):
a) Upgrade to v1.0.11 and use the new mail_privileged_group setting
2008 Mar 04
4
Security issue #5: mail_extra_groups setting is often used insecurely
mail_extra_groups=mail setting is often used insecurely to give Dovecot
access to create dotlocks to /var/mail directory. If you don't use
mboxes in /var/mail, make sure this setting is cleared.
If you do use /var/mail mboxes and Dovecot gives permission errors
without it, do one of the following (in the preferred order):
a) Upgrade to v1.0.11 and use the new mail_privileged_group setting
2006 Oct 25
2
mail_extra_groups and home directory permissions
Hi all,
I've got a virtual hosting environment, where each user lives in
/home/domain/homes/user, and the mailbox is Maildir within that
directory. I've been running into a permissions problem, because it
seems Dovecot doesn't get the users group membership (which seems odd,
but I'm not confident enough of my comprehension of Dovecot to call say
it looks like a bug).
In
2008 Mar 08
4
v1.1.rc2 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig
Changes since rc1:
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
+ Expire plugin
2008 Mar 08
4
v1.1.rc2 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig
Changes since rc1:
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
+ Expire plugin
2008 Mar 04
2
v1.0.11 released
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz.sig
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
- mbox: Dropped some of the physical size
2008 Mar 04
2
v1.0.11 released
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz.sig
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
- mbox: Dropped some of the physical size
2008 May 25
2
1.1rc5 Panic: mailbox-tree.c: line 171 (mailbox_tree_iterate_set_next_node)
Hi,
I do hope this hasn't been covered. I googled and looked in the
archives but didn't see anything related, so hopefully I am not covering
old ground.
I recently upgraded from 1.0.10 to 1.1rc5.
I am seeing this error from clients:
May 25 11:01:54 finity dovecot: Panic: IMAP(xxx at here.org): file
mailbox-tree.c: line 171 (mailbox_tree_iterate_set_next_node): assertion
failed:
2008 Sep 10
1
uidl problem
Hi, i've few problem with uidl with some mailbox.
In poplog i've this:
Error: POP3(test): Couldn't init INBOX: Can't sync mailbox: Messages
keep getting expunged
If i delete the first message (with X-IMAP) i read the mailbux but
retrieve all email ..
If i set to yes pop3_reuse_xuidl i resolv this problem?
--
Roberto Tagliaferri
Responsabile Progettazione & Produzione
2009 Feb 26
2
problems with dotlock
I have to make dotlock work because this openwebmail thing
only supports one of dotlock or flock, but procmail delivery
does dotlock and fcntl. procmail correctly creates a
dotlock file in /var/spool/mail/username.lock when
delivering, I can watch this with `while :; do ls -la | grep
lock; done`.
It works fine when lock_method=fcntl, but no dotlock file
shows up in /var/spool/mail.
2008 Oct 06
3
Help - I keep getting LSUB permission denied
Hi,
I am using dovecot: 1.0.rc15
I was upgrading Debian and installed new versions of lots of things.
My mail came fine and I though there was not problem until a user called
and said it was not working through webmail. I tried, it it worked fine
and I realized the problem was with dovecot. I have created new users,
tried different UIDs. Removed any protections but when I telnet to the
2009 Aug 12
2
Games in R
Hi everybody - this is an oddball question.
I wonder if anybody has programmed any games in R, such as Sudoku,
Tic-Tac-Toe and the like. Or even a flight simulator...
R mateys! Let's make some t-tests!
Regards, David
2009 Jan 16
1
Trouble with %d in args of passwd-file
Hello,
I am trying to configure my dovecot folowing this guide:
http://www.w3style.co.uk/virtual-domains-with-exim-and-dovecot
I append the output of dovecot -n below. I created
/etc/vmail/my-domain.de/user containing:
test-user:{PLAIN}test:1002:100::/home/test-user::
No I try to login:
telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK This
2009 Mar 17
1
Fatal: write() failed to info log: Interrupted system call
Last night Dovecot stopped, and the last message in the log was:
Fatal: write() failed to info log: Interrupted system call
Would you please advise?
***
# dovecot -n
# 1.1.6: /usr/local/etc/dovecot.conf
Warning: mail_extra_groups setting was often used insecurely so it is now
deprecated, use mail_access_groups or mail_privileged_group instead
# OS: FreeBSD 6.4-PRERELEASE i386
log_path:
2009 Aug 30
1
Dovecot 1.0.14 + osx 10.6 and authentication PAM
Howdy,
Today I installed the new version of Apple OSX 10.6. Besides that it
deleted the dovecot user, things went quite smooth. As far as I can tell
it is running as it used to.
However, I can't login to my account. It used to work fine with PAM
taking the username and password from my osx installation. Now it
doesn't allow me to login anymore.
I have read on a website that apple
2005 Mar 18
5
may be save on other directory
Hi!
I need use rsync for incremental backup, but i need save that incremental
data on diferent directory, for example
I have a Full backup on directory ./FULL, and carpets for ./monday ... I
need to compare the sources with ./FULL and the diferents files save on
../monday .. but not in ./FULL
---------- -----------
SERVER A | | SERVER B |
2008 Mar 22
1
Quotas from Active Directory LDAP
Hi Guys,
I've been trying to get this to work for 3 days now, but no luck. I
have Dovecot set with an Active Directory back-end. Everything is
working properly but I can't get user specific quotas.I tried with
both 1.0.13 and 1.0-rc7. All users have the same quota which is set in
dovecot.conf
dovecot -n
# 1.0.13: /usr/local/etc/dovecot.conf
Warning: mail_extra_groups setting was often
2008 Mar 11
1
Debugging sieve-options
Hello all!
I am using a dovecot-server since several weeks - and am really
impressed about this server (after using courier and cyrus).
I tried to install the sieve-plugin now (CentOS RPM) and configured
sieve like described in your WIKI (and on several other pages).
Unfortunately I can not connect to port 2000 (sieve-administration?!)
nor are there any messages regarding sieve in the logs.