Email

Plesk(SPF): Setting Up Support for Sender Policy Framework System

Posted by on February 23, 2009 at 4:14 pm

To set up support for Sender Policy Framework on your server: 1. Click the Server shortcut in the navigation pane. 2. Click the Mail icon in the Services group. The server-wide mail preferences screen will open on the Preferences tab. 3. Select the Switch on SPF spam protection check box and specify how to deal [...]

Email: Domain has demonstrably > bogus MX

Posted by on January 16, 2009 at 7:12 pm

Domain has demonstrably > bogus MX check your mx record and ensure they are actual mail servers.

Qmail: 553 sorry, that domain isn’t in my list of allowed rcpthosts

Posted by on October 6, 2008 at 6:51 pm

error: 553 sorry, that domain isn’t in my list of allowed rcpthosts solution: edit the /var/qmail/control/rcpthosts add the domain to the list of domains .

Email: smartermail error – failed to upload attachment

Posted by on August 30, 2008 at 6:00 pm

make sure the network service has permissions to the MailProcessing directory under C:\Program Files\SmarterTools\SmarterMail\MRS

SMTP: How to test SMTP with auth and without

Posted by on July 6, 2008 at 6:41 pm

Telnet server 25 helo or ehelo yourdomain.com auth login 334 – username using base64 encryption 334- password using base64 encryption mail from: hi@yourdomain.com rcpt to: where@somewhere.com data From: from@yourdomain.com to: where@somewhere.com subject: test body enter, then enter ending with a . ================= non auth , skip the auth login command to encryt use the tool [...]