SMTP Server

scm.iranol.ir

Port: 25

Last updated: 3/18/2025, 9:13:03 AM

Security Score

B+

Mail Server

HELP Command Exposure

PASS

The 'HELP' command is disabled. This is a good security practice.

5.5.2 Error: command not recognized

The SMTP 'HELP' command allows users to request assistance from the mail server. If enabled, it may reveal information about the server, its software version, or available commands, which could be exploited by attackers.

Blacklist Status

PASS

The mail server is not listed on any known blacklists. No action is needed.

N/A

Mail servers often block messages from IP addresses that have been blacklisted due to sending spam or malicious emails. If your server's IP is blacklisted, your emails may be rejected, marked as spam, or never delivered.

EXPN Command Exposure

PASS

The 'EXPN' command is disabled. This prevents enumeration of mailing lists and improves security.

Status Code: 502 Response: 5.5.2 Error: command not recognized

The SMTP 'EXPN' (Expand) command allows users to retrieve the actual recipients of a mailing list or alias. Attackers can exploit this to gather valid email addresses for phishing or spam campaigns.

SMTP Authentication

PASS

The mail server announces supported authentication methods. This helps ensure secure email transmission.

Server requires authentication. Methods: PLAIN DIGEST-MD5 CRAM-MD5 LOGIN

SMTP Authentication (SMTP AUTH) allows mail clients to authenticate with the mail server before sending emails. This enhances security by preventing unauthorized users from relaying mail through your server.

Email Spoofing Vulnerability

PASS

The mail server is protected against email spoofing. Unauthorized senders cannot impersonate your domain.

Spoofing is likely impossible. Email will be rejected or marked as spam.
DMARC policy is set to quarantine
SPF record is properly configured with strict fail (-all)

Email spoofing occurs when an attacker forges the 'From' field in an email header to impersonate a trusted sender. Without properly configured SPF and DMARC records, recipients may be tricked into believing a fake email is legitimate, increasing the risk of phishing and fraud.

Open Mail Relay

PASS

The mail server does not appear to be vulnerable to open relay. This prevents unauthorized users from sending emails through your server.

Server correctly refused to relay

An open mail relay allows anyone to send emails through your SMTP server without authentication. Spammers can exploit open relays to send bulk spam or phishing emails, which can result in blacklisting and service degradation.

VRFY Command Exposure

PASS

The 'VRFY' command is disabled. This prevents attackers from verifying valid email addresses.

VRFY info@scm.iranol.ir ==> Status:502 Response: 5.5.1 VRFY command is disabled
VRFY admin@scm.iranol.ir ==> Status:502 Response: 5.5.1 VRFY command is disabled
VRFY root@scm.iranol.ir ==> Status:502 Response: 5.5.1 VRFY command is disabled
VRFY hostmaster@scm.iranol.ir ==> Status:502 Response: 5.5.1 VRFY command is disabled
VRFY postmaster@scm.iranol.ir ==> Status:502 Response: 5.5.1 VRFY command is disabled

The SMTP 'VRFY' (Verify) command checks if a specific email address exists on the server. If enabled, attackers can use it to confirm valid email addresses for spam or targeted attacks.

PTR (Reverse DNS) Record

FAIL

Some mail servers have incorrect or missing reverse DNS (PTR) records. This may cause emails to be marked as spam.

mail.scm.iranol.ir ==> 185.129.168.104 ==> ? ==> ?

A PTR (reverse DNS) record maps an IP address to a domain name. Many mail servers require a valid PTR record to accept emails, and its absence can cause emails to be rejected or marked as spam.

DMARC Email Security Policy

FAIL

DMARC record is missing or invalid. This may allow unauthorized senders to misuse your domain.

Missing required ruf tag.
Raw DMARC record: v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:spam-reports@iranol.ir

DMARC (Domain-based Message Authentication, Reporting & Conformance) protects against email spoofing and phishing by enforcing email authentication policies using SPF and DKIM.

SPF (Sender Policy Framework) Record

PASS

SPF record is correctly configured. This helps prevent email spoofing.

SPF record:
v=spf1 +a +mx -all +a:server.iranol.ir

SPF is an email authentication method that specifies which mail servers are authorized to send emails on behalf of your domain. A properly configured SPF record helps prevent email spoofing and improves deliverability.