[Greylist-users] Getting greylisting going on a new Debian

Todd Hackett me at todhackett.com
Thu Jun 26 17:37:07 PDT 2008


I checked and I do NOT have nulls in relay_ip at all.  I do remember 
that when I was adding whitelist stuff, I would need to go into the DB 
and physically remove *all* of the entries for that specific IP address 
BEFORE the whitelist.pl widget was run.  Then everything would work 
OkieDokie...  Don't know if the Debian version is different or not.  I 
figured that one day I would go in and 'fix' the code but I never seem 
to get there..

me

thing wrote:
> Brian Ross wrote:
>> The NULLs in relay_ip column don't look right to me at all....   
>> There should always be a value for relay_ip.  How did you get the 
>> Sendmail::Milter perl module?  Did you build it yourself?  Do you 
>> know if it's linked to the proper version of libmilter for your 
>> version of sendmail?
> I have no idea, its all in the Debian package system.
>
> What are the dependancies?
>
> I will go digging through the apt-cache, see if something is missing.
>
> hmmmm,
>
> I have just installed this,
>
> libmail-milter-perl - Perl extension modules for mail filtering via 
> milter
>
> ?
>
> Will test.
>
> Nope failed....
>
> This is what's installed.
>
> 8><---------
> hermes:/etc/mail# apt-get install libmilter0
> Reading package lists... Done
> Building dependency tree... Done
> libmilter0 is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> hermes:/etc/mail#
> hermes:/etc/mail# apt-get install libsendmail-pmilter-perl
> Reading package lists... Done
> Building dependency tree... Done
> libsendmail-pmilter-perl is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 8><--------
>
>>
>> Could you send the complete log entries for this qid: m5QMW4RO016829 ?
>>
> 8><-----------
> hermes:/var/log# grep m5QMW4RO016829 mail.log
> Jun 27 10:32:05 hermes sm-mta[16829]: m5QMW4RO016829: Milter: 
> to=<steven.jones at vuw.ac.nz>, reject=451 4.7.1 Please try again later 
> (TEMPFAIL)
> Jun 27 10:32:07 hermes sm-mta[16829]: m5QMW4RO016829: 
> from=<thing at thing.dyndns.org>, size=339, class=0, nrcpts=0, 
> proto=ESMTP, daemon=MTA-v4,         relay=[192.168.1.108]
> 8><-----------
>
>
>
>>
>>
>> thing wrote:
>>>
>>> from the database.
>>>
>>> mysql> select * from relaytofrom;
>>> +----+-----------+----------------------------------------------+--------------------------------------+---------------------+---------------------+---------------+--------------+---------------+-------------+---------------------+---------------------+ 
>>>
>>> | id | relay_ip  | mail_from                                    | 
>>> rcpt_to                              | block_expires       | 
>>> record_expires      | blocked_count | passed_count | aborted_count | 
>>> origin_type | create_time         | last_update         |
>>> +----+-----------+----------------------------------------------+--------------------------------------+---------------------+---------------------+---------------+--------------+---------------+-------------+---------------------+---------------------+ 
>>>
>>> |  1 | 192.168.1 | NULL                                         | 
>>> NULL                                 | 0000-00-00 00:00:00 | 
>>> 9999-12-31 23:59:59 |             0 |            0 |             0 | 
>>> MANUAL      | 2008-06-27 09:41:17 | 2008-06-27 09:41:17 |
>>> |  2 | 127.0.0.1 | NULL                                         | 
>>> NULL                                 | 0000-00-00 00:00:00 | 
>>> 9999-12-31 23:59:59 |             0 |            0 |             0 | 
>>> MANUAL      | 2008-06-27 09:41:25 | 2008-06-27 09:41:25 |
>>> |  3 | NULL      | <greylist-users-bounces at lists.puremagic.com> | 
>>> <thing at thing.dyndns.org>             | 2008-06-27 09:43:41 | 
>>> 2008-08-02 10:50:16 |             1 |            6 |             0 | 
>>> AUTO        | 2008-06-27 09:42:41 | 2008-06-27 10:50:16 |
>>> |  4 | NULL      | <thing at thing.dyndns.org>                     | 
>>> <phoebe.gray at paradise.net.nz>        | 2008-06-27 09:43:47 | 
>>> 2008-08-02 09:43:50 |             3 |            1 |             0 | 
>>> AUTO        | 2008-06-27 09:42:47 | 2008-06-27 09:43:50 |
>>> |  5 | NULL      | <thing at thing.dyndns.org>                     | 
>>> <ssj at vuw.ac.nz>                      | 2008-06-27 09:49:07 | 
>>> 2008-08-02 10:31:36 |             4 |            2 |             0 | 
>>> AUTO        | 2008-06-27 09:48:07 | 2008-06-27 10:31:36 |
>>> |  6 | NULL      | <thing at thing.dyndns.org>                     | 
>>> <steven.jones at vuw.ac.nz>             | 2008-06-27 10:33:05 | 
>>> 2008-07-01 13:32:05 |             1 |            0 |             0 | 
>>> AUTO        | 2008-06-27 10:32:05 | 2008-06-27 10:32:05 |
>>> |  7 | NULL      | <thing at thing.dyndns.org>                     | 
>>> <greylist-users at lists.puremagic.com> | 2008-06-27 10:38:42 | 
>>> 2008-08-02 10:40:26 |             1 |            1 |             0 | 
>>> AUTO        | 2008-06-27 10:37:42 | 2008-06-27 10:40:26 |
>>> +----+-----------+----------------------------------------------+--------------------------------------+---------------------+---------------------+---------------+--------------+---------------+-------------+---------------------+---------------------+ 
>>>
>>> 7 rows in set (0.00 sec)
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Greylist-users mailing list
>>> Greylist-users at lists.puremagic.com
>>> http://lists.puremagic.com/cgi-bin/mailman/listinfo/greylist-users
>
> _______________________________________________
> Greylist-users mailing list
> Greylist-users at lists.puremagic.com
> http://lists.puremagic.com/cgi-bin/mailman/listinfo/greylist-users
>

-- 
Todd Hackett    Chief Bottlewasher and general guru
POBox 1168
Libby, Montana 59923

406.293.3843   http://www.todhackett.com

By the way, have friends or relatives that would benefit from my services?
Network Administration?
Server Administration?
Firewall management.
Remote computer service.
Web and antispam/antivirus eMail hosting.

I would appreciate your referal!




More information about the Greylist-users mailing list