admin:mail:start

Mail Administration

See also:

see also: DNS

Allow server in A record, allow server in MX record, disallow all others.

v=spf1 +a +mx -all

example

put into TXT record _dmarc.example.com:

v=DMARC1; p=none; rua=mailto:postmaster@example.com; ruf=mailto:postmaster@example.com;

Tools

echo mail queue mailq
read mail postcat -q MESSAGE_ID
delete delayed mails postsuper -d ALL deferred
delete queue postsuper -d ALL

more information: Postfix Queue Management

echo mail queue exim -bp
mailq
delete frozen mails exiqgrep -iz|xargs exim -Mrm

Office Blacklist: https://sender.office.com/

Outlook.com anti-spam mechanisms: https://sendersupport.olc.protection.outlook.com/pm/services.aspx

SNDS: https://sendersupport.olc.protection.outlook.com/snds/index.aspx

If you send through an SMTP Smart Relay through Office 365, you might need to include the IP address you're sending from (not only the Microsoft servers, but your own SMTP server) in the SPF records.

  • Internet.NL – tests for IPv6, DNSSEC, DMARC, DKIM, SPF and STARTTLS
  • SSL-Tools – checks if mail server uses STARTTLS for mail delivery
  • MX Toolbox – checks mail deliverability (DMARC, SPF, DKIM)
  • Is Not Spam – SPF, Sender-ID, DomainKeys, DKIM, SpamAssassin Check
  • Last modified: 2023-08-26 14:44