Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mail server - setup virtual mail bo
Name: satimis Date: February 10, 2007 at 08:02:40 Pacific OS: slamd64-11.0 CPU/Ram: Athlon64 X2 AM2 3800
Name: 3Dave Date: February 13, 2007 at 03:03:48 Pacific
Reply:
You can check if sendmail is running a number of ways. $ ps aux | grep sendmail $ nmap -p25 127.0.0.1 (although the SMTP service could be postfix, qmail etc) or just try restarting it with: # /etc/rc.d/rc.sendmail restart
Summary: Hi, I have setup postfix 2.1.4-4 on my redhat system. I want to now have a mail program so people can access email from the web. As far as I know, I havn't got a POP3 or IMAP server setup so I would l...
Summary: I have a 2 machine setup. 1) mydomain.com 2) mail.mydomain.com currently, all the incoming email go to mail.mydomain.com when they are sent to user@mydomain.com Now, if I want to check email, I ha...
Summary: I am using sendmail on RH 6.2. How can I setup virtual mail domain with full POP & SMTP support and authentication using same IP address for all the virtual domains. Kindly help....