Linux Support FAQ entry 13 Sep 2005, logged in as JanIven
LinuxSupportFAQForm
SupportProblem Need to configure sendmail to use the CERN mail servers as smarthost
SupportAnswer 1. easiest

use the configuration scripts provided for CERN Linux:

# /usr/sbin/lcm --configure sendmail

2. do-it-yourself (using m4 macros)

edit /etc/mail/sendmail.mc to contain the following

define(`SMART_HOST',`cern.ch')dnl
(you normally also would set up a mapping from local accounts to central mail accounts, except for root). Afterwards, run /usr/bin/m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf. Restart sendmail (/sbin/service sendmail restart)

3. do-it-yourself (no macros, really not recommended)

edit /etc/mail/sendmail.cf, make sure you have

DScern.ch
Restart sendmail (/sbin/service sendmail restart)
OsVersion SLC3
HardwareArchitecture any
ApprovedBySupport SupportApproved
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r3 - 2006-05-19 - JanIven
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    LinuxSupport All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback