From: <tones Date: January 13 2005 9:19pm Subject: Eventum mail routing with .qmail or any MTA List-Archive: http://lists.mysql.com/eventum-users/734 Message-Id: <3AF6C39D31ABE040B58665012EC2C1E738653E@cclrsrv2.cclr.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4F9B5.92ED91FA" ------_=_NextPart_001_01C4F9B5.92ED91FA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable What is the best syntax for a .qmail file to get it to process the emails for a project? =20 I am sending an email to say ticket-2@stripped and it only on occassion gets added to the "associate emails" list. My current setup in my .qmail-default is this. =20 user: ticket contents of .qmail-default shown via cat below: =20 ppvsrv1:/home/ticket# cat .qmail-default=20 ./email.txt | /home/ticket/process_emails.sh =20 contents of process_emails.sh is shown via cat below: ppvsrv1:/home/ticket# cat process_emails.sh=20 cat email.txt | php /usr/vips/domain.subdomain.com/docs/tickets/misc/route_emails.php 1=20 rm email.txt =20 Am I doing this correctly? I tried calling the php directly from .qmail and php was complaining about No_input_file and qmail kept saying deferred. =20 Any suggestions? Am I even going about all this in the best way? I tend to take the hard way on accident unfortunately. I don't even care to use qmail if it's not the best method. =20 Warmest regards, Tony Rios ------_=_NextPart_001_01C4F9B5.92ED91FA--