Re: [CentOS] sendmail aliases

2008-04-02 Thread Brent L. Bates
Actually it *IS* a source change. The `confAUTO_REBUILD' option has been deleted from the sendmail source files for some time now. One can put that option in the sendmail.mc configuration file, but it will not be used because it isn't in the source any more. I've double checked this and hav

Re: [CentOS] sendmail aliases

2008-04-02 Thread Les Mikesell
Brent L. Bates wrote: Sendmail used to automatically compare creation dates of the text and database aliases files and when the text one was newer than the database one, sendmail would automatically update the database file at a convenient time. This made a lot of sense. However, the power

Re: [CentOS] sendmail aliases

2008-04-02 Thread Brent L. Bates
Sendmail used to automatically compare creation dates of the text and database aliases files and when the text one was newer than the database one, sendmail would automatically update the database file at a convenient time. This made a lot of sense. However, the powers that be decided to bre

Re: [CentOS] sendmail aliases

2008-04-01 Thread Les Mikesell
Frank Cox wrote: On Wed, 02 Apr 2008 01:00:15 +0200 David Hláčik <[EMAIL PROTECTED]> wrote: or just restart sendmail is enought? No. I run this short bash script every time I make a change in my sendmail configuration: #!/bin/bash cd /etc/mail make newaliases /etc/init.d/sendmail restart

RE: [CentOS] sendmail aliases

2008-04-01 Thread Hugh E Cruickshank
From: Chris Payne Sent: April 1, 2008 16:15 > > On Tue, Apr 01, 2008 at 04:07:33PM -0700, Hugh E Cruickshank wrote: > > From: David Hláèik Sent: April 1, 2008 16:00 > > > > > > or just restart sendmail is enought? > > > > > I do not believe that that will work. The databases are normally > > only u

Re: [CentOS] sendmail aliases

2008-04-01 Thread Frank Cox
On Tue, 01 Apr 2008 16:11:21 -0700 Hugh E Cruickshank <[EMAIL PROTECTED]> wrote: > While that will work it is really overkill. All you need to do is > edit the /etc/aliases file and issue the newaliases command. sendmail > will use the updated databases immediately. It is indeed overkill in many

Re: [CentOS] sendmail aliases

2008-04-01 Thread Chris Payne
On Tue, Apr 01, 2008 at 04:07:33PM -0700, Hugh E Cruickshank wrote: > From: David Hláèik Sent: April 1, 2008 16:00 > > > > or just restart sendmail is enought? > > > I do not believe that that will work. The databases are normally > only updated on demand when you issue the newaliases command. > re

RE: [CentOS] sendmail aliases

2008-04-01 Thread Hugh E Cruickshank
From: Frank Cox Sent: April 1, 2008 16:03 > > On Wed, 02 Apr 2008 01:00:15 David Hláčik <[EMAIL PROTECTED]> wrote: > > > or just restart sendmail is enought? > > No. > > I run this short bash script every time I make a change in my sendmail > configuration: > > #!/bin/bash > cd /etc/mail > mak

RE: [CentOS] sendmail aliases

2008-04-01 Thread Hugh E Cruickshank
From: David Hláèik Sent: April 1, 2008 16:00 > > or just restart sendmail is enought? > I do not believe that that will work. The databases are normally only updated on demand when you issue the newaliases command. restarting sendmail will just use the exiting database without the changes you did

Re: [CentOS] sendmail aliases

2008-04-01 Thread Frank Cox
On Wed, 02 Apr 2008 01:00:15 +0200 David Hláčik <[EMAIL PROTECTED]> wrote: > or just restart sendmail is enought? No. I run this short bash script every time I make a change in my sendmail configuration: #!/bin/bash cd /etc/mail make newaliases /etc/init.d/sendmail restart -- MELVILLE THEATR

Re: [CentOS] sendmail aliases

2008-04-01 Thread David Hláčik
or just restart sendmail is enought? thanks! D. On Tue, Apr 1, 2008 at 11:57 PM, Hugh E Cruickshank <[EMAIL PROTECTED]> wrote: > From: David Hláèik Sent: April 1, 2008 14:40 > > > > Hi, how to sent mail to more then one email adress > > > > here comes the part from /etc/aliases > > > > # Person

RE: [CentOS] sendmail aliases

2008-04-01 Thread Hugh E Cruickshank
From: David Hláèik Sent: April 1, 2008 14:40 > > Hi, how to sent mail to more then one email adress > > here comes the part from /etc/aliases > > # Person who should get root's mail > root: [EMAIL PROTECTED], [EMAIL PROTECTED] > > which is not working. > Your half way there. After editing