<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Vacation in admin Pro panel]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4398.xml" />
	<updated>2013-03-14T02:51:53Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4398-vacation-in-admin-pro-panel.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20865.html#p20865" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>kiil wrote:</cite><blockquote><p>I meant this patch:</p></blockquote></div><p>Yes, you should apply it.<br />Or, just follow this tutorial, i already mentioned it:<br /><a href="http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Dovecot.Master.User">http://www.iredmail.org/wiki/index.php? … aster.User</a></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-03-14T02:51:53Z</updated>
			<id>http://www.iredmail.org/forum/post20865.html#p20865</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20861.html#p20861" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>kiil wrote:</cite><blockquote><p>My question is will your patch still work and I assume that I will have to also follow the instructions in your Dovecot Master Users tutorial for Version 2?</p></blockquote></div><p>*) First of all, we have no patch for Vacation support in iRedAdmin-Pro.<br />*) If you want to enable Dovecot Master User, then you should follow the tutorial.</p></blockquote></div><br /><p>I meant this patch:<br /></p><div class="quotebox"><blockquote><p>Another solution is, upgrading Dovecot-1.2 to 2.0 first, then you can easily achieve this by apply this patch:<br /><a href="https://bitbucket.org/zhb/iredmail/comm">https://bitbucket.org/zhb/iredmail/comm</a> … 07afc836f2</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[kiil]]></name>
				<uri>http://www.iredmail.org/forum/user23470.html</uri>
			</author>
			<updated>2013-03-13T15:41:25Z</updated>
			<id>http://www.iredmail.org/forum/post20861.html#p20861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20860.html#p20860" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>kiil wrote:</cite><blockquote><p>My question is will your patch still work and I assume that I will have to also follow the instructions in your Dovecot Master Users tutorial for Version 2?</p></blockquote></div><p>*) First of all, we have no patch for Vacation support in iRedAdmin-Pro.<br />*) If you want to enable Dovecot Master User, then you should follow the tutorial.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-03-13T15:37:09Z</updated>
			<id>http://www.iredmail.org/forum/post20860.html#p20860</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20858.html#p20858" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Hi kiil,</p><p>Another solution is, upgrading Dovecot-1.2 to 2.0 first, then you can easily achieve this by apply this patch:<br /><a href="https://bitbucket.org/zhb/iredmail/commits/04eb92d61b870653cf979f80d8a87f07afc836f2">https://bitbucket.org/zhb/iredmail/comm … 07afc836f2</a></p><p>Here&#039;s a solution to upgrade Dovecot from 1.2 to 2.0:<br /><a href="http://www.iredmail.org/forum/topic4493-news-announcements-bug-fixes-the-easiest-way-to-upgrade-dovecot-1x-to-20-on-rhelcentos-5.html">http://www.iredmail.org/forum/topic4493 … tos-5.html</a></p></blockquote></div><p>Your solution is for REHL/CentOS and I am using Debian 6.</p><p>I found a upgrade process here: <a href="http://sysadmin.carlusgg.com/?p=343">http://sysadmin.carlusgg.com/?p=343</a></p><p>Here are the steps needed:</p><div class="quotebox"><blockquote><p>Although Dovecot 1.2.15 is the latest Dovecot version in Debian Squeeze stable repository, you can upgrade it safely to 2.1 through backports.</p><p>Following the next steps you’ll be able to upgrade Dovecot to 2.1 in 2 minutes:</p><p>-Add the backports repository in /etc/apt/sources.list:</p><div class="codebox"><pre><code>1 $ echo &quot;deb http://backports.debian.org/debian-backports squeeze-backports main&quot; &gt;&gt; /etc/apt/sources.list 
2 $ apt-get update</code></pre></div><p>-Upgrade Dovecot through &quot;apt-get -t squeeze-backports install&quot; (all the packages depending on it will be also upgraded) keeping the existing dovecot.conf file (I recommend making a backup of dovecot.conf)</p><div class="codebox"><pre><code>1$ apt-get -t squeeze-backports install dovecot-common </code></pre></div><p>You’ll see some warnings because of the old 1.2 dovecot.conf</p><p>-Convert dovecot.conf file to dovecot 2.1 format:</p><div class="codebox"><pre><code>1 $ doveconf -n -c /etc/dovecot/dovecot.conf &gt; /etc/dovecot/dovecot-new.conf
2 $ mv /etc/dovecot/dovecot-new.conf /etc/dovecot/dovecot.conf</code></pre></div><p>-Restart dovecot<br /></p><div class="codebox"><pre><code>1$ /etc/init.d/dovecot restart</code></pre></div><p>Finally, check if everything is ok in dovecot.log and dovecot-info.log</p></blockquote></div><p>It seems to be pretty straight forward and I am willing to try. My question is will your patch still work and I assume that I will have to also follow the instructions in your Dovecot Master Users tutorial for Version 2?</p>]]></content>
			<author>
				<name><![CDATA[kiil]]></name>
				<uri>http://www.iredmail.org/forum/user23470.html</uri>
			</author>
			<updated>2013-03-13T14:46:36Z</updated>
			<id>http://www.iredmail.org/forum/post20858.html#p20858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20856.html#p20856" />
			<content type="html"><![CDATA[<p>Hi kiil,</p><p>Another solution is, upgrading Dovecot-1.2 to 2.0 first, then you can easily achieve this by apply this patch:<br /><a href="https://bitbucket.org/zhb/iredmail/commits/04eb92d61b870653cf979f80d8a87f07afc836f2">https://bitbucket.org/zhb/iredmail/comm … 07afc836f2</a></p><p>Here&#039;s a solution to upgrade Dovecot from 1.2 to 2.0:<br /><a href="http://www.iredmail.org/forum/topic4493-news-announcements-bug-fixes-the-easiest-way-to-upgrade-dovecot-1x-to-20-on-rhelcentos-5.html">http://www.iredmail.org/forum/topic4493 … tos-5.html</a></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-03-13T14:13:31Z</updated>
			<id>http://www.iredmail.org/forum/post20856.html#p20856</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20854.html#p20854" />
			<content type="html"><![CDATA[<p>Oh, sorry, it&#039;s my mistake. Addition config is required if you have ACL enabled.<br />Reference: <a href="http://wiki.dovecot.org/Authentication/MasterUsers#ACLs">http://wiki.dovecot.org/Authentication/MasterUsers#ACLs</a></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-03-13T12:15:22Z</updated>
			<id>http://www.iredmail.org/forum/post20854.html#p20854</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20846.html#p20846" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Could you please show us output of command &quot;dovecot -n&quot; here to help troubleshoot?</p></blockquote></div><div class="codebox"><pre><code>root@service ~ # dovecot -n
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.7 
log_path: /var/log/dovecot.log
protocols: pop3 pop3s imap imaps managesieve
listen(default): *
listen(imap): *
listen(pop3): *
listen(managesieve): 127.0.0.1:4190
ssl_ca_file: /etc/ssl/certs/sub.class1.server.ca.pem
ssl_cert_file: /etc/ssl/certs/ssl.crt
ssl_key_file: /etc/ssl/certs/ssl.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
login_executable(managesieve): /usr/lib/dovecot/managesieve-login
first_valid_uid: 1000
last_valid_uid: 1000
mail_uid: 1000
mail_gid: 1000
mail_location: maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/
mbox_write_locks: fcntl dotlock
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_process_size: 1024
mail_plugins(default): quota imap_quota autocreate acl imap_acl
mail_plugins(imap): quota imap_quota autocreate acl imap_acl
mail_plugins(pop3): quota
mail_plugins(managesieve): 
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve
imap_client_workarounds(default): tb-extra-mailbox-sep
imap_client_workarounds(imap): tb-extra-mailbox-sep
imap_client_workarounds(pop3): 
imap_client_workarounds(managesieve): 
pop3_client_workarounds(default): 
pop3_client_workarounds(imap): 
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_client_workarounds(managesieve): 
namespace:
  type: private
  separator: /
  inbox: yes
  list: yes
  subscriptions: yes
namespace:
  type: shared
  separator: /
  prefix: Shared/%%u/
  location: maildir:/%%Lh/Maildir/:INDEX=/%%Lh/Maildir/Shared/%%u
  list: children
  subscriptions: yes
lda:
  postmaster_address: root
  auth_socket_path: /var/run/dovecot/auth-master
  mail_plugins: quota sieve autocreate acl
  sieve_global_path: /var/vmail/sieve/dovecot.sieve
  log_path: /var/log/sieve.log
auth default:
  mechanisms: plain login
  default_realm: vvv.com
  user: vmail
  master_user_separator: *
  passdb:
    driver: ldap
    args: /etc/dovecot/dovecot-ldap.conf
  passdb:
    driver: passwd-file
    args: /etc/dovecot/dovecot-master-user-password
    master: yes
  userdb:
    driver: ldap
    args: /etc/dovecot/dovecot-ldap.conf
  socket:
    type: listen
    client:
      path: /var/spool/postfix/dovecot-auth
      mode: 438
      user: postfix
      group: postfix
    master:
      path: /var/run/dovecot/auth-master
      mode: 438
      user: vmail
      group: vmail
plugin:
  quota_warning: storage=85%% /usr/local/bin/dovecot-quota-warning.sh 85
  quota_warning2: storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90
  quota_warning3: storage=95%% /usr/local/bin/dovecot-quota-warning.sh 95
  quota: dict:user::proxy::quotadict
  quota_rule: *:storage=0
  expire: Trash 7 Trash/* 7 Junk 30
  expire_dict: proxy::expire
  auth_socket_path: /var/run/dovecot/auth-master
  sieve: /%Lh/sieve/dovecot.sieve
  autocreate: INBOX
  autocreate2: Sent
  autocreate3: Trash
  autocreate4: Drafts
  autocreate5: Junk
  autosubscribe: INBOX
  autosubscribe2: Sent
  autosubscribe3: Trash
  autosubscribe4: Drafts
  autosubscribe5: Junk
  acl: vfile
  acl_shared_dict: proxy::acl
  sieve: /var/vmail/sieve/%Ld/%Ln/dovecot.sieve
  sieve_dir: /var/vmail/sieve/%Ld/%Ln
dict:
  expire: db:/var/lib/dovecot/expire/expire.db
  quotadict: mysql:/etc/dovecot/dovecot-used-quota.conf
  acl: mysql:/etc/dovecot/dovecot-share-folder.conf</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kiil]]></name>
				<uri>http://www.iredmail.org/forum/user23470.html</uri>
			</author>
			<updated>2013-03-13T07:42:26Z</updated>
			<id>http://www.iredmail.org/forum/post20846.html#p20846</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20838.html#p20838" />
			<content type="html"><![CDATA[<p>Could you please show us output of command &quot;dovecot -n&quot; here to help troubleshoot?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-03-13T04:55:19Z</updated>
			<id>http://www.iredmail.org/forum/post20838.html#p20838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20834.html#p20834" />
			<content type="html"><![CDATA[<p>Thank you for answering.</p><p>I am now able to log-in as a master user but I am also having permission issues accessing mailboxes.</p><div class="quotebox"><blockquote><p>Mar 13 02:28:35 auth(default): Info: client in: AUTH&nbsp; &nbsp; 1&nbsp; &nbsp; PLAIN&nbsp; &nbsp; service=imap&nbsp; &nbsp; secured&nbsp; &nbsp; lip=127.0.0.1&nbsp; &nbsp; rip=127.0.0.1&nbsp; &nbsp; lport=143&nbsp; &nbsp; rport=46622&nbsp; &nbsp; resp=d3d3QGtpaWwuY29tKm1hc3RlckBraWlsLmNvbQB3d3dAa2lpbC5jb20qbWFzdGVyQGtpaWwuY29tADk3U3VzQmVuMDI=<br />Mar 13 02:28:35 auth(default): Info: passwd-file(master@vvvv.com,127.0.0.1,master): lookup: user=master@vvvv.com file=/etc/dovecot/dovecot-master-user-password<br />Mar 13 02:28:35 auth(default): Info: passdb(master@vvvv.com,127.0.0.1,master): Master user logging in as www@vvvv.com<br />Mar 13 02:28:35 auth(default): Info: client out: OK&nbsp; &nbsp; 1&nbsp; &nbsp; user=www@vvvv.com<br />Mar 13 02:28:35 auth(default): Info: master in: REQUEST&nbsp; &nbsp; 8&nbsp; &nbsp; 9868&nbsp; &nbsp; 1<br />Mar 13 02:28:35 auth(default): Info: ldap(www@vvvv.com,127.0.0.1): user search: base=o=domains,dc=vvv,dc=com scope=subtree filter=(&amp;(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=imapsecured)(|(mail=www@vvvv.com)(&amp;(enabledService=shadowaddress)(shadowAddress=www@vvvv.com)))) fields=mail,homeDirectory,mailMessageStore,mailQuota<br />Mar 13 02:28:35 auth(default): Info: ldap(www@vvvv.com,127.0.0.1): result: mail(user)=www@vvvv.com mailMessageStore(mail=maildir:/var/vmail/%$/Maildir/)=maildir:/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46//Maildir/ homeDirectory(home)=/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46/ mailQuota(quota_rule=*:bytes=%$)=*:bytes=0<br />Mar 13 02:28:35 auth(default): Info: master out: USER&nbsp; &nbsp; 8&nbsp; &nbsp; www@vvvv.com&nbsp; &nbsp; mail=maildir:/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46//Maildir/&nbsp; &nbsp; home=/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46/&nbsp; &nbsp; quota_rule=*:bytes=0&nbsp; &nbsp; master_user=master@vvvv.com<br />Mar 13 02:28:35 imap-login: Info: Login: user=&lt;www@vvvv.com&gt;, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Loading modules from directory: /usr/lib/dovecot/modules/imap<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Module loaded: /usr/lib/dovecot/modules/imap/lib01_acl_plugin.so<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Module loaded: /usr/lib/dovecot/modules/imap/lib02_imap_acl_plugin.so<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Module loaded: /usr/lib/dovecot/modules/imap/lib10_quota_plugin.so<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Module loaded: /usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Module loaded: /usr/lib/dovecot/modules/imap/lib20_autocreate_plugin.so<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Effective uid=1000, gid=1000, home=/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46/<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Quota root: name=user backend=dict args=:proxy::quotadict<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Quota rule: root=user mailbox=* bytes=0 messages=0<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Quota warning: bytes=0 (85%) messages=0 command=/usr/local/bin/dovecot-quota-warning.sh 85<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Quota warning: bytes=0 (90%) messages=0 command=/usr/local/bin/dovecot-quota-warning.sh 90<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Quota warning: bytes=0 (95%) messages=0 command=/usr/local/bin/dovecot-quota-warning.sh 95<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: dict quota: user=www@vvvv.com, uri=proxy::quotadict, noenforcing=0<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Namespace: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: maildir: data=/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46//Maildir/<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: maildir++: root=/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46//Maildir, index=, control=, inbox=/var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46//Maildir<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: acl: initializing backend with data: vfile<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: acl: acl username = master@vvvv.com<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: acl: owner = 0<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: acl vfile: Global ACL directory: (null)<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Namespace: type=shared, prefix=Shared/%u/, sep=/, inbox=no, hidden=no, list=children, subscriptions=yes<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: shared: root=, index=, control=, inbox=<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: autocreate: Failed to create mailbox INBOX: Permission denied<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: autocreate: Failed to create mailbox Sent: Permission denied<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: autocreate: Failed to create mailbox Trash: Permission denied<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: autocreate: Failed to create mailbox Drafts: Permission denied<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: autocreate: Failed to create mailbox Junk: Permission denied<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Namespace : Using permissions from /var/vmail/vmail1/vvvv.com/w/w/w/www-2012.03.11.18.03.46//Maildir: mode=0700 gid=-1<br />Mar 13 02:28:35 auth(default): Info: new auth connection: pid=9890<br />Mar 13 02:28:35 IMAP(www@vvvv.com): Info: Disconnected: Logged out bytes=29/435</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[kiil]]></name>
				<uri>http://www.iredmail.org/forum/user23470.html</uri>
			</author>
			<updated>2013-03-13T01:45:13Z</updated>
			<id>http://www.iredmail.org/forum/post20834.html#p20834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20832.html#p20832" />
			<content type="html"><![CDATA[<p>Try this:<br /></p><div class="quotebox"><blockquote><p>auth default {<br />&nbsp; &nbsp; mechanisms = plain login<br />&nbsp; &nbsp; user = vmail<br />&nbsp; &nbsp; passdb ldap {<br />&nbsp; &nbsp; &nbsp; &nbsp; args = /etc/dovecot/dovecot-ldap.conf<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; userdb ldap {<br />&nbsp; &nbsp; &nbsp; &nbsp; args = /etc/dovecot/dovecot-ldap.conf<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; <span style="color: red">passdb passwd-file {<br />&nbsp; &nbsp; &nbsp; &nbsp; args = /etc/dovecot/dovecot-master-user-password<br />&nbsp; &nbsp; &nbsp; &nbsp; master = yes<br />&nbsp; &nbsp; }</span><br />&nbsp; &nbsp; socket listen {<br />&nbsp; &nbsp; &nbsp; &nbsp; master {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; path = /var/run/dovecot/auth-master<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mode = 0666<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; user = vmail<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; group = vmail<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; client {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; path = /var/spool/postfix/dovecot-auth<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mode = 0666<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; user = postfix<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; group = postfix<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; }<br />}</p></blockquote></div><p>And &quot;[...omit others...]&quot; just means i&#039;m lazy to copy all configs in this file here.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-03-12T23:20:24Z</updated>
			<id>http://www.iredmail.org/forum/post20832.html#p20832</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20827.html#p20827" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>You can now enable Dovecot Master User by following our wiki tutorial here:<br /><a href="http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Dovecot.Master.User">http://www.iredmail.org/wiki/index.php? … aster.User</a></p></blockquote></div><p>Hello</p><p>At present my dovecot.conf (version 1) has the following configuration under &quot;auth default&quot;</p><div class="codebox"><pre><code>auth default {
    mechanisms = plain login
    user = vmail
    passdb ldap {
        args = /etc/dovecot/dovecot-ldap.conf
    }
    userdb ldap {
        args = /etc/dovecot/dovecot-ldap.conf
    }
    socket listen {
        master {
            path = /var/run/dovecot/auth-master
            mode = 0666
            user = vmail
            group = vmail
        }
        client {
            path = /var/spool/postfix/dovecot-auth
            mode = 0666
            user = postfix
            group = postfix
        }
    }
}</code></pre></div><p>I would like to know where with in my configuration I should append</p><div class="codebox"><pre><code>auth default {

    # Add below lines
    passdb passwd-file {
        args = /etc/dovecot/dovecot-master-user-password
        master = yes
    }

    [...omit others...]</code></pre></div><p>and what you mean by [...omit others...]</p><p>Ian</p>]]></content>
			<author>
				<name><![CDATA[kiil]]></name>
				<uri>http://www.iredmail.org/forum/user23470.html</uri>
			</author>
			<updated>2013-03-12T15:48:46Z</updated>
			<id>http://www.iredmail.org/forum/post20827.html#p20827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20469.html#p20469" />
			<content type="html"><![CDATA[<p>Hi guys,</p><p>You can now enable Dovecot Master User by following our wiki tutorial here:<br /><a href="http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Dovecot.Master.User">http://www.iredmail.org/wiki/index.php? … aster.User</a></p><p>I have working (Python) code for vacation support in iRedAdmin-Pro, but new release is coming soon, i&#039;d like to delay it. Sorry about this.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-02-22T14:19:19Z</updated>
			<id>http://www.iredmail.org/forum/post20469.html#p20469</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20310.html#p20310" />
			<content type="html"><![CDATA[<p>Hi guys,</p><p>New idea to achieve this:</p><p>*) We need Dovecot Master User, and store its username/password in iRedAdmin-Pro config file. e.g. libs/settings.py, so that iRedAdmin-Pro can login to manage users&#039; sieve rules.</p><p>*) Show tab &quot;Vacation&quot; in iRedAdmin-Pro user profile page to let domain admin manage vacation settings.<br />*) Login as Dovecot Master User while you trying to update vacation setting<br />*) Create a new sieve rule, e.g. vacation-iredadmin-pro.sieve. A sample (and seems perfect) one:<br /></p><div class="codebox"><pre><code>require [&quot;variables&quot;, &quot;vacation&quot;, &quot;include&quot;];

# Get mail subject
if header :matches &quot;Subject&quot; &quot;*&quot; {
       set &quot;old_subject&quot; &quot;${1}&quot;;
}

# rule:[on_vacation]
if true
{
    vacation :days 1 :subject &quot;Vacation Auto Reply: ${old_subject}&quot; &quot;I am on vacation&quot;;
}

# Include previous active sieve file
include :personal &quot;managesieve&quot;;</code></pre></div><p>*) Active this new sieve file (vacation-iredadmin-pro.sieve), so that Dovecot will use it instead of old one (user defined one).</p><p>As commented in sieve file above, it will get subject of received email, and allow you to use it in auto-reply message. It will use user defined sieve rules with &quot;include&quot; sieve command, so that we won&#039;t mess up their mailboxes. For example, user may define filter rule to move emails from mailing lists to special mail folders.</p><p>Tested and works fine for me.</p><p>Let me know your opinions and testing results.</p><p>== UPDATE ==</p><p>*) Still need to confirm whether &quot;include&quot; command works with Dovecot-1.2 (RHEL/CentOS/Scientific Linux 5). Anyway, we&#039;re close to the final success.</p><p>*) We need to parse user-defined sieve file to get current vacation status, parse the one we created to get existing vacation settings.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-02-13T16:32:09Z</updated>
			<id>http://www.iredmail.org/forum/post20310.html#p20310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20142.html#p20142" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>toastbrot wrote:</cite><blockquote><p>no problem. i can send you my changes i did if you like...</p></blockquote></div><p>Thanks for your sharing. Could you please mail to &quot;support@ iredmail.org&quot; directly? <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-31T14:38:10Z</updated>
			<id>http://www.iredmail.org/forum/post20142.html#p20142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Vacation in admin Pro panel]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20137.html#p20137" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>OK, let&#039;s try to add new tab &quot;Vacation&quot; in user profile page, through standard managesieve protocol.<br />Next release of iRedAdmin-Pro is a bug-fix release, vacation management will not be available in next release. Sorry.</p></blockquote></div><p>no problem. i can send you my changes i did if you like...</p>]]></content>
			<author>
				<name><![CDATA[toastbrot]]></name>
				<uri>http://www.iredmail.org/forum/user31960.html</uri>
			</author>
			<updated>2013-01-31T10:31:41Z</updated>
			<id>http://www.iredmail.org/forum/post20137.html#p20137</id>
		</entry>
</feed>
