Re: qmail's sendmail wrapper and PHP4 mail() function

2001-06-21 Thread peter green
* Adam McKenna [EMAIL PROTECTED] [010621 01:40]: I just installed qmail for a client, and he is complaining that mails he is sending out, that used to work fine, now are coming through without any newlines. That's odd. What version of PHP4, out of curiosity? (It probably doesn't matter,

Re: qmail's sendmail wrapper and PHP4 mail() function

2001-06-21 Thread Adam McKenna
On Thu, Jun 21, 2001 at 08:47:14AM -0400, peter green wrote: * Adam McKenna [EMAIL PROTECTED] [010621 01:40]: I just installed qmail for a client, and he is complaining that mails he is sending out, that used to work fine, now are coming through without any newlines. That's odd. What

qmail's sendmail wrapper and PHP4 mail() function

2001-06-20 Thread Adam McKenna
I just installed qmail for a client, and he is complaining that mails he is sending out, that used to work fine, now are coming through without any newlines. I've looked on php.net and around the web, and it seems that the solution to this problem is to set sendmail_path to be

does qmail's sendmail have problems with PHP?

2001-01-06 Thread Jeremy Anthony
AIL PROTECTED]X-Mailer[EMAIL PROTECTED]X-Mailer: PHP/4.0.4 does qmail's sendmail program not work as it should, the real sendmail works just fine - jeremy

Re: supposed output of qmail's sendmail wrapper?

2000-08-24 Thread FCP Wong
what happens when you go: echo To: me | /var/qmail/bin/sendmail ? Nothing happens when I do this. In fact, I've almost got everything working except for the sendmail wrapper... This is really weird... Wong

Re: supposed output of qmail's sendmail wrapper?

2000-08-24 Thread Charles Cazabon
FCP Wong [EMAIL PROTECTED] wrote: Even if I just type "sendmail --help", it just carriage returns into the next line and hangs there indefinitely... Yep. It's waiting for an eof, just as qmail-inject does. ok... may I know what character is the exit code? usually when I type

supposed output of qmail's sendmail wrapper?

2000-08-23 Thread FCP Wong
Hi What am I supposed to see when I run /var/qmail/bin/sendmail from the command line? Even if I just type "sendmail --help", it just carriage returns into the next line and hangs there indefinitely... Happens too for every other combination of options I tried... qmail-inject works fine doing

Re: supposed output of qmail's sendmail wrapper?

2000-08-23 Thread markd
On Thu, Aug 24, 2000 at 11:50:27AM +0800, FCP Wong wrote: Hi What am I supposed to see when I run /var/qmail/bin/sendmail from the command line? Nothing except an exit code, just as you do with qmail-inject. Even if I just type "sendmail --help", it just carriage returns into the next

Re: supposed output of qmail's sendmail wrapper?

2000-08-23 Thread FCP Wong
Thanks for the answers... gotta couple more to verify... Even if I just type "sendmail --help", it just carriage returns into the next line and hangs there indefinitely... Yep. It's waiting for an eof, just as qmail-inject does. ok... may I know what character is the exit code? usually

Re: qmail's sendmail

2000-05-03 Thread Dave Sill
"J.M. Roth \(iip\)" [EMAIL PROTECTED] wrote: Ok well, what do you mean with "mimic sendmail". A customer asked me to point out to him all the options of our mail sending tool for use in his cgi progs. I'm not sure what to say... # grep usage: sendmail.c substdio_putsflush(subfderr,"sendmail:

Re: qmail's sendmail

2000-05-03 Thread Johan Almqvist
On Wed, May 03, 2000 at 08:33:44AM -0400, Dave Sill wrote: Ok well, what do you mean with "mimic sendmail". A customer asked me to point out to him all the options of our mail sending tool for use in his cgi progs. I'm not sure what to say... Or else, you might want to introduce your users

Re: qmail's sendmail

2000-05-02 Thread Jim Simmons
I've seen this happen on a RedHat Linux box -- a user (root) ran linuxconf and apparently looked at (changed?) some of the network configuration. Linuxconf is braindead and as part of its setup it will change the permissions on /usr/lib/sendmail, even if you don't have sendmail installed. In

Re: qmail's sendmail

2000-05-02 Thread markd
On Tue, May 02, 2000 at 05:41:22PM +0200, J.M. Roth wrote: Hi! First, is this correct, I mean should it be SUID? -rwsr-sr-x 1 root root 9.4k Oct 2 1999 /var/qmail/bin/sendmail Nope. That looks very much like the permissions of the original sendmail. How did these permissions

Re: qmail's sendmail

2000-05-02 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 17:41, J.M. Roth wrote: Hi! First, is this correct, I mean should it be SUID? -rwsr-sr-x 1 root root 9.4k Oct 2 1999 /var/qmail/bin/sendmail Not at all. qmail-queue is SUID qmailq, and that's all you need to

Re: qmail's sendmail

2000-05-02 Thread Bruce Guenter
On Tue, May 02, 2000 at 11:55:22AM -0400, Jim Simmons wrote: In particular, /usr/lib/linuxconf/redhat/perm/mail has: /usr/sbin/sendmail rootrootf 6755 This was on a RedHat 6.0 system (an Alpha) -- I don't know if this has been fixed in newer versions of RedHat (I

Re: qmail's sendmail

2000-05-02 Thread J.M. Roth \(iip\)
l list'" [EMAIL PROTECTED] Sent: Tuesday, May 02, 2000 5:42 PM Subject: Re: qmail's sendmail -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 17:41, J.M. Roth wrote: Hi! First, is this correct, I mean should it be SUID? -rwsr-sr-x 1 root root 9.4k Oct 2

Re: qmail's sendmail

2000-05-02 Thread markd
- Original Message - From: "Petr Novotny" [EMAIL PROTECTED] To: "'qmail list'" [EMAIL PROTECTED] Sent: Tuesday, May 02, 2000 5:42 PM Subject: Re: qmail's sendmail -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 17:41, J.M. Roth wrote:

qmail's sendmail

2000-05-02 Thread J.M. Roth
Hi! First, is this correct, I mean should it be SUID? -rwsr-sr-x 1 root root 9.4k Oct 2 1999 /var/qmail/bin/sendmailSecond, can you point me to the options list of that program. man sendmail on my system reveals the real sendmail man page as it seems. Regards! --jmr

Re: Qmail's sendmail does not obey $MAILUSER, $MAILHOST etc.

2000-04-14 Thread mrogers
John Levine wrote: The "sendmail" program is just a wrapper around qmail-inject, and does indeed look at those variables. But it only looks at them if there isn't already a From: line, and pine is a helpful program that puts a From: line in messages it writes. The thing is, I have set

Qmail's sendmail does not obey $MAILUSER, $MAILHOST etc.

2000-04-12 Thread Michael Rogers
b/sendmail is a symbolic link to /var/qmail/bin/sendmail. I don't have any other sendmail installed. It looks like qmail's sendmail does not obey the MAILUSER and MAILHOST variables in the same way as qmail-inject. Is there any way to change the user name which appears in my messages when using sendmai

Re: Qmail's sendmail does not obey $MAILUSER, $MAILHOST etc.

2000-04-12 Thread John R. Levine
qmail's sendmail does not obey the MAILUSER and MAILHOST variables in the same way as qmail-inject. Is there any way to change the user name which appears in my messages when using sendmail? The "sendmail" program is just a wrapper around qmail-inject, and does indeed look at those

Re: Personal name qmail's sendmail replacement

1999-07-26 Thread Robert Varga
On Mon, 26 Jul 1999, Sergei Kolobov wrote: [EMAIL PROTECTED] wrote: What is the proper environment variable to use for setting the personal name in the From: field when sending mail by invoking qmail's sendmail replacement? I'm getting a lite tired of "[EMAIL PROTECTED]&q

Personal name qmail's sendmail replacement

1999-07-25 Thread scode
Hello! What is the proper environment variable to use for setting the personal name in the From: field when sending mail by invoking qmail's sendmail replacement? I'm getting a lite tired of "[EMAIL PROTECTED]" being the only thing showing up in the From: field in people's ma

Re: Personal name qmail's sendmail replacement

1999-07-25 Thread Keith Burdis
On Sun 1999-07-25 (17:09), [EMAIL PROTECTED] wrote: Hello! What is the proper environment variable to use for setting the personal name in the From: field when sending mail by invoking qmail's sendmail replacement? I'm getting a lite tired of "[EMAIL PROTECTED]" being the o