--- cf/cf/linux.smtp.mc.orig Fri May 22 15:52:42 1998 +++ cf/cf/linux.smtp.mc Fri May 22 16:05:09 1998 @@ -0,0 +1,7 @@ +include(`../m4/cf.m4') +VERSIONID(`linux for smtp-only setup')dnl +OSTYPE(linux) +FEATURE(nouucp)dnl +FEATURE(always_add_domain)dnl +MAILER(local)dnl +MAILER(smtp)dnl --- cf/cf/linux.uucp.mc.orig Fri May 22 15:52:42 1998 +++ cf/cf/linux.uucp.mc Fri May 22 16:05:09 1998 @@ -0,0 +1,9 @@ +include(`../m4/cf.m4') +VERSIONID(`linux for setup with uucp which uses domain names')dnl +OSTYPE(linux) +FEATURE(nodns)dnl +FEATURE(always_add_domain)dnl +MAILER(local)dnl +MAILER(smtp)dnl +MAILER(uucp) +define(`SMART_HOST', uucp-dom:otheruucphost) --- cf/ostype/linux.m4.orig Fri May 22 15:54:41 1998 +++ cf/ostype/linux.m4 Fri May 22 15:59:28 1998 @@ -13,4 +13,7 @@ divert(0) VERSIONID(`@(#)linux.m4 8.7 (Berkeley) 5/19/98') -define(`LOCAL_MAILER_PATH', /bin/mail.local)dnl +define(`LOCAL_MAILER_PATH',`/usr/bin/procmail')dnl +define(`LOCAL_MAILER_FLAGS',`ShP')dnl +define(`LOCAL_MAILER_ARGS',`procmail -a $h -d $u')dnl +define(`QUEUE_DIR', /var/spool/mqueue)dnl --- cf/README.linux.orig Fri May 22 16:25:40 1998 +++ cf/README.linux Fri May 22 16:05:09 1998 @@ -0,0 +1,22 @@ +I have included two posssible setups for sendmail: + +- "cf/linux.smtp.mc" for people who are directly connected to the internet + (most possible via ethernet or slip). This configuration is installed by + default. + +- "cf/linux.uucp.mc", if you have one uucp host to send all mail (via uucp). + The other uucp host must understand domain names and "normal" internet + mail addresses like luser@host.domain.edu. + You first have to configure uucp to work properly (/usr/conf/uucp). + Then you have to change the name of the uucp host you are connected to in + the sendmail config file. If you are connected to "hugo", your config file + has a line "define(`SMART_HOST', uucp-dom:hugo)". + +If you want to install a new configuration file, do as root +"m4 linux.mc > /etc/sendmail.cf", where linux.mc is one of the above +config files or a new one by yourself. + +The file README contains a good description about sendmail config files. + +Florian La Roche flla@stud.uni-sb.de +