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