| Hi All,
| 
| I am using Sendmail 8.11.2. I am facing one problem in configuring
| aliases.
| I want to configure like this:
| 
| if i send a mail to one user it has to deliver to 5 users.
| 
| i opened /etc/aliases file and configured like this:
| 
| test:        kiran, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
| [EMAIL PROTECTED]
| 
| after this i updated the aliases database using:
| 
| newaliases or /usr/lib/sendmail -bi
| 
| but it gave the following  errors:
| 
| /etc/aliases: line 46: dumper... cannot alias non-local names
| /etc/aliases: line 47: abuse... cannot alias non-local names
| /etc/aliases: line 49: newsadm... cannot alias non-local names
| /etc/aliases: line 50: newsadmin... cannot alias non-local names
| /etc/aliases: line 51: usenet... cannot alias non-local names
| /etc/aliases: line 52: ftpadm... cannot alias non-local names
| /etc/aliases: line 53: ftpadmin... cannot alias non-local names
| /etc/aliases: line 54: ftp-adm... cannot alias non-local names
| /etc/aliases: line 55: ftp-admin... cannot alias non-local names
| /etc/aliases: line 58: decode... cannot alias non-local names
| /etc/aliases: line 58: test... cannot alias non-local names
| /etc/aliases: 0 aliases, longest 0 bytes, 0 bytes total
| 

this error basically means that only local users can be aliased.
all the people whom u want in that list should be a local user on the box.

Arvind





-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to