🔧 Haraka Mail Server

✅ Status: Haraka mail server is running and ready to accept connections.

📬 SMTP Configuration

Server: mailmatic.ddev.com.au

SMTP Port: 25

Submission Port: 587

Encryption: STARTTLS (recommended)

🚀 Features

  • High-performance Node.js mail server
  • Plugin-based architecture
  • Real-time email processing
  • Docker containerized
  • Persistent data storage

⚙️ Active Plugins

  • process_title - Process identification
  • helo.checks - HELO validation
  • mail_from.is_resolvable - Sender validation
  • rcpt_to.in_host_list - Recipient validation
  • headers - Header processing
  • queue/discard - Email processing

📊 Server Information

Version: Haraka 3.1.1

Domain: mailmatic.ddev.com.au

Container: instrumentisto/haraka:latest

Runtime: Node.js

📝 Testing the Mail Server

You can test the mail server using telnet or any SMTP client:

telnet mailmatic.ddev.com.au 25

Or configure your application to use this server: