Bo Wu's IT Lab

If winter comes, can spring be far behind?

Browsing Posts in Sendmail

I installed a sendmail relay server in my LAN so that other servers can use it to send emails. The following is how I did the configuration in a Ubuntu 9 machine. 1. First you need to install sendmail package. 2. After installation, you need to do the following configuration: (1) Sendmail Master Configuration File: [...]

If you have a SMTP email server and you want to test if it is working properly, you can following the steps below to test it. user_name@myhost:~$ telnet 127.0.0.1 25 Trying 127.0.0.1… Connected to 127.0.0.1. Escape character is ‘^]’. 220 myhost ESMTP Sendmail 8.14.3/8.14.3/Debian-9ubuntu1; Sat, 16 Jan 2010 17:28:30 -0800; (No UCE/UBE) logging access from: [...]