Results 1 to 3 of 3

Thread: Sendmail Script

  1. #1
    Newbie
    Join Date
    Jun 2004
    Location
    Karachi
    Posts
    2

    Sendmail Script

    i want to send the mail all of my company users at a time.
    how can i do that

  2. #2
    i want to send the mail all of my company users at a time.
    how can i do that
    The easiest way is to make mail aliases. Look at /etc/aliases for that.

  3. #3

    sendmail

    create one file in /etc/mail say sf_list

    in that file enter name of users
    tom
    jack
    .
    .

    then in /etc/alliases file enter
    software: ":include:/etc/mail/sf_list"
    then run newaliases
    then restart sendmail

    then send mail to software mail will go to tom,jack



    :lol:

Similar Threads

  1. Firewall script in RHEL 4
    By sud.tech in forum Programming
    Replies: 8
    Last Post: 06-12-2008, 01:07 PM
  2. Sendmail startup script
    By lasanthaindika in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 05-10-2007, 07:18 PM
  3. Rsync incremental backup script
    By vwgtiturbo in forum Programming
    Replies: 6
    Last Post: 06-07-2006, 08:19 PM
  4. Seems sendmail still relaying spam. Please take a look.
    By usa_serega in forum Linux - Software, Applications & Programming
    Replies: 1
    Last Post: 01-23-2006, 09:45 AM
  5. Shell Script to modify apachectl
    By gaxprels in forum Programming
    Replies: 6
    Last Post: 07-23-2002, 07:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •