+++ sudip sinha [linux-india] <14/03/02 16:29 -0000>: > 1. How to set footer messages like company profiles for the > outgoing mails ? Do we set that in our MTA or in our MUA ? I use > sendmail.
ideally at the mua level - aka the mail client. sendmail - you'd have to upgrade to 8.12.x and use milters - it is still a hassle. > 2. Is it possible to set random messages ? in the mail user agent - esp if yours supports shell script execution (like mutt ... or kmail's "this signature is a program" ...) #!/usr/local/bin/bash cat .signature /usr/games/fortune -s -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #105 -**< Sub : Reducing processes needed >**- An attempt should be made to reduce number of processes where ever possible ... example "cat filename | less" is valid but evokes 2 processes. The same is possible with "less filename", with only one process evoked. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
