Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

Re:Antw: Re:[milter-greylist] Open SuSE 10.2

Re:Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by Jonas Israelsson

>if i try to execute ./configure i always get the message "required libmilter not found, use --with-libmilter". So i extracted the sendmail-libmilter-includes from source and installed them in /usr/include. Then i tried to invoke 
>./configure --with-libmilter=/usr/include/libmilter and got the same message. I even tried 1000 other possibilities, but the message remains the same. Whats wrong ? Can you help me ?

It's been almost a year since I compiled greylisting, but what you experience does sound familiar. If not mistaken the file greylisting looks for is limbilter.a , could you verify this is placed in the path mentioned above? Have you compiled sendmail yourself or is it installed from package?

You should also verify that sendmail have been compiled with milter enabled, run sendmail -d0 and look for MILTER.

root@K7800002 sendmail -d0
Version 8.14.1
 Compiled with: DNSMAP LOG MATCHGECOS MILTER MIME7TO8 MIME8TO7
                NAMED_BIND NETINET NETINET6 NETUNIX NEWDB PIPELINING SCANF
                USERDB XDEBUG

Rgds Jonas

Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by Michael Lang

Hi, Jonas,

if i try to execute ./configure i always get the message "required libmilter not found, use --with-libmilter". So i extracted the sendmail-libmilter-includes from source and installed them in /usr/include. Then i tried to invoke 
./configure --with-libmilter=/usr/include/libmilter and got the same message. I even tried 1000 other possibilities, but the message remains the same. Whats wrong ? Can you help me ?

Regards
Michael

>>> "Jonas Israelsson" <jonas@...> 11.03.08 8.53 Uhr >>>
Yes, that is what I'm running.

Rgds Jonas


Michael Lang (03/11/2008 09:53):
Show quoted textHide quoted text
>Hi there,
>
>has anybody experience with milter-greylist on SuSE 10.2 and sendmail ?
>
>Thanks for your help
>Michael
>

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by Nerijus Baliunas

On Tue, 11 Mar 2008 10:16:30 +0100 Michael Lang <mlang@...> wrote:

> if i try to execute ./configure i always get the message "required libmilter not found, use --with-libmilter".

You should install sendmail-devel package.

Regards,
Nerijus

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by Nerijus Baliunas

Hello,

I think the docs should be updated like this, this is quite an often asked question:

--- milter-greylist.orig/README	2008-03-11 22:29:11.000000000 +0200
+++ milter-greylist/README	2008-03-11 22:41:38.000000000 +0200
@@ -50,7 +50,8 @@
 Build dependencies: 
 - flex (AT&T lex cannot build milter-greylist sources)
 - yacc or bison (some older yacc will fail, use bison instead)
-- libmilter (comes with Sendmail)
+- libmilter (comes with Sendmail; please install sendmail-devel package on
+  Red Hat, Fedora or SuSE or libmilter-dev package on Debian or Ubuntu)
 - Any POSIX threads library (Provided by libc on some systems)
 
 Optional dependencies: 
Show quoted textHide quoted text
On Tue, 11 Mar 2008 20:45:39 +0100 Michael Lang <mlang@...> wrote:

> Hi Nerijus, 
>   
> this solved my problem. Thank you very much ! 
>   
> Best regards 
> Michael
>
> > if i try to execute /configure i always get the message "required libmilter not found, use --with-libmilter".
> You should install sendmail-devel package.

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by manu@netbsd.org

Nerijus Baliunas <nerijus@...> wrote:

> I think the docs should be updated like this, this is quite an often asked
> question:

Checked in.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by shuttlebox

On Tue, Mar 11, 2008 at 9:45 PM, Nerijus Baliunas
<nerijus@...> wrote:
> Hello,
>
>  I think the docs should be updated like this, this is quite an often asked question:
>
>  --- milter-greylist.orig/README 2008-03-11 22:29:11.000000000 +0200
>  +++ milter-greylist/README      2008-03-11 22:41:38.000000000 +0200
>  @@ -50,7 +50,8 @@
>   Build dependencies:
>   - flex (AT&T lex cannot build milter-greylist sources)
>   - yacc or bison (some older yacc will fail, use bison instead)
>  -- libmilter (comes with Sendmail)
>  +- libmilter (comes with Sendmail; please install sendmail-devel package on
>  +  Red Hat, Fedora or SuSE or libmilter-dev package on Debian or Ubuntu)
>   - Any POSIX threads library (Provided by libc on some systems)

That kind of OS specific info would be nice on the wiki I registered
and that no one has started to use. :-(

http://milter-greylist.wikidot.com/

-- 
/peter

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by Nerijus Baliunas

On Tue, 11 Mar 2008 22:05:19 +0100 shuttlebox <shuttlebox@...> wrote:

> That kind of OS specific info would be nice on the wiki I registered
> and that no one has started to use. :-(
> 
> http://milter-greylist.wikidot.com/

I think it should be in the main documentation, wiki IMHO should contain
specific examples. And it would be nice to have a link to wiki in the
main site, if you want people to start using wiki.

Regards,
Nerijus

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-11 by Adam Katz

shuttlebox wrote:
> That kind of OS specific info would be nice on the wiki I registered
> and that no one has started to use. :-(
> 
> http://milter-greylist.wikidot.com/

That would be because the site is read-only.  Allow strangers to
modify it; it's a wiki, after all.  Spammers won't plague it thanks to
required user accounts.

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-12 by shuttlebox

On Tue, Mar 11, 2008 at 10:48 PM, Nerijus Baliunas
<nerijus@...> wrote:
> On Tue, 11 Mar 2008 22:05:19 +0100 shuttlebox <shuttlebox@...> wrote:
>
>  > That kind of OS specific info would be nice on the wiki I registered
>  > and that no one has started to use. :-(
>  >
>  > http://milter-greylist.wikidot.com/
>
>  I think it should be in the main documentation, wiki IMHO should contain
>  specific examples. And it would be nice to have a link to wiki in the
>  main site, if you want people to start using wiki.

In a previous thread someone asked for a wiki and manu said he would
link to it from the web site. I posted in that thread that I had
registered a wiki but never got a reply. I can't add the link myself.

-- 
/peter

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-12 by shuttlebox

On Tue, Mar 11, 2008 at 11:01 PM, Adam Katz <yegsa-yahoo@...> wrote:
> shuttlebox wrote:
>  > That kind of OS specific info would be nice on the wiki I registered
>  > and that no one has started to use. :-(
>  >
>  > http://milter-greylist.wikidot.com/
>
>  That would be because the site is read-only.  Allow strangers to
>  modify it; it's a wiki, after all.  Spammers won't plague it thanks to
>  required user accounts.

What do mean by read-only? I registered a test account on wikidot.org
and joined the milter-greylist wiki (both actions required) and had no
problems editing pages. As you imply, without registration a wiki can
be full of crap. Wiki spam. :-)

I haven't registered a wiki on that site before so it's entirely
possible there are issues to fix in the beginning.

-- 
/peter

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-12 by Adam Katz

>>  > That kind of OS specific info would be nice on the wiki I registered
>>  > and that no one has started to use. :-(
>>  >
>>  > http://milter-greylist.wikidot.com/
>>
>>  That would be because the site is read-only.  Allow strangers to
>>  modify it; it's a wiki, after all.  Spammers won't plague it thanks to
>>  required user accounts.
> 
> What do mean by read-only? I registered a test account on wikidot.org
> and joined the milter-greylist wiki (both actions required) and had no
> problems editing pages. As you imply, without registration a wiki can
> be full of crap. Wiki spam. :-)
> 
> I haven't registered a wiki on that site before so it's entirely
> possible there are issues to fix in the beginning.

I registered with wikidot and cannot write to the wiki.  While logged
in, I get this error:
----
Permission error
Oooops!

Sorry, you can not edit this page. Only members of this site, site
administrators and perhaps selected moderators are allowed to.
----

Clicking on the "Site members" link on the menu to the left reveals
only three accounts (two of which were added in the past few hours).
If possible, allow anybody with an account on wikidot to edit the wiki
so that you don't have to approve everybody manually.

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-12 by manu@netbsd.org

shuttlebox <shuttlebox@...> wrote:

> That kind of OS specific info would be nice on the wiki I registered
> and that no one has started to use. :-(
> 
> http://milter-greylist.wikidot.com/

I added it to the project page, perhaps it will help.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-12 by manu@netbsd.org

shuttlebox <shuttlebox@...> wrote:

> In a previous thread someone asked for a wiki and manu said he would
> link to it from the web site. I posted in that thread that I had
> registered a wiki but never got a reply. I can't add the link myself.

It's done now, sorry for letting it slip through at once.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-13 by shuttlebox

On Wed, Mar 12, 2008 at 10:11 PM,  <manu@...> wrote:
> shuttlebox <shuttlebox@...> wrote:
> > In a previous thread someone asked for a wiki and manu said he would
>  > link to it from the web site. I posted in that thread that I had
>  > registered a wiki but never got a reply. I can't add the link myself.
>
>  It's done now, sorry for letting it slip through at once.

Thanks, I'll add some more material myself and Johann Klasek wants to
add bits about the Solaris file descriptor issue and 64-bit Linux.
Adam Katz also added Debian stuff yesterday so it's slowly picking up.
:-)

What I really want to see there is help specific to each OS how to
build from source or get packages. Also example configs that
accomplish certain things. Possibly simple ways of parsing the logs
for stats. Basically what gets asked a lot on the mailing list.

-- 
/peter

Re: Antw: Re:[milter-greylist] Open SuSE 10.2

2008-03-13 by shuttlebox

On Wed, Mar 12, 2008 at 4:50 PM, Adam Katz <yegsa-yahoo@...> wrote:
>  I registered with wikidot and cannot write to the wiki.  While logged
>  in, I get this error:
>  ----
>  Permission error
>  Oooops!
>
>  Sorry, you can not edit this page. Only members of this site, site
>  administrators and perhaps selected moderators are allowed to.
>  ----
>
>  Clicking on the "Site members" link on the menu to the left reveals
>  only three accounts (two of which were added in the past few hours).
>  If possible, allow anybody with an account on wikidot to edit the wiki
>  so that you don't have to approve everybody manually.

I have tuned the permissions slightly, I hope it's enough. It still
requires an account on wikidot.com to edit, I want that so we don't
get a spam problem, the upside is that with one account one can join
all existing wikis on wikidot.com or create new wikis. I have allowed
existing pages to be edited by people who haven't yet joined the
milter-greylist wiki (only has a wikidot.com account) to shorten the
process if I'm not fast enough to approve your application when you're
in the mood to change some info. People who register can do more
though, mainly create new pages.

I have also enabled an invite module (Invite your friends on the left
menu) so you can send invites to others.

-- 
/peter

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.