<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danielg</id>
		<title>Hostek.com Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danielg"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Special:Contributions/Danielg"/>
		<updated>2026-04-15T02:50:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1600</id>
		<title>Cfx imagecr3</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1600"/>
				<updated>2013-08-02T21:18:16Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We offer the CFX tag CFX_imagecr3 on our CF servers, which provides quite a few options for image manipulation. The following are a few examples on using imagecr3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To rename an image file&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resaved.jpg')#&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To resize an image file and display the new image&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resized.jpg')#&amp;quot;&lt;br /&gt;
 resize=&amp;quot;200x200&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-resized.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To crop an image file and display the new image&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-cropped.jpg')#&amp;quot;&lt;br /&gt;
 crop=&amp;quot;200x200&amp;quot;&lt;br /&gt;
 anchor=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-cropped.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To gather and display information about the image file&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 getimageinfo=&amp;quot;#expandpath('example.jpg')#&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  Width = #imagecr.width#&lt;br /&gt;
  Height = #imagecr.height#&lt;br /&gt;
  DPI = #imagecr.dpi#&lt;br /&gt;
  FileSize = #imagecr.filesize#&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1599</id>
		<title>Cfx imagecr3</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1599"/>
				<updated>2013-08-02T21:17:59Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We offer the CFX tag CFX_imagecr3 on our CF servers, which provides quite a few options for image manipulation. The following are a few examples on using imagecr3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;To rename an image file&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resaved.jpg')#&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To resize an image file and display the new image&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resized.jpg')#&amp;quot;&lt;br /&gt;
 resize=&amp;quot;200x200&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-resized.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To crop an image file and display the new image&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-cropped.jpg')#&amp;quot;&lt;br /&gt;
 crop=&amp;quot;200x200&amp;quot;&lt;br /&gt;
 anchor=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-cropped.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To gather and display information about the image file&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 getimageinfo=&amp;quot;#expandpath('example.jpg')#&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  Width = #imagecr.width#&lt;br /&gt;
  Height = #imagecr.height#&lt;br /&gt;
  DPI = #imagecr.dpi#&lt;br /&gt;
  FileSize = #imagecr.filesize#&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1598</id>
		<title>Cfx imagecr3</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1598"/>
				<updated>2013-08-02T21:17:30Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We offer the CFX tag CFX_imagecr3 on our CF servers, which provides quite a few options for image manipulation. The following are a few examples on using imagecr3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To rename an image file&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resaved.jpg')#&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To resize an image file and display the new image&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resized.jpg')#&amp;quot;&lt;br /&gt;
 resize=&amp;quot;200x200&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-resized.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To crop an image file and display the new image&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-cropped.jpg')#&amp;quot;&lt;br /&gt;
 crop=&amp;quot;200x200&amp;quot;&lt;br /&gt;
 anchor=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-cropped.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To gather and display information about the image file&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 getimageinfo=&amp;quot;#expandpath('example.jpg')#&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  Width = #imagecr.width#&lt;br /&gt;
  Height = #imagecr.height#&lt;br /&gt;
  DPI = #imagecr.dpi#&lt;br /&gt;
  FileSize = #imagecr.filesize#&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1597</id>
		<title>Cfx imagecr3</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cfx_imagecr3&amp;diff=1597"/>
				<updated>2013-08-02T21:14:25Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: CFX_imagecr3 CFX Tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We offer the CFX tag CFX_imagecr3 on our CF servers, which provides quite a few options for image manipulation. The following are a few examples on using imagecr3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To rename an image file:&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resaved.jpg')#&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To resize an image file and display the new image:&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-resized.jpg')#&amp;quot;&lt;br /&gt;
 resize=&amp;quot;200x200&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-resized.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To crop an image file and display the new image:&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 load=&amp;quot;#expandpath('example.jpg')#&amp;quot;&lt;br /&gt;
 save=&amp;quot;#expandpath('example-cropped.jpg')#&amp;quot;&lt;br /&gt;
 crop=&amp;quot;200x200&amp;quot;&lt;br /&gt;
 anchor=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;example-cropped.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;To gather and display information about the image file:&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfx_imagecr3 getimageinfo=&amp;quot;#expandpath('example.jpg')#&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  Width = #imagecr.width#&lt;br /&gt;
  Height = #imagecr.height#&lt;br /&gt;
  DPI = #imagecr.dpi#&lt;br /&gt;
  FileSize = #imagecr.filesize#&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Folder_Auto-Clean&amp;diff=1323</id>
		<title>Folder Auto-Clean</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Folder_Auto-Clean&amp;diff=1323"/>
				<updated>2013-04-24T03:23:50Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: Created page with &amp;quot;If you notice that emails disappear from 1 or all of these folders the most likely cause of this is a feature in smartermail called &amp;quot;Folder Auto-Clean&amp;quot;.  You can set this up/a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you notice that emails disappear from 1 or all of these folders the most likely cause of this is a feature in smartermail called &amp;quot;Folder Auto-Clean&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You can set this up/adjust this on a domain level or you can manage it on an individual user(must have the box checked on the domain level for &amp;quot;Enable users to override auto-clean settings&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To manage this on the domain level you will need to log in as the mailadmin user. Go to Settings, expand Domain Settings, expand Filtering and click on Folder Auto-Clean.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can leave it on Use default auto-clean settings or select Override auto-clean settings for this domain. You can click on the Folders tab and see what the current settings are. It should look something like this&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Folder Type Settings &amp;lt;br&amp;gt;&lt;br /&gt;
Deleted Items Date Over 14 days old&amp;lt;br&amp;gt;&lt;br /&gt;
Junk E-Mail Date Over 7 days old&amp;lt;br&amp;gt;&lt;br /&gt;
Sent Items Date Over 30 days old&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To adjust these you would have to choose the option to Override the settings and then you will need to add the rule with the settings you are wanting.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To set these options on the user level you will have to make sure the option is selected to allow users to override the settings and then you will log into that user and expand filtering under My Settings.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Password_-_How_to_Change&amp;diff=1263</id>
		<title>Password - How to Change</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Password_-_How_to_Change&amp;diff=1263"/>
				<updated>2013-04-11T19:49:56Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: /* Billing Control Panel - How to Change Password */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Billing Control Panel - How to Change Password==&lt;br /&gt;
* Login to your &amp;quot;Client Billing Area&amp;quot; at cp.hostek.com.&lt;br /&gt;
* Click on &amp;quot;Hello, &amp;lt;name&amp;gt;&amp;quot; .&lt;br /&gt;
* Then click the option for &amp;quot;Change Password&amp;quot;&lt;br /&gt;
* Enter in your CURRENT password, followed by the NEW password you wish to use in both boxes.&lt;br /&gt;
* Click on &amp;quot;Save Changes&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
==Windows Control Panel - How to Change Password==&lt;br /&gt;
==Linux Control Panel - cPanel - How to Change Password==&lt;br /&gt;
==Email - SmarterMail - How to Change Password==&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Password_-_How_to_Change&amp;diff=1262</id>
		<title>Password - How to Change</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Password_-_How_to_Change&amp;diff=1262"/>
				<updated>2013-04-11T19:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: /* Billing Control Panel - How to Change Password */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Billing Control Panel - How to Change Password==&lt;br /&gt;
* Login to your &amp;quot;Client Billing Area&amp;quot; at cp.hostek.com.&lt;br /&gt;
* Click on &amp;quot;Hello, &amp;lt;name&amp;gt;&amp;quot; .&lt;br /&gt;
* Then click the option for &amp;quot;Change Password&amp;quot;&lt;br /&gt;
* Enter in your CURRENT password, followed by the NEW password you wish to use in both boxes.&lt;br /&gt;
&lt;br /&gt;
==Windows Control Panel - How to Change Password==&lt;br /&gt;
==Linux Control Panel - cPanel - How to Change Password==&lt;br /&gt;
==Email - SmarterMail - How to Change Password==&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Email&amp;diff=1155</id>
		<title>Email</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Email&amp;diff=1155"/>
				<updated>2013-02-19T23:08:11Z</updated>
		
		<summary type="html">&lt;p&gt;Danielg: /* Email Size Limit (Sending/Receiving) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Common Email Issues==&lt;br /&gt;
===Unable to Send Email===&lt;br /&gt;
If you are unable to send email but can receive mail, then you will need to check the following:&lt;br /&gt;
#Make sure your email client has '''SMTP authentication enabled''' - be sure to use your entire email address as the username.&lt;br /&gt;
#Try changing your outgoing port to one of our '''alernate SMTP ports''': '''26''' and '''587''' &amp;lt;br /&amp;gt;Sometimes ISPs (''Internet Service Providers'') will block the default SMTP port (''25''), so it is necessary to change to one of the alternate SMTP ports.&lt;br /&gt;
&lt;br /&gt;
==Email Size Limit (Sending/Receiving)==&lt;br /&gt;
For shared accounts, the limit for sending AND receiving is 30mb in size.&lt;br /&gt;
&lt;br /&gt;
For VPS customers with SmarterMail, you can control the size of the sending limit to accommodate your needs.&lt;br /&gt;
&lt;br /&gt;
== Email Maintenance ==&lt;br /&gt;
&lt;br /&gt;
===Blacklist check - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
Go to http://mxtoolbox.com/blacklists.aspx and use server's IP address. Make sure to click &amp;quot;Check All Blacklists&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delisting from Comcast - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
URL: &lt;br /&gt;
http://www.comcastsupport.com/Forms/NET/blockedprovider.asp&lt;br /&gt;
&lt;br /&gt;
Steps:&lt;br /&gt;
#Fill out the forum correctly and accurately and click on the '''Submit''' tab.&lt;br /&gt;
&lt;br /&gt;
To check for blacklist go to: http://mxtoolbox.com/blacklists.aspx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delisting from AOL - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
'''Check IP reputation'''&lt;br /&gt;
*http://postmaster.aol.com/Reputation.php&lt;br /&gt;
&lt;br /&gt;
'''Feedback loop application'''&lt;br /&gt;
&lt;br /&gt;
*URL: http://postmaster.info.aol.com/SupportRequest.FBL.php&lt;br /&gt;
**Note: this does NOT apply to shared hosting accounts. We alread have setup a feedback loop for the Outbound IP Address of our mail servers.&lt;br /&gt;
&lt;br /&gt;
'''Request for Removal'''&lt;br /&gt;
URL: http://postmaster.aol.com/SupportRequest.php&lt;br /&gt;
&lt;br /&gt;
Steps:&lt;br /&gt;
# Check the headers from the bounce and see what the error was.&lt;br /&gt;
# Once at the link above scroll down to the drop down and select Other Issues&lt;br /&gt;
# Click Next&lt;br /&gt;
# Find the error in the drop down menu and click Next.&lt;br /&gt;
# Fill out the Form with the information required. Use Support Email and phone numbers.&lt;br /&gt;
# In the Comments or Notes field, please let them know we have looked into it and taken care of the spammer or placed further filters. If we do not the IP will not be de-listed.&lt;br /&gt;
&lt;br /&gt;
AOL will send an email saying they have received our request and that they will look into it.&lt;br /&gt;
&lt;br /&gt;
===Delisting from Barracuda - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
URL: https://www.barracudanetworks.com/support/&lt;br /&gt;
&lt;br /&gt;
Steps: &lt;br /&gt;
Support Ticket, Phone number, and Live chat can be found in the link above. &lt;br /&gt;
&lt;br /&gt;
#Email/Phone Number will be listed under &amp;quot;Corporate Headquarters Support Office&amp;quot;.&lt;br /&gt;
#Live Chat can be found on the right side of the screen floating.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delisting from Live.com (Hotmail) - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
*Go to https://support.msn.com/eform.aspx?productKey=edfsmsbl2&amp;amp;ct=eformts&amp;amp;scrx=1 and fill out the delistment form&lt;br /&gt;
&lt;br /&gt;
*For addtional information on hotmail failed delivery codes: http://mail.live.com/mail/troubleshooting.aspx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delisting from Spamhaus-zen - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
When trying to remove our IP Address from this blacklist you can view the URL below which will tell you if the IP is currently blocked.&lt;br /&gt;
&lt;br /&gt;
URL: http://www.spamhaus.org/lookup/&lt;br /&gt;
&lt;br /&gt;
Steps: If the IP Address is listed then the search results for the IP will provide you with a URL to follow to get that specific IP de-listed. Follow the steps provided within the URL and make sure you provide them with a good description of the steps we have taken to ensure this does not happen again ( I.E. we removed the users that was sending spam, added some extra filters, ect. ).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delisting from Yahoo - VPS ONLY===&lt;br /&gt;
&lt;br /&gt;
URL: http://io.help.yahoo.com/contact/index?locale=en_US&amp;amp;y=PROD_MAIL&amp;amp;page=contact&lt;br /&gt;
&lt;br /&gt;
Steps:&lt;br /&gt;
# Use the following options after going to the link above:&lt;br /&gt;
##Mail&lt;br /&gt;
##Mail&lt;br /&gt;
##Postmaster&lt;br /&gt;
##SMTP Error - Blocked or delayed mail&lt;br /&gt;
# Fill out any forms that are required&lt;br /&gt;
&lt;br /&gt;
[[Category:Misc-Email]]&lt;br /&gt;
[[Category:VPS]]&lt;/div&gt;</summary>
		<author><name>Danielg</name></author>	</entry>

	</feed>