Skip Menu |

This queue is for tickets about the MailTools CPAN distribution.

Report information
The Basics
Id: 33663
Status: resolved
Priority: 0/
Queue: MailTools

People
Owner: Nobody in particular
Requestors: info [...] gknw.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] add support for NetWare
Date: Thu, 28 Feb 2008 16:01:40 +0100
To: bug-MailTools [...] rt.cpan.org
From: Guenter Knauf <info [...] gknw.de>
Hi Mark, on NetWare platform we also need to use the 'smtp' $MailerType; here's a small patch which adds NetWare to the list of those platforms which need smtp: --- Mailer.pm.orig Fri Nov 30 09:58:02 2007 +++ Mailer.pm Thu Feb 28 01:42:20 2008 @@ -40,7 +40,7 @@ $Mailers{sendmail} = 'sendmail' if $^O eq 'os2' && ! is_exe $Mailers{sendmail}; -if($^O eq 'MacOS' || $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'os2') +if($^O eq 'MacOS' || $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'os2' || $^O eq 'NetWare') { $MailerType = 'smtp'; $MailerBinary = $Mailers{$MailerType}; } thanks, Guenter.
--- Mailer.pm.orig Fri Nov 30 09:58:02 2007 +++ Mailer.pm Thu Feb 28 01:42:20 2008 @@ -40,7 +40,7 @@ $Mailers{sendmail} = 'sendmail' if $^O eq 'os2' && ! is_exe $Mailers{sendmail}; -if($^O eq 'MacOS' || $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'os2') +if($^O eq 'MacOS' || $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'os2' || $^O eq 'NetWare') { $MailerType = 'smtp'; $MailerBinary = $Mailers{$MailerType}; }
Subject: Re: [rt.cpan.org #33663] [PATCH] add support for NetWare
Date: Thu, 28 Feb 2008 16:10:57 +0100
To: Guenter Knauf via RT <bug-MailTools [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* Guenter Knauf via RT (bug-MailTools@rt.cpan.org) [080228 15:03]: Show quoted text
> Thu Feb 28 10:03:16 2008: Request 33663 was acted upon. > Transaction: Ticket created by info@gknw.de > Queue: MailTools > Subject: [PATCH] add support for NetWare > > Hi Mark, > on NetWare platform we also need to use the 'smtp' $MailerType; > here's a small patch which adds NetWare to the list of those platforms > which need smtp:
I googled a little, and it seems that postfix and qmail are also available on NetWare, so we can better not block the search for those. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #33663] [PATCH] add support for NetWare
Date: Thu, 28 Feb 2008 17:35:26 +0100
To: bug-MailTools [...] rt.cpan.org
From: Guenter Knauf <info [...] gknw.de>
Hi Mark, Show quoted text
>> on NetWare platform we also need to use the 'smtp' $MailerType; >> here's a small patch which adds NetWare to the list of those platforms >> which need smtp:
Show quoted text
> I googled a little, and it seems that postfix and qmail are also > available on NetWare, so we can better not block the search for > those.
please give some links where you found that! I'm working now 15 years with NetWare, + worked ~10 years very close with the Novell developers and all other developers since I was formerly Developer SysOp - so I should normally know if there exist such ports; therefore I'm _very_ curious what you found! thanks, Guenter.
Subject: Re: [rt.cpan.org #33663] [PATCH] add support for NetWare
Date: Tue, 4 Mar 2008 23:01:52 +0100
To: Guenter Knauf via RT <bug-MailTools [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Guenter Knauf via RT (bug-MailTools@rt.cpan.org) [080228 16:37]: Show quoted text
> >> on NetWare platform we also need to use the 'smtp' $MailerType; > >> here's a small patch which adds NetWare to the list of those platforms > >> which need smtp:
>
> > I googled a little, and it seems that postfix and qmail are also > > available on NetWare, so we can better not block the search for > > those.
Show quoted text
> please give some links where you found that!
I must have been too fast in my conclusions. Sorry. I will apply the patch you suggested. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Will be added in 2.03