Results 11 to 14 of 14
take a look at this site, I found it quite helpful for setting up a mail server
http://www.linuxhomenetworking.com/l...n/sendmail.htm...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-14-2005 #11Just Joined!
- Join Date
- Jan 2005
- Location
- Regina, Sk
- Posts
- 16
take a look at this site, I found it quite helpful for setting up a mail server
http://www.linuxhomenetworking.com/l...n/sendmail.htm
- 01-17-2005 #12Just Joined!
- Join Date
- Dec 2004
- Posts
- 49
ok, i think i have sendmail working. i have port 25 forwarding to it, and can receive mail. any other ports i have to do?
how would i configure imap or pop so i can check my email from a client on another machine? thanks guys (and gals)
- 01-17-2005 #13
On Slackware pop3 and imap2 are started from inetd. So uncomment the lines in /etc/inetd.conf and restart inetd (/etc/rc.d/rc.inetd restart ) .
If your pop3 is very slow you should disable startup from inetd and start it as a standalone daemon. To do that comment the entry in inetd.conf again , restart inetd and start popa3d using this command: /usr/sbin/popa3d -D
.I\'m so tired .....
#200472
- 01-17-2005 #14Just Joined!
- Join Date
- Dec 2004
- Posts
- 49
oh sweet, thanks alot. just what i always wanted, my own email server!


Reply With Quote
