>You've configured your mail system to send your outbound mail
>through dspam, as well as incoming mail. It's actually creating a
>dspam user for each address you send mail to, and storing token data
>and possibly signatures etc. for each of them.
Thank you for you quick reply. I understand what you are saying, but am
unsure how to implement it. Please indulge me a little bit to make sure I
fully understand.
In my postfix master.cf file I have:
#Part A:
smtp inet n - n - - smtpd
-o content_filter=lmtp:unix:/tmp/dspam.sock
#Part B:
localhost:10026 inet n - n - - smtpd
-o content_filter=
-o
receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
This is as suggested in the postfix.txt file. Part A being where mail comes
in and Part B being the part where dspam re-injects mail back into postfix.
Are you saying that other than port 25 I should send my mail out on port
10026 (the same port that DSPAM re-injects email)?
Regards,
Brad
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Alger
Sent: Sunday, March 04, 2007 8:47 PM
To: [email protected]
Subject: Re: [dspam-users] Understanding Notification
On Sun, Mar 04, 2007 at 08:36:05PM -0700, Brad Hodges wrote:
> When I receive my first email I get the notification message just
> fine; however in testing, an account from another domain email
> address it also receives a notification message.
You've configured your mail system to send your outbound mail
through dspam, as well as incoming mail. It's actually creating a
dspam user for each address you send mail to, and storing token data
and possibly signatures etc. for each of them.
> Postfix is working just fine, again it is the notification that has me
> puzzled. Can anyone please led me to the road of enlightment?
Typically you create an smtpd listener (in master.cf) and have that
one invoke the dspam content filter. Local users should be sending
via a different listener (on a different IP address or port).
You can also set up separate instances of dspam quite easily; if you
find your listener configurations are diverging a lot, you should
consider splitting them up into different instances, which makes it
easier to manage.
!DSPAM:45eb971d204091102913257!