Re: Single SMTP out server

2001-05-31 Thread Flavio Curti
hi just make a file 'smtproutes' in /var/qmail/control with :ipofmailserver as content on all the webservers. greetz & hope it helps Flavio On Thu, 31 May 2001 09:29:38 -0500 "Brian Moon" <[EMAIL PROTECTED]> wrote: > Hi, > > We use PHP for our web site(s). It has the mail() function which

RE: Single SMTP out server

2001-05-31 Thread Hubbard, David
Just put: sendmail_path=/var/qmail/bin/qmail-inject in your /usr/local/lib/php.ini file and your mail() function will use qmail instead. On all of your web servers, put ":1.2.3.4" in your /var/qmail/control/smtproutes where the 1.2.3.4 is the address of your relaying mail server. They will now f

Re: Single SMTP out server

2001-05-31 Thread Henning Brauer
On Thu, May 31, 2001 at 09:29:38AM -0500, Brian Moon wrote: > course. What I would like to do is have qmail on all servers except the the > mail server relay their mail through the mail server instead of sending it > themselves. echo ":your.main.mail.server" > /var/qmail/control/smtproutes --