|
|||
|
Turn on SMTP Authentication
Hello. I cannot send emails from my server to Hotmail.
I get this error: Quote:
It says I simply need to turn on "SMTP Authentication". Does anyone know how to do this in Cpanel? Thanks for the help!
|
|
||||
|
Quote:
To disable this behavior and thus force all your customers to use SMTP authentication, run the following command as root via SSH: Code:
/usr/local/cpanel/bin/tailwatchd --disable=Cpanel::TailWatch::Antirelayd
__________________
Need technical assistance? You can find your best avenue for support at: http://support.cPanel.net |
|
||||
|
The esmtp auth piece on the Spamhaus site is mentioned for those needing to route outbound mail through their ISP's SMTP server
Forcing your clients to auth to use your smtp server won't do heaps - the hotmail systems are going to have zero real visibility into whether or not your users have authenticated to a system which it (hotmail) has no control over (headers are easily forged, so this is not an adequate indicator). Regarding the PBL inclusion, flat-out they believe your IP address to be dynamic/residential. This leaves you with two options: -if you aren't on dynamic/residential address space, it'd be worthwhile engaging Spamhaus and seeing if they can correct their records -if you are on such address space, you're pretty much limited to routing outbound email through a smarthost; if nothing else, on a case by case basis, though I would wager given the popularity of Spamhaus ZEN, you'll see this same issue with a fair number of other sites. |
|
||||
|
Quote:
|
|
|||
|
If the ISP has the policy of putting their ip's in the PBL. There's pretty much nothing that can be done except for forging the Received From: headers yourself. Otherwise they need to use the ISP's outbound servers. That's my idea of the matter anyway. Though I thought this was just for unauthenticated mail, I'm seeing an issue of it myself currently with authenticated mail. :\ It's showing ESMTPA in the header yet SpamHaus is still blocking it.
|
|
||||
|
Quote:
If they're checking the connecting IP, even mangling/rewriting the Received header won't do the trick - the connecting IP will still be exposed, queried, and buggered. The headers won't be visible until the DATA command is sent, acknowledged, etc. The other thing to point out, is the "Received" header that the remote MTA creates is one you'll have no control over - and is the one most likely to contain your IP. So to that end, you'd be somewhat stuck. Generally RBL providers (among others) will recommend that with lists such as the PBL, you query *only* the connecting IP against the blacklist - reason being, it is perfectly legitimate for a host on a dynamic IP to connect to their ISP's SMTP server and send away; in fact, this is what Spamhaus recommends if you're listed on the PBL (assuming the listing isn't in error). If you do deep header parsing, and query every IP found against an RBL (such as Spamhaus PBL) which is intended solely to restrict what IP's are allowed to connect directly, you end up with a considerable amount of what are by most accounts false positives. Similar logic applies for those using the ZEN aggregate zone - if you utilize ZEN, and do deep header parsing (a practice which is generally not recommended) for RBL checks, the return code should be evaluated beyond the topmost (or most recent, rather) header and only trigger policy if found in SBL-XBL, but not PBL. A listing on SBL-XBL 2 or 3 layers deep is cause for suspicion. A listing on PBL 2 or 3 layers deep is not. At any rate, rather than continuing on this tangent....headers are very, very easily forged, and no *single* header is a reliable indicator of spam. Tis usually best to consider the makeup of the header, or extract specific tokens that are common to mail sent from botnets. Hope this helps someone, and doesn't bore everyone to sleep |
|
|||
|
cpanelchrish. That's the odd part. I've been seeing a lot of MTA's like comcast parsing received headers. ie the original connecting ip to the cpanel server and then blocking based on that. When it is the cpanel server connecting to comcast?! Very strange.
|
![]() |
| Tags |
| antispam , pbl , ptr , rdns , spam , spamhaus |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SMTP Authentication | larryl | cPanel and WHM Discussions | 1 | 03-19-2007 01:31 PM |
| Changes to SMTP Authentication | bvanderw | cPanel and WHM Discussions | 4 | 11-07-2006 10:25 AM |
| Turn off SMTP Auth Selectively | BWS | cPanel and WHM Discussions | 4 | 06-22-2006 03:34 PM |
| Turn off authentication for webmail | falmon | cPanel and WHM Discussions | 3 | 07-26-2005 11:58 AM |
| Can you use cookie authentication without having to turn off http authentication? | bjdea1 | cPanel and WHM Discussions | 0 | 12-10-2004 08:20 AM |