Date: Sat, 20 Sep 2008 18:27:16 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>, Philip Semanchuk <philip@semanchuk.com> Subject: Re: Problem report not showing up? Message-ID: <200809201827.16619.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <610C87E2-173F-4EBE-BD6E-5E3C0F56BB37@semanchuk.com> References: <A2024EDC-AB6A-4B4B-8C08-0335464AB96B@semanchuk.com> <200809201646.21149.fbsd.questions@rachie.is-a-geek.net> <610C87E2-173F-4EBE-BD6E-5E3C0F56BB37@semanchuk.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 20 September 2008 16:57:15 Philip Semanchuk wrote: > > Better yet, check your /var/log/maillog first. Once submitted you > > will get an > > autoreply, with the ID it's been assigned to. Send-pr's that don't > > show up, > > usually reside in /usr/bin/mailq. > > Good call -- there it is. I guess send-pr assumes I have a machine > from which I can send email. I'll resubmit using the Web form. It assumes the variable MAIL_AGENT is capable of sending mail: If the environment variable MAIL_AGENT is set, its value is used as the path + command line arguments of the executable to be invoked for send- ing the problem report (which will be provided via standard input). This can be useful if you either use a MTA other than sendmail or need to provide additional parameters, such as the envelope sender on machines without a valid FQDN. Default value: /usr/sbin/sendmail -oi -t If you want, you can write your own script that ssh's to a mail-sending capable machine and invokes the mail-sending program there (no extra stamps required!). -- Mel Problem with today's modular software: they start with the modules and never get to the software part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809201827.16619.fbsd.questions>