Archive for the “Email” Category

Email: Domain has demonstrably > bogus MX

Domain has demonstrably > bogus MX

check your mx record and ensure they are actual mail servers.

January 16, 2009 Posted Under: Email   Read More

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

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 .

October 6, 2008 Posted Under: Email   Read More

Email: smartermail error – failed to upload attachment

make sure the network service has permissions to the MailProcessing directory under

C:\Program Files\SmarterTools\SmarterMail\MRS

August 30, 2008 Posted Under: Email   Read More

SMTP: How to test SMTP with auth and without

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 at http://tools.web-max.ca/encode_decode.php

July 6, 2008 Posted Under: Email   Read More

Postfix err – scan_dir_push: open directory deferred/3: Permission denied

fatal: scan_dir_push: open directory deferred/3: Permission denied
postfix/postfix-script: fatal: Postfix integrity check failed!

Check the permissions for the folder within /var/spool/postfix

July 6, 2008 Posted Under: Email   Read More