Re: Sendmail::Milter

2004-05-23 Thread Lucas Albers
Dirk Tamme said: > The solution was to install mod_perl: > > cd /usr/local/src > wget http://perl.apache.org/dist/mod.perl-1.0-current.tar.gz > tar -xzf mod.perl-1.0-current.tar.gz > cd /usr/local/src/mod_perl-1.29 > perl Makefile.PL NO_HTTPD=1 > make > make install Just install it from apt, via:

Re: Sendmail::Milter

2004-05-23 Thread Lucas Albers
Dirk Tamme said: > The solution was to install mod_perl: > > cd /usr/local/src > wget http://perl.apache.org/dist/mod.perl-1.0-current.tar.gz > tar -xzf mod.perl-1.0-current.tar.gz > cd /usr/local/src/mod_perl-1.29 > perl Makefile.PL NO_HTTPD=1 > make > make install Just install it from apt, via:

Re: Sendmail::Milter

2004-04-26 Thread Hilko Bengen
Dirk Tamme <[EMAIL PROTECTED]> writes: > I'm using sendmail 8.12.11 ( including the Milter interface), and I > want to use the Perl interface Sendmail::Milter. > To install Sendmail::Milter, I had done the following: Are you aware of libsendmail-milter-perl's existence? -Hilko

Re: Sendmail::Milter

2004-04-26 Thread Hilko Bengen
Dirk Tamme <[EMAIL PROTECTED]> writes: > I'm using sendmail 8.12.11 ( including the Milter interface), and I > want to use the Perl interface Sendmail::Milter. > To install Sendmail::Milter, I had done the following: Are you aware of libsendmail-milter-perl's ex

Sendmail::Milter

2004-04-23 Thread Dirk Tamme
Hello, my problem was that my Perl-Script with Sendmail::Milter gave the error message /usr/bin/perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/Sendmail/Milter/Milter.so: undefined symbol: smfi_setconn The solution was to install mod_perl: cd /usr/local/src

Sendmail::Milter

2004-04-23 Thread Dirk Tamme
Hello, my problem was that my Perl-Script with Sendmail::Milter gave the error message /usr/bin/perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/Sendmail/Milter/Milter.so: undefined symbol: smfi_setconn The solution was to install mod_perl: cd /usr/local

Re: Sendmail::Milter

2004-04-23 Thread Dirk Tamme
hich provides a nice way to use it via perl. Thank you for suggesting MIMEdefang. Nevertheless, I'm looking for a solution of my original problem: It is the error message /usr/bin/perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/Sendmail/Milter/M

Re: Sendmail::Milter

2004-04-23 Thread Dirk Tamme
hich provides a nice way to use it via perl. Thank you for suggesting MIMEdefang. Nevertheless, I'm looking for a solution of my original problem: It is the error message /usr/bin/perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/Sendmail/Milter/M

Re: Sendmail::Milter

2004-04-22 Thread Lucas Albers
I've also had a lot of success using mimefang on our external mail server

Re: Sendmail::Milter

2004-04-22 Thread Lucas Albers
I've also had a lot of success using mimefang on our external mail server. It's easy to configure for any of your mail filtering needs. Bojens, Kai said: > I don't have a solution for your particular problem but i am using > the milter interface via MIMEdefang which provides a nice way to > use it

Re: Sendmail::Milter

2004-04-22 Thread Bojens, Kai
Hi. > I'm using sendmail 8.12.11 ( including the Milter interface), and > I want to use the Perl interface Sendmail::Milter. I don't have a solution for your particular problem but i am using the milter interface via MIMEdefang which provides a nice way to use it via perl. W

Re: Sendmail::Milter

2004-04-22 Thread Bojens, Kai
Hi. > I'm using sendmail 8.12.11 ( including the Milter interface), and > I want to use the Perl interface Sendmail::Milter. I don't have a solution for your particular problem but i am using the milter interface via MIMEdefang which provides a nice way to use it via perl. W

Sendmail::Milter

2004-04-22 Thread Dirk Tamme
Hello, I'm using sendmail 8.12.11 ( including the Milter interface), and I want to use the Perl interface Sendmail::Milter. To install Sendmail::Milter, I had done the following: cd /usr/local/src/Sendmail-Milter-0.18 perl Makefile.PL /usr/local/src/sendmail-8.12.11\ /usr/local/src/sen

Sendmail::Milter

2004-04-22 Thread Dirk Tamme
Hello, I'm using sendmail 8.12.11 ( including the Milter interface), and I want to use the Perl interface Sendmail::Milter. To install Sendmail::Milter, I had done the following: cd /usr/local/src/Sendmail-Milter-0.18 perl Makefile.PL /usr/local/src/sendmail-8.12.11\ /usr/local/src/sen