zone-eu / zone-mta

📤 Modern outbound MTA cross platform and extendable server application
European Union Public License 1.2
597 stars 95 forks source link

How I would know SMTP is working or not ? #283

Open ChandanP1994 opened 2 years ago

ChandanP1994 commented 2 years ago

Hi,

I have installed Zone-MTA on my Ubuntu VPS 18.04 and working fine via services, And I am looking for sending domain configurations.

How I can test smtp is working or not via Zone-MTA ?

Version and status :

netweaveruk commented 2 years ago

Two options: 1) Set your new Zone-MTA install as the SMTP server in your email client and send a mail from there. 2) Use Telnet to send a test mail - https://www.shellhacks.com/send-email-smtp-server-command-line/

ChandanP1994 commented 2 years ago

Thank you for your answer @netweaveruk

Should I need to install any other plugin like wildduck and Nodemailer for smtp server ?

I have tried with netstat command but no service is active with 25 port.

During the Telnet its showing connection refused.

telnet: Unable to connect to remote host: Connection refused

louis-lau commented 2 years ago

Plaintext SMTP submission happens on port 587 (or whatever you have configured as your feeder in zonemta), not 25.

louis-lau commented 2 years ago

Looks like the default of zone-mta-template is set to port 2525

dazoot commented 2 years ago

This is not an issue. Close ?