similar to: Virtual Users and permission denied on POP3 Authentication - cur directory

Displaying 20 results from an estimated 10000 matches similar to: "Virtual Users and permission denied on POP3 Authentication - cur directory"

2008 Jan 24
2
SQL user_query question
Hi, I am working through setting up a virtual hosting system using Dovecot, Postfix and Postgres on a CentOS 5 box running an install of the dovecot-1.0-1.2.rc15.el5 RPM. The question I have is, given this password_query SELECT clause, which all return valid values from the database: user password domain can I use a %d in the WHERE clause of my user_query? The reason I ask is that the
2005 Sep 30
2
sudo /etc/init.d/dovecot start doesn't work
I've been trying to get dovecot working with postfix with virtual domain setting. I noticed that if I started dovecot with "sudo /usr/sbin/dovecot", everything would work fine. But if I started with "sudo /etc/init.d/dovecot start", I would get the following permission error. I checked "ps -ef | grep dovecot" and didn't find anything different. Sep 29
2017 Mar 01
3
Dovecot + SpamAssassin through dovecot-antispam
Hello, I am new to the list. /Waving at everyone/ I got a basic SpamAssassin working on a Debian setup (w/ debian-spamd user), running as a Postfix transport. I am currently trying to switch it to a dovecot plugin in order to make it interactively work with the email storage (react to mail classification, being able to train it from already received emails, aso.) My problem is now making it
2017 Mar 03
1
Dovecot + SpamAssassin through dovecot-antispam
On 2017-03-03 10:26, Bernard wrote: > No help there? > --- > Bernard > > On 01/03/2017 11:27, Bernard wrote: >> Hello, >> >> I am new to the list. /Waving at everyone/ >> >> I got a basic SpamAssassin working on a Debian setup (w/ debian-spamd >> user), running as a Postfix transport. >> >> I am currently trying to switch it to a
2008 Aug 27
1
nested group support still broken in 3.2.2?
Hi there I've just upgraded to 3.2.2 and it still looks like nested group support isn't finished? e.g. if I have "domain1/user1" in group "domain2/group1" and that in turn is in "domain3/group2" (i.e. domain1/user1 is in domain3/group2), then "getent group domain3/group2" should return domain1/user1 - and yet it doesn't. "winbind enum
2008 Sep 22
2
Default Domain Not Working.
Hello, I have a AD group called sudo1 which has user user1 as its member both are members of Domain1 Now when I do getent group sudo1 the result is sudo1:x:202120:Domain1+user1 I dont want it show as Domains1+user1, just want it to show as user1 I have winbind default domain = yes. Anything has to be changed on smb.conf? thank you all.. ~LA
2009 Sep 16
2
Upgrade Question about mail_location
Hi, I plan on upgrading from 1.1.13 to 1.2.4 using an RPM. I have read the wiki [1] and have a question about the mail_location variable. Currently, in 1.1.13, I use: mail_location = maildir:/var/spool/virtual_mailboxes/%h with virtual mailboxes. However, I am planning to change it to use: home=/var/spool/virtual_mailboxes mail_location = maildir:%h as part of the new configuration. Is
2013 Nov 05
2
Winbindd and Domain local groups
Hi, I have been trying to use Winbindd in SLES 11 SP3 (Samba version 3.6.3-17.25.1) to fetch AD (Windows 2008 R2) identities into the Linux box and currently running into some problem w.r.t domain local groups and thought I could get some help here.. I have a two domain setup, in which DOMAIN1 is the parent domain and DOMAIN2 is the child domain. I have 2 users DOMAIN1\user1, DOMAIN2\user2 and
2010 May 19
1
postfix+lda+ virtual users, confusion
I thought it would be nice to have vboxes insead of user logins ... Now I am confuesed and in trouble .. My server serves 2 domains so user1 at domain1.com is the same as user1 at domain2.org I've created the mail_location string with %n and static userdb with %n dovecot creates 2 mail user directories user1 at domain1.com user1 at domain2.org What the heck am I missing .. ?? Your
2017 Mar 03
1
Dovecot + SpamAssassin through dovecot-antispam
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 3 Mar 2017, Bernard wrote: > On 01/03/2017 11:27, Bernard wrote: >> Hello, >> >> I am new to the list. /Waving at everyone/ >> >> I got a basic SpamAssassin working on a Debian setup (w/ debian-spamd >> user), running as a Postfix transport. >> >> I am currently trying to switch it to a
2016 Feb 19
2
Bug Report: %% variables not expanded properly with shared namespace using . as separator
I think this is a bug. I'd expect that location %% variables are translated the same way % variables are interpreted, but apparently this isn't the case. virtual folders work fine, but my shared folders fail because of the . in the domain name. What I get is the following: # doveadm acl debug -u user1 at domain1.com.au shared.user2 at domain2.com.au doveadm(user1 at domain1.com.au):
2016 Feb 18
2
shared folders not working with . separator
Thanks, this helped. I added namespace virtual and removed the virtual references from inbox namespace and added list = yes so now I can see shared folder in the client. There's still nothing in there though. I followed Christian's advice, debug shows this very strange behaviour. doveadm acl debug -u user1 at domain1.com.au shared.user2 at domain2.com.au doveadm(user1 at domain1.com.au):
2010 Jan 18
1
Inotify instance limit for user exceeded
Hello, i saw in my log followed messages: dovecot: 2010-01-18 13:20:54 Warning: IMAP(user1 at domain1.com): Inotify instance limit for user exceeded, disabling. dovecot: 2010-01-18 13:21:01 Warning: IMAP(user2 at domain2.com): Inotify instance limit for user exceeded, disabling. dovecot: 2010-01-18 13:21:23 Warning: IMAP(user2 at domain2.com: Inotify instance limit for user exceeded, disabling.
2005 Oct 31
1
WinBind Questions
Hello everyone, I'm working on integrating the latest version of Samba (3.0.20b) into our environment. I've been able to get the base of Samba working and tied into our domain thanks to the HOWTO guide. I did have a quick question though. In my smb.conf, I've got the tag 'winbind use default domain = Yes' but when I run something like 'wbinfo -u' I see multiple
2006 Apr 16
1
multiple domains for the same user
I have postfix and dovecot set up to use virtual domains. I am now experiencing a problem that when I log in as user1 at domain1.tld and then log in as user1 at domain2.tld all the emails are downloaded for user1 at domain2.tld as it thinks all the messages are new. is there anyway to stop dovecot from saying that all the messages are new?
2006 Apr 18
2
migrate from cyrus with virtual domains
Hi All! I have worked cyrus+web-cyradm+mysql+virtualdomains configuration, and want migrate from cyrus to dovecot by some reason. But i don't know how i can switch my users to dovecot, wich have dotted logins in their mail clients configuration: user1.domain1.org user2.domain1.org user1.domain2.org ... I want preserve this dotted authentication theme, but don't know how do it with
2009 Apr 01
1
SIP Context Confusion
Okay, I am not understanding if I have this correct or not. I have a requirement to allow guests into a PBX from different domains. However, I can not allow the guests into the default context because each domain has its own IVR. So I end up setting the domain context. I also need to provide separate contexts for different sip users (different dial groups). Small system, few users, so it
2008 Feb 22
1
shared mailbox - namespace
Hi all, this is my last try to get help before giving up. I red the dovecot-wiki several times, but it doesn?t work. I don?t know what?s wrong. If I open thunderbird I see the folder "public" but I cannot subscribe it. I have dovecot 1.0.10. Yes it?s a little bit old but it is the latest version under debian packages. Please see my configuration below. here the content of:
2011 Aug 28
1
Dovecot service needs a second restart after boot - euid is not dir owner
After reboot dovecot service need a restart. dovecot service starts as S99dovecot with only S99rc-local coming up. After boot following error is filled up in dovecot.log Aug 28 11:33:12 imap(vuser): Error: open(/home/fetchmail/mailroot/map/dovecot.index.log) failed: Permission denied (euid=500(vuser) egid=500(vuser) missing +r perm: /home/fetchmail/mailroot/map/dovecot.index.log, euid is not dir
2014 Jan 29
1
dsync backup; compressed to uncompressed
I need to backup some of the mailboxes on our system. We are currently using mdbox with zlib compression plugin. The backups need to be maildir without compression. How can I accomplish this using dsync? The following just causes each msg file in maildir to be compressed as well. dsync -f -u user1 backup maildir:/var/tmp/user1 While this just causes the dsync to fail while spewing a bunch of