I'm about to move the mail to another server. I originally modified the
sendmail.cf file directly, as it was the only way I knew how. Since then
I've read a lot about m4 and sendmail.mc. With the move, I would now like to
do it properly. But I can't get sendmail.mc to convert to the sendmail.cf
which is working on my old server. I've read all about the options/etc at
Chuck's site (where else?), but I still can't find the relevant matches. I'm
posting the lines out of my old sendmail.cf which I need to have in my
sendmail.mc file so it creates the .cf file completely on the new server.
Hopefully someone will know which bits I need in my .mc file.

--cut here--

##################
#   local info   #
##################

Cwlocalhost
# file containing names of hosts for which we receive email
Fw/etc/sendmail.cw

# my official domain name
# ... define this only if sendmail cannot automatically determine your
domain

CP.tripled.iinet.net.au

# "Smart" relay host (may be null)

DSmail.m.iinet.net.au

# class E: names that should be exposed as from this host, even if we
masquerade
# class L: names that should be delivered locally, even if we have a relay
# class M: domains that should be converted to $M
#CL root
CE root

# file containing IP numbers of machines which can use our relay
F{LocalIP} /etc/mail/ip_allow

# file containing names of machines which can use our relay
F{LocalNames} /etc/mail/name_allow

# file containing names we relay to
F{RelayTo} /etc/mail/relay_allow

# default delivery mode
# changed 24/4/99 by me to defer delivery until I want it - not sendmail
# O DeliveryMode=background
O DeliveryMode=deferred

#####################
#   Trusted users   #
#####################

# this is equivalent to setting class "t"
#Ft/etc/sendmail.ct
Troot
Tdaemon
Tuucp

--These are all the parts I must have ---

Thanks in advance

--
Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.
822 Rowley Road
Oakford W.A. 6121
+61 8 9397-1040
ABN: 33 635 238 024



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to