<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Autorespond for all incoming mails/catchall/domain alias]]></title>
		<link>http://www.iredmail.org/forum/topic4443-autorespond-for-all-incoming-mailscatchalldomain-alias.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4443.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Autorespond for all incoming mails/catchall/domain alias.]]></description>
		<lastBuildDate>Thu, 07 Feb 2013 15:43:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20238.html#p20238</link>
			<description><![CDATA[<p>Hi Zhang,</p><p>there is no email response. In sieve.log this error occurs</p><p>Feb 07 16:35:56 lda(info@domain.com): Info: sieve: msgid=&lt;CAPufTkaf+AufAYHH1GwQZFeGS8wvpHVO6UsoLFKPPXMyzEeQ@mail.gmail.com&gt;: discarding vacation response for implicitly delivered message; no known (envelope) recipient address found in message headers (recipient=&lt;info@domain.com&gt;, and no additional `:addresses&#039; are specified)<br />Feb 07 16:35:56 lda(info@domain.com): Info: sieve: msgid=&lt;CAPufTkaf+AufAYHH1GwQZFeGS8wvpHVO6UsoLFKPPXMyzEeQ@mail.gmail.com&gt;: stored mail into mailbox &#039;INBOX&#039;</p><p>Any idea? </p><p>Maybe Sieve is not the right program to do this?<br />In another forums i found threads advise against to make an autoresponder on a catchall addresse. Any SPAM leads to that domain generates useless mails. Some say that it comes quickly to get blacklisted. What do you think about?</p><p>Thx<br />Hannes</p>]]></description>
			<author><![CDATA[null@example.com (hannes.pichler)]]></author>
			<pubDate>Thu, 07 Feb 2013 15:43:00 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20238.html#p20238</guid>
		</item>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20237.html#p20237</link>
			<description><![CDATA[<p>Hi,</p><p>i have found two problems:</p><p>1) in the /var/www/roundcubemail/plugins/managesieve/config.inc.php file i have changed the parameter <br />from<br />$rcmail_config[&#039;managesieve_auth_type&#039;] = &quot;none&quot; <br />to <br />$rcmail_config[&#039;managesieve_auth_type&#039;] =&quot;PLAIN&quot;</p><p>2) in apache error log i found a &quot;cannot find diretory&quot; /var/www/roundcubemail/plugins/managesieve/skins/default<br />There was no directory default in there only a directory larry and a directory classic. <br />cp -r larry default</p><p>Now sieve in roundcubemail works! Yea!<br />Back to the initial problem.</p>]]></description>
			<author><![CDATA[null@example.com (hannes.pichler)]]></author>
			<pubDate>Thu, 07 Feb 2013 15:36:27 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20237.html#p20237</guid>
		</item>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20235.html#p20235</link>
			<description><![CDATA[<p>No error at all.</p><p>Well, i have no idea why it occurred. <img src="http://www.iredmail.org/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /> Could you please try again?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 07 Feb 2013 15:16:39 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20235.html#p20235</guid>
		</item>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20234.html#p20234</link>
			<description><![CDATA[<p>Hi,</p><p>the file /var/www/roundcubemail/plugins/managesieve/config.inc.php contains this:<br />$rcmail_config[&#039;managesieve_port&#039;] = 4190;<br />$rcmail_config[&#039;managesieve_host&#039;] = &quot;127.0.0.1&quot;;<br />$rcmail_config[&#039;managesieve_auth_type&#039;] = null;<br />$rcmail_config[&#039;managesieve_auth_cid&#039;] = null;<br />$rcmail_config[&#039;managesieve_auth_pw&#039;] = null;<br />$rcmail_config[&#039;managesieve_usetls&#039;] = false;<br />$rcmail_config[&#039;managesieve_default&#039;] = &quot;/var/www/roundcubemail/config/dovecot.sieve&quot;;<br />$rcmail_config[&#039;managesieve_script_name&#039;] = &#039;managesieve&#039;;<br />$rcmail_config[&#039;managesieve_mbox_encoding&#039;] = &#039;UTF-8&#039;;<br />$rcmail_config[&#039;managesieve_replace_delimiter&#039;] = &#039;&#039;;<br />$rcmail_config[&#039;managesieve_disabled_extensions&#039;] = array();<br />$rcmail_config[&#039;managesieve_debug&#039;] = false;<br />$rcmail_config[&#039;managesieve_kolab_master&#039;] = false;<br />$rcmail_config[&#039;managesieve_filename_extension&#039;] = &#039;.sieve&#039;;<br />$rcmail_config[&#039;managesieve_filename_exceptions&#039;] = array();</p><p>With a telnet 127.0.0.1 4190 i get a response from dovecot :<br />telnet 127.0.0.1 4190<br />Trying 127.0.0.1...<br />Connected to 127.0.0.1.<br />Escape character is &#039;^]&#039;.<br />&quot;IMPLEMENTATION&quot; &quot;Dovecot Pigeonhole&quot;<br />&quot;SIEVE&quot; &quot;fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave&quot;<br />&quot;NOTIFY&quot; &quot;mailto&quot;<br />&quot;SASL&quot; &quot;PLAIN LOGIN&quot;<br />&quot;STARTTLS&quot;<br />&quot;VERSION&quot; &quot;1.0&quot;<br />OK &quot;Dovecot ready.&quot;<br />^]<br />telnet&gt; q</p><p>I have enabled mail_debug in /etc/dovecot/dovecot.conf and found this in the logfiles:<br />dovecot.log<br />Feb 07 15:58:28 managesieve-login: Info: Login: user=&lt;info@domain.com&gt;, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=394, secured<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: Effective uid=501, gid=501, home=/imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15/<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: Namespace : type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir://imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//Maildir/:INDEX=//imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//Maildir/<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: maildir++: root=//imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//Maildir, index=, control=, inbox=//imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//Maildir, alt=<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: Namespace : type=shared, prefix=Shared/%u/, sep=/, inbox=no, hidden=no, list=children, subscriptions=yes location=maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/Shared/%u<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: shared: root=/var/run/dovecot, index=, control=, inbox=, alt=<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: sieve-storage: using active sieve script path: //imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//sieve/dovecot.sieve<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: sieve-storage: using sieve script storage directory: //imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//sieve<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: sieve-storage: using permissions from //imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//sieve: mode=0700 gid=-1<br />Feb 07 15:58:28 managesieve(info@domain.com): Debug: sieve-storage: relative path to sieve storage in active link: <br />Feb 07 15:58:28 managesieve(info@domain.com): Info: Disconnected: Logged out bytes=44/411</p><br /><br /><p>sieve.log<br />Feb 07 16:02:09 lda(info@domain.com): Debug: sieve: using sieve path for user&#039;s script: //imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//sieve/dovecot.sieve<br />Feb 07 16:02:09 lda(info@domain.com): Debug: sieve: opening script //imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//sieve/dovecot.sieve<br />Feb 07 16:02:09 lda(info@domain.com): Debug: sieve: script //imap/vmail1/domain.com/i/n/f/info-2013.02.05.08.13.15//sieve/dovecot.sieve successfully compiled</p><p>I cant see any error in the logfiles. You?</p><p>Thank you<br />Hannes</p>]]></description>
			<author><![CDATA[null@example.com (hannes.pichler)]]></author>
			<pubDate>Thu, 07 Feb 2013 15:10:04 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20234.html#p20234</guid>
		</item>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20232.html#p20232</link>
			<description><![CDATA[<p>Please check your config file /var/www/roundcubemail/plugins/managesieve/config.inc.php, make sure you have correct managesieve server address and port. If it still not work, please turn on debug mode in Dovecot and see what it complains.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 07 Feb 2013 12:28:25 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20232.html#p20232</guid>
		</item>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20220.html#p20220</link>
			<description><![CDATA[<p>Hi Zhang,</p><p>hmm, i try to access Settings -&gt; Filters from Roundcube and it returns the error:</p><p>SERVICE CURRENTLY NOT AVAILABLE!<br />Error No. [501]</p><p>Something is not working well.<br />Please Help!</p>]]></description>
			<author><![CDATA[null@example.com (hannes.pichler)]]></author>
			<pubDate>Wed, 06 Feb 2013 15:02:15 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20220.html#p20220</guid>
		</item>
		<item>
			<title><![CDATA[Re: Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20218.html#p20218</link>
			<description><![CDATA[<p>Try this:</p><p>- Add mail user &quot;info@domain1.com&quot; (of course you should add it first)<br />- Login to Roundcube webmail as info@domain1.com, then create a filter (Settings -&gt; Filters) for &quot;all messages&quot; with action &quot;Reply with message&quot;, set &quot;How often send messages (in days):&quot; to 1.</p><p>That&#039;s all. let me know whether it works for you or not.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 06 Feb 2013 14:39:48 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20218.html#p20218</guid>
		</item>
		<item>
			<title><![CDATA[Autorespond for all incoming mails/catchall/domain alias]]></title>
			<link>http://www.iredmail.org/forum/post20194.html#p20194</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: iRedAdmin-Pro 1.5.1/iRedMail 0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; MYSQL<br />- Linux/BSD distribution name and version: CENTOS 6.3<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>Hello people,</p><p>do not ask why, but I need an autoresponder for a catch-all address.</p><p>I have two domains:<br />domain2.com is a domain alias of domain1.com<br />There are a info@domain1.com account configured to a catch-all incoming mails.</p><p>Now, on any mail that goes to one of the two domains it should be answered automatically with a standard text.<br />How can I do this best?</p><p>Thanks in advance!</p>]]></description>
			<author><![CDATA[null@example.com (hannes.pichler)]]></author>
			<pubDate>Tue, 05 Feb 2013 08:53:06 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20194.html#p20194</guid>
		</item>
	</channel>
</rss>
