jkkenzie Posted January 22, 2009 Share Posted January 22, 2009 Is it possible to use a linux machine to receieve mails e.g from [email protected] and then share it to [email protected], [email protected], [email protected] and so on ..? If so where do i start IF i have an ubuntu installed server machine ready in my network and connected to the internet? Thanks Joe Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/ Share on other sites More sharing options...
trq Posted January 22, 2009 Share Posted January 22, 2009 Is it possible to use a linux machine to receieve mails e.g from [email protected] and then share it to [email protected], [email protected], [email protected] and so on ..? Of course it is. Install and configure postfix or exim. Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-743061 Share on other sites More sharing options...
jkkenzie Posted January 22, 2009 Author Share Posted January 22, 2009 Ok, i have done it but i am where it says: " Next edit /etc/postfix/sasl/smtpd.conf and add the following lines: pwcheck_method: saslauthd mech_list: plain login " what does it mean to do as above? Regards, Joe see u 2moro morning Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-743173 Share on other sites More sharing options...
neogranas Posted January 22, 2009 Share Posted January 22, 2009 It means exactly what it says, edit the smtpd.conf file in /etc/postfix/sasl/ and add those lines, usually at the bottom. Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-743301 Share on other sites More sharing options...
jkkenzie Posted January 23, 2009 Author Share Posted January 23, 2009 I cant find the directory /etc/postfix/sasl/ ? How do i go about this am still new in LINUX: even home//etc/postfix/sasl/ is not available: Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-744025 Share on other sites More sharing options...
jkkenzie Posted January 23, 2009 Author Share Posted January 23, 2009 I have managed to go to the directory /etc/postfix/sasl/ but smtpd.conf is not available ls shows nothing. Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-744028 Share on other sites More sharing options...
steviewdr Posted January 23, 2009 Share Posted January 23, 2009 You will need to do some research on it. Go through a few tutorials, such as: http://www.howtoforge.com/postfix_antispam_mailscanner_clamav_ubuntu http://www.howtoforge.com/howtos/linux/ubuntu There are many different configs for postfix, so I suggest you follow a tutorial such as the above one. -steve Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-744203 Share on other sites More sharing options...
PC Nerd Posted February 8, 2009 Share Posted February 8, 2009 well you can always find the file (and thus what directory its in): sudo find / -name "*smtpd.conf" That will print out all the *smtpd.conf files on your system (assuming you did run it with sudo). Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-757648 Share on other sites More sharing options...
sKunKbad Posted February 9, 2009 Share Posted February 9, 2009 You will need to do some research on it. Go through a few tutorials, such as: http://www.howtoforge.com/postfix_antispam_mailscanner_clamav_ubuntu http://www.howtoforge.com/howtos/linux/ubuntu There are many different configs for postfix, so I suggest you follow a tutorial such as the above one. -steve If you decide to use Postfix, you might want to buy the nostarch press Postfix book, or you'll be pulling your hair out! I set up postfix successfully, but it was no easy task, and once I got the book it made things a lot more clear. Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-757940 Share on other sites More sharing options...
jkkenzie Posted February 10, 2009 Author Share Posted February 10, 2009 Can i get a free nostarch press Postfix book digital copy from you or else where? I would appreciate any help. thanks Joe Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-758752 Share on other sites More sharing options...
trq Posted February 10, 2009 Share Posted February 10, 2009 Can i get a free nostarch press Postfix book digital copy from you or else where? I would appreciate any help. thanks Joe The book isn't free, you need to purchase it. Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-758765 Share on other sites More sharing options...
jkkenzie Posted February 10, 2009 Author Share Posted February 10, 2009 Ok , thanks, topic solved Link to comment https://forums.phpfreaks.com/topic/141911-solved-mail-server-ubuntu/#findComment-758839 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.