tlchost
Verified User
- Joined
- Apr 4, 2007
- Messages
- 320
Add aliases to exisiting accounts
Linux ignorant that I am...what would I need to do to this script to change it to add the postmaster and abuse aliases to exisiting accounts?
thanks
Thom
put the following code, then chmod it to 755:JohnCode:#!/bin/sh echo "postmaster: $username" >> /etc/virtual/$domain/aliases echo "abuse: $username" >> /etc/virtual/$domain/aliases exit 0;
Linux ignorant that I am...what would I need to do to this script to change it to add the postmaster and abuse aliases to exisiting accounts?
thanks
Thom