<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Checkforwading</id>
	<title>Checkforwading - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Checkforwading"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Checkforwading&amp;action=history"/>
	<updated>2026-07-25T09:03:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Checkforwading&amp;diff=3098&amp;oldid=prev</id>
		<title>Vinod: EMAIL FORWARDING LIST AND GROUP AND MEMBER LIST</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Checkforwading&amp;diff=3098&amp;oldid=prev"/>
		<updated>2020-07-16T11:23:56Z</updated>

		<summary type="html">&lt;p&gt;EMAIL FORWARDING LIST AND GROUP AND MEMBER LIST&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
vi checkforward.sh&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Script para visualizar redirecciones en Zimbra&lt;br /&gt;
for account in `zmprov -l gaa`; do&lt;br /&gt;
forwardingaddress=`zmprov ga $account |grep &amp;#039;zimbraPrefMailForwardingAddress&amp;#039; |sed &amp;#039;s/zimbraPrefMailForwardingAddress: //&amp;#039;`&lt;br /&gt;
if [ &amp;quot;$forwardingaddress&amp;quot; != &amp;quot;&amp;quot; ]; then&lt;br /&gt;
echo &amp;quot;$account is forwarding to $forwardingaddress&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
forwardingaddress=&amp;quot;&amp;quot;&lt;br /&gt;
fi&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chown zimbra:zimbra checkforward.sh&lt;br /&gt;
chmod +x checkforward.sh&lt;/div&gt;</summary>
		<author><name>Vinod</name></author>
	</entry>
</feed>