Results 1 to 6 of 6

Thread: Need help in linux email server

  1. #1
    Join Date
    Mar 2010
    Posts
    678

    Need help in linux email server

    In a persistence of Linux series looking at building a Linux email server, I need help on communications and building e-mail server architecture. Is the Managed vs. outsourced e-mail explanation are forever in debate. As always together have pros and cons, but throughout the editorial can I determine to go for a managed explanation and build an e-mail server step by step.

  2. #2
    Join Date
    May 2009
    Posts
    1,084

    Re: Need help in linux email server

    A Mail Transfer Agent (MTA) is an agenda which recognize and sends e-mail messages from the Internet. A Mail Delivery Agent (MDA) on the additional hand permits your employees to send and take delivery of e-mails from supplementary locations. Consequently, implementing a MDA is fundamentally building a POP3/SMTP server.

  3. #3
    Join Date
    Jul 2009
    Posts
    1,118

    Re: Need help in linux email server

    In view of the fact that retrieving messages from the Internet is the key, you must first set up a Mail Transfer Agent. Dissimilar allocations have dissimilar defaulting MTA, for illustration Ubuntu and openSuSE have Postfix as the defaulting MTA, whereas Red Hat implements Sendmail. The arrangements of the programs are additional or less the similar for the experienced users, but for the sake of easiness, you determine to take for granted an Ubuntu Server installation with Postfix to get you going without changing the defaulting MTA arrangement.

  4. #4
    Join Date
    Jul 2009
    Posts
    1,179

    Re: Need help in linux email server

    You have to create a note of your computer mail name. You determine to presuppose mailserver.mycompany.com and in addition you are able to send/receive mails from mycompany.com, localhost.mycompany.com, and localhost. The address for localhost is 127.0.0.1 with Netmask 255.255.255.0 (127.0.0.1/8 for short.) The easiest method to arrange Postfix determines to be to go through the /etc/postfix/main.cf file. Previous to changing anything, back up the arrangement file with cp /etc/postfix/main.cf /etc/postfix/main.cf.old so to facilitate if you mess something up, you be able to simply revert to the innovative file.

  5. #5
    Join Date
    Nov 2009
    Posts
    955

    Re: Need help in linux email server

    Subsequent to you complete the tasks with the MTA, you determine to go on with the Mail Delivery Agent. You determine to utilize Dovecot for this purpose. To organize Dovecot, you determine to edit the arrangement file in /etc/dovecot.conf. You determine to again create a back up to be safe with cp /etc/dovecot.conf /etc/dovecot.conf.old. To generate your users’ lives easier, your determine let them to utilize UNIX username and passwords as their e-mail username and passwords. For this, you determine to go with the Pluggable Application Modules (PAM) and authenticate the users by checking their shadow passwords.

  6. #6
    Join Date
    Nov 2009
    Posts
    857

    Re: Need help in linux email server

    If you are working a diminutive business, I absolutely recommend you to outsource your e-mail management. In-house e-mail management sounds too superior to be accurate but maintain in mind that the probable downtimes that determine to happen which determine to be unbearable. Add customary e-mail backups to this image and you determine to be starting a extremely complicated and extremely expensive adventure.

Similar Threads

  1. Receive email on Linux system
    By Xiomar in forum Tips & Tweaks
    Replies: 2
    Last Post: 21-01-2011, 07:43 PM
  2. Problem in Outgoing Email in Linux
    By Chesnokov in forum Windows Software
    Replies: 6
    Last Post: 18-06-2010, 04:12 AM
  3. Replies: 4
    Last Post: 20-04-2010, 11:56 AM
  4. Need Email Client For Linux
    By Saura in forum Operating Systems
    Replies: 5
    Last Post: 09-02-2010, 06:07 AM
  5. How to send email from the Linux command line
    By roumieh2000 in forum Windows Software
    Replies: 4
    Last Post: 15-09-2009, 06:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,672,660.70836 seconds with 16 queries