Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Plesk 11.5 Lunix
Centos 5.6
Am having problem sending email. Email from others came in but when sent from the server it does not arrived.
SMTP Server (Postfix) keep stopping
as you know by now ( because you used this forum as well several times ), Plesk uses several logs and configuration files. Depending on your settings, you might experience issues/problems/failures which all could be investigated... but this is mostly only possible if you provide some log - entries and/or configuration files. The number of possibilties are HUGE and guessing suggestions for you out of the blue will not only cost your time, but as well the time of people who are willing to help you.
Please! Provide some log - entries and/or depending configurations files if you experience something unusual and let us know what you probably edited or changed in the past.
the log - entry you provided just points to the issue, that cox.net refuse connections without a valid rDNS - entry. Please check your own DNS - settings and make sure, that your records are set correctly.
Example:
The domain example2.com points to the IP 999.999.999.999 , but a reverse check just points to example.com and there are no SPF - entries on the initial nameservers, which allow as well the domain example2.com on the IP 999.999.999.999 in a SPF - record from example.com. In this case, other mail - server will deny access and block the eMails you try to send from example2.com.
Thanks, the NS2 ip in the hosts file was not the same as the ns2.domain.com
But the SPF - entries
The only entries is domain.com. TXT v=spf1 +a +mx -all
how do I set up the SPF
I did some test online
Result
Test SPF Record Deprecated There are no records of type SPF SPF Invalid Syntax The SPF record is valid SPF No RecordsSPF record found SPF Multiple RecordsLess than two SPF records found
Result
another example to make things a bit more clear ( please be aware, that in most cases, you have to set up your domains not only over your own Plesk Control Panel, but as well on the nameservers from your provider - as well, most providers let you only have ONE real rDNS - entry for each IP, that's why you have to define correct SPF - entries, in order to avoid issues that you described. )
-all = If any of the definitions don't pass, the result is FAIL, which causes other mail - servers to reject/deny
~all = If any of the definitions don't pass, the result is SOFTFAIL, which causes other mail - servers to accept mails, but they should be marked
?all = If any of the definitions don't pass, the result is NEUTRAL, which causes other mail - servers to accept mails with marked as possibly not valid
The "best" way, or the most common usage is the string "~all", but as well the string "?all", when you have several domains on one IP, because most mail - servers will accept SOFTFAILS and NEUTRAL results, but if you have all SPF - settings setup absolut correctly, the usage "-all" is the best RFC4408 - usage.
The usage of "ptr" should be used, if you as well allow any subdomain to send eMails from your server - you should consider using this string, when you use mail-scripts from your subdomains.
Examples:
Domain example.com ( MAIN - domain for the server ) :
example.com => A => 999.999.999.999
example.com => MX => mail.example.com
example.com => TXT => v=spf1 +a +mx +ip4:999.999.999.999 include:example2.com include:example3.com ~all
It can be a good idea to use additional strings like "mx:mail.example.com" ( for settings others than your MAIN - domain ), "mx:mail.example2.com" and "mx:example3.com" for settings for your MAIN - domain, to define additional mail-servers to be accepted, but this depends on how you set up your mail - server. If you use a standard configuration, this is mostly not necessary.
I have made the changes but the email took long to delivered . The SMPT banner check Reverse DNS failed
See below 220 ns2.domain.com ESMTP Postfix
TestResult SMTP Banner CheckReverse DNS FAILED! This is a problem. SMTP TLSOK - Supports TLS. SMTP Connection Time0.796 seconds - Good on Connection time SMTP Open RelayOK - Not an open relay. SMTP Transaction Time2.855 seconds - Good on Transaction Time
Session Transcript:
Connecting to 260.2xx.165.70
Please check, that your "/etc/hostname" is setup correctly and meets the PTR record on your nameserver. As well, please make sure, that your "etc/hosts" - file has the correct entries:
Again, I want to mention, that the DNS - entries should be as well done on your providers nameservers... and not only on your server - that's because most users rent their server and the IP(s) from a provider and so these DNS - settings have to be done on the nameserver from the provider. If the output of the command "host example.com" is not reversed to the desired IP, then your settings are not correct or missing.
Please check your postifx - configuration for failures as well or change the configuration with these commands:
This what in the host file
::1 localhost6.localdomain6 localhost6
127.0.0.1 ns2.domain.com ns2 localhost.localdomain localhost
2x2.250.1xx.70 ns2.domain.com ns2 server1