Re: [CentOS] /etc/aliases file wildcard

2009-10-28 Thread Les Mikesell
Jerry Geis wrote: > I have been trying to find out if the /etc/aliases file > can accept wildcards in the user name > > I was hoping that a line like or similiar: > > machine*: myaccount > > would take any name matching machine* and forward onto the myaccount > mailbox. > > man aliases didnt r

Re: [CentOS] /etc/aliases file wildcard

2009-10-28 Thread Neil Aggarwal
> machine*: myaccount > > would take any name matching machine* and forward onto the > myaccount > mailbox. Would putting a wildcard in /etc/mail/virtusertable solve the problem? Neil -- Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com CentOS 5.4 KVM VPS $55/mo, no setup fe

Re: [CentOS] /etc/aliases file wildcard

2009-10-28 Thread Radu Radutiu
On Wed, Oct 28, 2009 at 3:14 AM, Jerry Geis wrote: > I have been trying to find out if the /etc/aliases file > can accept wildcards in the user name > > I was hoping that a line like or similiar: > > machine*: myaccount > > would take any name matching machine* and forward onto the myaccount > mai

Re: [CentOS] /etc/aliases file wildcard

2009-10-28 Thread lhecking
Jerry Geis writes: > I have been trying to find out if the /etc/aliases file > can accept wildcards in the user name > > I was hoping that a line like or similiar: > > machine*: myaccount > > would take any name matching machine* and forward onto the myaccount > mailbox. > > man aliases didnt

[CentOS] /etc/aliases file wildcard

2009-10-27 Thread Jerry Geis
I have been trying to find out if the /etc/aliases file can accept wildcards in the user name I was hoping that a line like or similiar: machine*: myaccount would take any name matching machine* and forward onto the myaccount mailbox. man aliases didnt really help me nor did I find anything el