Anilkumar wrote:
Dear All,
I am intrested in knowing the From Name of mail
sender & his reply e-mail id,
what will be the command for it.
$transaction->header->get("From")
-Johan
--
Johan Almqvist
Christies gate 34 A
0557 Oslo
Norway
Mobile: +47 40 04 68 21
E-mail: [EMAIL PROTECTED]
qmsptmd-forkserver 0.32
I am seeing this error, increasingly, but far from being for every
connection:
could not open configfile ./config/logging: Too many open files at
lib/Qpsmtpd.pm line 168, line 1430.
The last item is sometimes different. I presume the last item is another
process qpsmtpd
Running 0.40 qpsmtpd-async as a spamtrap on both Linux and Solaris
(2.8/2.9).
[I use ordinary poll on Linux because my OS is too old]
I've hacked qpsmtpd-async to support daemonization and pid locking
files. Rather than dig into SVN, who should I send the modified copy
to? Matt?
I note th
Chris Lewis wrote:
I note that plugins/tls_cert clobbers the machine's name on Solaris. It
issues `hostname --fqdn` in an attempt to find the machine's full name,
and on Solaris, that's treated as setting the hostname to "--fqdn".
Ouch.
Sorry, that's my fault (but in my defense, you should
John Peacock wrote:
>
> I'm sure that there is a platform-independent way to get the hostname
How about:
use Sys::Hostname;
$host = hostname;
R.
Robin Bowes wrote:
John Peacock wrote:
I'm sure that there is a platform-independent way to get the hostname
How about:
use Sys::Hostname;
$host = hostname;
Returns the non-qualified hostname (at least on this Solaris). I guess
when it boils down to it, this machine is misconfigured. Sig
John Peacock wrote:
Chris Lewis wrote:
I note that plugins/tls_cert clobbers the machine's name on Solaris.
It issues `hostname --fqdn` in an attempt to find the machine's full
name, and on Solaris, that's treated as setting the hostname to
"--fqdn". Ouch.
Sorry, that's my fault (but in m
Chris Lewis wrote:
> I've hacked qpsmtpd-async to support daemonization and pid locking
> files. Rather than dig into SVN, who should I send the modified copy
> to? Matt?
>
Chris
Since no one else answered the question I'd recommend logging a ticket
at http://code.google.com/p/smtpd/issues/lis
On 3-Oct-07, at 5:25 PM, James Turnbull wrote:
Chris Lewis wrote:
I've hacked qpsmtpd-async to support daemonization and pid locking
files. Rather than dig into SVN, who should I send the modified copy
to? Matt?
Chris
Since no one else answered the question I'd recommend logging a ticket
a
On Oct 3, 2007, at 11:09, Chris Lewis wrote:
Running 0.40 qpsmtpd-async as a spamtrap on both Linux and Solaris
(2.8/2.9).
[I use ordinary poll on Linux because my OS is too old]
I've hacked qpsmtpd-async to support daemonization and pid locking
files. Rather than dig into SVN, who shoul
Chris Lewis wrote:
> Any idea why I'd be getting these:
>
> _convert_to_ssl failed (Could not create SSL socket: Socket operation on
> non-socket at ./plugins/tls line 158
>
> [At end of _convert_to_ssl(), I'm logging $@ if it's non-null]
>
> It may be that tls plugin's "init" method is NOT bein
Hey all,
I've lurked here for a little while but haven't popped in to say
anything til now ;)
I've been doing some performance analysis of a qpsmtpd instance I have
set up. Using async with SPF,database-driven rcpt to
checker,anglebrackets,logging/file,queue/smtp-forward can drop ~76msgs
p
12 matches
Mail list logo