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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo