Hallo Lucas

> Here is an incoming mail hitting the server
> 
> Jun 15 10:35:55 die postfix/smtpd[9238]: connect from
> crux.nu[213.132.101.140]
> Jun 15 10:35:56 die postgrey: action=pass, reason=client AWL,
> client_name=crux.nu, client_address=213.132.101.140,
> [email protected] 
> Jun 15 10:35:56 die postfix/smtpd[9238]: 42936244B0:
> client=crux.nu[213.132.101.140]
> Jun 15 10:35:56 die postfix/cleanup[9243]: 42936244B0:
> message-id=<[email protected]>
> Jun 15 10:35:56 die postfix/qmgr[9228]: 42936244B0: from=<>, size=2527,
> nrcpt=1 (queue active)
> Jun 15 10:35:56 die postfix/smtpd[9238]: disconnect from
> crux.nu[213.132.101.140]
> Jun 15 10:35:56 die postfix/lmtp[9244]: 42936244B0: to=<[email protected]>,
> relay=die.net.au[/tmp/dspam.sock], delay=0.22, delays=0.16/0/0/0.06,
> dsn=2.6.0, status=sent (250 2.6.0 <[email protected]> Message accepted for
> delivery)
> Jun 15 10:35:56 die postfix/qmgr[9228]: 42936244B0: removed
> 
I don't see the message getting back into Postfix. I see the delivery to DSPAM 
over LMTP but the reinjection into Postfix I don't see.

Could you try to change in your master.cf the part with port 10026 to be like 
that here:
127.0.0.1:10026 inet n  -       n       -       -       smtpd
    -o content_filter=
    -o local_header_rewrite_clients=
    -o local_recipient_maps=
    -o mynetworks=127.0.0.0/8
    -o mynetworks_style=host
    -o 
receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_milters
    -o relay_recipient_maps=
    -o smtp_send_xforward_command=yes
    -o smtpd_authorized_xforward_hosts=127.0.0.0/8
    -o smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
    -o smtpd_client_restrictions=permit_mynetworks,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    -o smtpd_delay_reject=no
    -o smtpd_end_of_data_restrictions=
    -o smtpd_error_sleep_time=0
    -o smtpd_hard_error_limit=1000
    -o smtpd_helo_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_restriction_classes=
    -o smtpd_sender_restrictions=
    -o smtpd_soft_error_limit=1001
    -o strict_rfc821_envelopes=yes

Should you have a version of Postfix not able to run milters, then remove the 
option "no_milters".

After restarting Postfix could you try to connect with telnet to localhost on 
port 10026 and just type "ehlo localhost" and press enter, then "rset" and 
press enter, then "quit" and press enter and then post the output here on the 
list again?


> Configuration parameters: --prefix=/usr --sysconfdir=/etc
> --mandir=/usr/man
> --with-dspam-home=/var/dspam --with-storage-driver=hash_drv
> --enable-daemon
> --enable-debug
> 
Could you set the one below as well?:
 --localstatedir=/var/lib
 --enable-syslog
 --with-logdir=/var/log/dspam

Would not be bad if you could add the one below as well:
 --with-dspam-group=dspam
 --with-dspam-home-group=dspam
 --with-dspam-mode=2511

And ensure that you have an user and group with the name "dspam".


> Again, just following orders :)
> 
>From the README or another file distributed with DSPAM? What file is that? I 
>need to fix/change that.


Steve

-- 
GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und Telefonanschluss
für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to