RE: Setting up a mail server

From: Slade Hornick (shornick_at_txfb.org)
Date: 06/29/04

  • Next message: Alexander Dalloz: "Re: partitions"
    To: "'techlist@voyager.phys.utk.edu'" <techlist@voyager.phys.utk.edu>, "'For users of Fedora Core releases'" <fedora-list@redhat.com>
    Date: Tue, 29 Jun 2004 15:30:06 -0500
    
    
    

    Thanks Reuben,

    I have it up and going now.

    This is going to be a repository of all email to/from Exchange as an extra
    backup and fast retrieval of messages. So email comes from the outside
    through Exchange (this is where it gets scanned) - delivered to users
    mailboxes as normal- however I'll turn on Journaling in Exchange to forward
    a copy of these messages to Sendmail.

    Slade

    -----Original Message-----
    From: fedora-list-bounces@redhat.com [mailto:fedora-list-bounces@redhat.com]
    On Behalf Of Reuben D. Budiardja
    Sent: Tuesday, June 29, 2004 3:24 PM
    To: For users of Fedora Core releases
    Subject: Re: Setting up a mail server

    On Tuesday 29 June 2004 02:00 pm, Slade Hornick wrote:
    > No scanning needed, another server has already done that. I would like
    > some suggestions on which programs to use and then a starting point to
    get
    > me going. Like I said, I've tried several things, but nothing is
    working -
    > so I'm back to the starting point and just need some pointers.
    >
    > Ex:
    > Use Postfix to receive mail

    I never used Postfix before, but sendmail should do it too.
    The simplest things to do:
    1. Create user account for whoever's going to receive mail in that server.

    2. Edit /etc/mail/sendmail.mc so sendmail can receive mail from network by

    commenting out this line:
    dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

    3. Regenerate sendmail.cf (look at the comment on the top of sendmail.mc).

    4. Start / restart sendmail:
    $> service sendmail restart

    You should be able to receive mail in that box from outside. If you have
    firewall, make sure you open port 25. If you use tcpwrapper to limit
    access,
    make sure you have the following in /etc/hosts.allow:
    sendmail : ALL

    You said another server scan the mail. So the mail arrive to that scanner
    server first, or what? Then how does the mail get to this server? We need
    to
    know what you intend to do specifially. I still don't understand what your

    "nothing is working" implies.
     
    > Use Courier-imap to view mail from OE on a windows machine

    All you need to do to enable imap is:
    $> chkconfig imap on

    If you want POP3, do:
    $> chkconfig pop3 on

    HTH.
    RDB

    -- 
    Reuben D. Budiardja
    Department of Physics and Astronomy
    The University of Tennessee, Knoxville, TN
    ---------------------------------------------------------
    "To be a nemesis, you have to actively try to destroy 
    something, don't you? Really, I'm not out to destroy 
    Microsoft. That will just be a completely unintentional 
    side effect."
                     - Linus Torvalds -
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    ****CONFIDENTIAL NOTICE: This electronic transmission and any documents or
    other writings accompanying it are intended only for the use of the
    recipient(s) named above. If you have received this communication in error,
    do not read it. Please reply to the sender at the sender's e-mail address
    that you have received the message in error. Then delete it. Any disclosure,
    copying, distribution or the taking of any action concerning the contents of
    this communication or any attachments(s) by anyone other than the named
    recipient(s) is strictly prohibited. 
    
    

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Alexander Dalloz: "Re: partitions"

    Relevant Pages

    • Re: SendMail to Exchange
      ... I usually prefer to switch the routing before the mailboxes because it ... MVP - Exchange ... For example, your sendmail server is your current production server, ...
      (microsoft.public.exchange.admin)
    • Re: Unable to receive e-mail from particular domain
      ... We've been running an Exchange 2003 server behind NAT for some ... NATted to the Sendmail box. ... it's obvious a Onetel server connects to our ...
      (comp.mail.sendmail)
    • Re: Configure sendmail to bypass user lookup and...
      ... My site is preparing for a sendmail to Exchange migration. ... Change MX record to point to Exchange Server so that it becomes the ... Have a user who is configured to use the legacy UNIX server as the ... You're going to need to learn a bit about Sendmail configuration. ...
      (comp.mail.sendmail)
    • Re: not answering MX record
      ... Thanks for your answer, you're right, you can set up Sendmail to send ... everything throuh a "smart relay" host and set up Exchange SMTP connector to ... query the internal DNS server for a MX record in order to try a SMTP ... (to internal recipients and Internet recipients alike) ...
      (microsoft.public.windows.server.dns)
    • Re: SendMail to Exchange
      ... For example, your sendmail server is your current production server, ... introduce your Exchange server as your backend server and have mail ... Backend Exchange server and once complete decommision your sendmail? ...
      (microsoft.public.exchange.admin)

    Loading