Archive for the 'Sendmail' Category

Sending files as mail attachments

This article shows how to send e-mails from a shell script, including file attachments. It lists different ways (uuencode, MIME), and explains the advantages and disadvantages of each. The appendix contains a shell script “sendfile” that simplifies sending MIME file attachments using scripts.

Sendmail to use SSL encryption for sending/receiving email

Sendmail can be configured to encrypt email via the secure socket layer (SSL) when sending and receiving messages. This requires the following configuration changes to Sendmail. Frst, SSL requires a valid certificate on the server. This can be obtained from a company which digitally signs the certificate or it can be created locally.