Teknosaurus Posted December 14, 2004 Share Posted December 14, 2004 I use e107 CMS for my website hosted on a Linux Mandrake server in my room... During registration I want it to be able to send a validation email users have to activate for their account to work. It has settings for me to enter a SMTP server and user/pass information. How can I setup my Linux box to be a SMTP server? That way I don't have to use my local ISP to relay the mail? Do I need to install sendmail or something similar? Link to comment https://www.neowin.net/forum/topic/257016-linux-mail-server/ Share on other sites More sharing options...
a2carat Posted December 14, 2004 Share Posted December 14, 2004 you dont need sendmail you can use postfix instead that is a lot easier from what I've heard HERE you can find a couple of guide how to setup an email server also you can google it and will find alot of stuff on the subject a2carat Link to comment https://www.neowin.net/forum/topic/257016-linux-mail-server/#findComment-585097314 Share on other sites More sharing options...
Teknosaurus Posted December 14, 2004 Author Share Posted December 14, 2004 you dont need sendmail you can use postfix instead that is a lot easier from what I've heard HERE you can find a couple of guide how to setup an email server also you can google it and will find alot of stuff on the subject a2carat 585097314[/snapback] Great! Thanks for the advice! Link to comment https://www.neowin.net/forum/topic/257016-linux-mail-server/#findComment-585097378 Share on other sites More sharing options...
rezza Veteran Posted December 14, 2004 Veteran Share Posted December 14, 2004 For support requests and questions, please use the normal linux/unix forum. This one is for completed Guides and HOWTOs only. Link to comment https://www.neowin.net/forum/topic/257016-linux-mail-server/#findComment-585098357 Share on other sites More sharing options...
markwolfe Veteran Posted December 14, 2004 Veteran Share Posted December 14, 2004 For support requests and questions, please use the normal linux/unix forum. This one is for completed Guides and HOWTOs only.585098357[/snapback] Oops! I missed this one. Let me move it. :)* thread moved * Link to comment https://www.neowin.net/forum/topic/257016-linux-mail-server/#findComment-585099625 Share on other sites More sharing options...
Shadrack Posted December 14, 2004 Share Posted December 14, 2004 to my knowledge, the sendmail daemon is installed and up and running with most distros. Try setting an email app to use the local host as the sendmail server and see if any mail makes it anywhere. You may need to make the following changes to your /etc/mail/sendmail.mc file: change the line DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl to: DAEMON_OPTIONS(`Port=smtp,Addr=0.0.0.0, Name=MTA')dnl But I think that is only if you want your sendmail server to route messages comming from other machines. Your rig might already be setup to do what you need it to do. -nic Link to comment https://www.neowin.net/forum/topic/257016-linux-mail-server/#findComment-585099884 Share on other sites More sharing options...
Recommended Posts