Re: Spamd won't listen to spamc

2013-01-21 Thread Ed Greshko
On 01/21/2013 06:06 PM, Chuck Forsberg WA7KGX N2469R wrote:
> This is the maillog entry I get when I try to pass an email to spamc.
>
> ]: spamd: unauthorized connection from omen.com [70.89.176.169] at port 55566 
> at /usr/bin/spamd line 1271.
> Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II
>

You should be sending these questions to the "users" list since F18 has been 
released.  You are more than likely to get a better response then posting here. 

However..  While I don't currently have sendmail configured and/or using 
procmail, I don't think my system has any problem

root 26947 1  0 07:27 ?00:00:02 /usr/bin/spamd --pidfile 
/var/run/spamd.pid -d -c -m5 -H
root 26948 26947  0 07:27 ?00:00:00 spamd child
root 26949 26947  0 07:27 ?00:00:00 spamd child

netstat -nap returns

tcp0  0 127.0.0.1:783   0.0.0.0:*   LISTEN  
26947/spamd.pid -d

and

spamc < test.eml   returns the message with the following headers added

X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f18x
X-Spam-Level:
X-Spam-Status: No, score=-2.2 required=5.0 tests=DKIM_SIGNED,RCVD_IN_DNSWL_MED,
SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD autolearn=unavailable 
version=3.3.2

additionally 

[egreshko@f18x ~]$ telnet localhost 783
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
helo
SPAMD/1.0 76 Bad header line: helo
Connection closed by foreign host.

Which is what I would expect...  With the following recorded in the maillog as 
expected

Jan 22 00:02:26 f18x spamd[26948]: spamd: connection from localhost [127.0.0.1] 
at port 47657
Jan 22 00:02:40 f18x spamd[26948]: spamd: bad protocol: header error: helo
Jan 22 00:02:40 f18x spamd[26947]: prefork: child states: II


-- 
Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the Universe trying to produce bigger and 
better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry 
Compiled
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread Jóhann B. Guðmundsson

On 01/21/2013 05:51 PM, R P Herrold wrote:
Times change, and the new kid is: ... systemd 


The service bugs ( as always ) should be first filed against the 
relevant services ( spamd ) then it's maintainer will move it against 
systemd if it turns out it's actually causing it ( which more often than 
not is not the case )


JBG
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread R P Herrold

On Mon, 21 Jan 2013, Chuck Forsberg WA7KGX N2469R wrote:

]: spamd: unauthorized connection from omen.com [70.89.176.169] at 
port 55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II



:0fw
|spamc

 ...
As has been the case for the last 6+ years, the calling spamc has been on 
the same machine as spamd.

Something has changed in Fedora 18 to break it.


Times change, and the new kid is: ... systemd

I would be suspicious of a corner case of systemd, and it not 
handling the external interface connection, but ... that needs 
some research first


To partition the problem, perhaps change your iptables to pass 
all on that IP, add a spamd 'listening interface' rules 
[/etc/sysconfig/spamassassin -- a '-i' option, although the 
man page implies all interfaces are neing listened on to 
accept your boxes 'external' IP, and change your spamc 
connection to use 127.0.0.1, all come to mind


-- Russ herrold
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread Jóhann B. Guðmundsson

On 01/21/2013 05:34 PM, Chuck Forsberg WA7KGX N2469R wrote:


On 01/21/2013 09:01 AM, "Jóhann B. Guðmundsson" wrote:

On 01/21/2013 04:56 PM, Chuck Forsberg WA7KGX N2469R wrote:


On 01/21/2013 06:01 AM, "Jóhann B. Guðmundsson" wrote:

On 01/21/2013 10:06 AM, Chuck Forsberg WA7KGX N2469R wrote:

This is the maillog entry I get when I try to pass an email to spamc.

]: spamd: unauthorized connection from omen.com [70.89.176.169] at 
port 55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II


This mailing list is NOT for general help.

Use the users list:
https://admin.fedoraproject.org/mailman/listinfo/users

Also learn how to ask smart questions:

http://www.catb.org/esr/faqs/smart-questions.html#intro

Or consult spamd upstream documentation on how to list and allow 
clients


JBG

I have been using spamc since at least 2006 and probably longer.

# send mail through Spamassassin
:0fw
|spamc

Now all of a sudden Fedora 18 breaks the .procmailrc entry that was
suggested in the documentation.  Smells like a bug to me.



To me it sounds like misconfigured/unconfigured spamd which lacks "-A 
70.89.176.169" which allows "omen.com" to connect to it.
( By default only localhost is allowed ) thus user issue hence off 
topic for this list...


JBG
As has been the case for the last 6+ years, the calling spamc has been 
on the same machine as spamd.

Something has changed in Fedora 18 to break it.



Then file a bug against spamd and attach it's debug out put to it.

JBG
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread Chuck Forsberg WA7KGX N2469R


On 01/21/2013 09:01 AM, "Jóhann B. Guðmundsson" wrote:

On 01/21/2013 04:56 PM, Chuck Forsberg WA7KGX N2469R wrote:


On 01/21/2013 06:01 AM, "Jóhann B. Guðmundsson" wrote:

On 01/21/2013 10:06 AM, Chuck Forsberg WA7KGX N2469R wrote:

This is the maillog entry I get when I try to pass an email to spamc.

]: spamd: unauthorized connection from omen.com [70.89.176.169] at 
port 55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II


This mailing list is NOT for general help.

Use the users list:
https://admin.fedoraproject.org/mailman/listinfo/users

Also learn how to ask smart questions:

http://www.catb.org/esr/faqs/smart-questions.html#intro

Or consult spamd upstream documentation on how to list and allow 
clients


JBG

I have been using spamc since at least 2006 and probably longer.

# send mail through Spamassassin
:0fw
|spamc

Now all of a sudden Fedora 18 breaks the .procmailrc entry that was
suggested in the documentation.  Smells like a bug to me.



To me it sounds like misconfigured/unconfigured spamd which lacks "-A 
70.89.176.169" which allows "omen.com" to connect to it.
( By default only localhost is allowed ) thus user issue hence off 
topic for this list...


JBG
As has been the case for the last 6+ years, the calling spamc has been 
on the same machine as spamd.

Something has changed in Fedora 18 to break it.

--
 Chuck Forsberg WA7KGX   c...@omen.com   www.omen.com
Developer of Industrial ZMODEM(Tm) for Embedded Applications
  Omen Technology Inc  "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231   503-614-0430

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread Jóhann B. Guðmundsson

On 01/21/2013 04:56 PM, Chuck Forsberg WA7KGX N2469R wrote:


On 01/21/2013 06:01 AM, "Jóhann B. Guðmundsson" wrote:

On 01/21/2013 10:06 AM, Chuck Forsberg WA7KGX N2469R wrote:

This is the maillog entry I get when I try to pass an email to spamc.

]: spamd: unauthorized connection from omen.com [70.89.176.169] at 
port 55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II


This mailing list is NOT for general help.

Use the users list:
https://admin.fedoraproject.org/mailman/listinfo/users

Also learn how to ask smart questions:

http://www.catb.org/esr/faqs/smart-questions.html#intro

Or consult spamd upstream documentation on how to list and allow clients

JBG

I have been using spamc since at least 2006 and probably longer.

# send mail through Spamassassin
:0fw
|spamc

Now all of a sudden Fedora 18 breaks the .procmailrc entry that was
suggested in the documentation.  Smells like a bug to me.



To me it sounds like misconfigured/unconfigured spamd which lacks "-A 
70.89.176.169" which allows "omen.com" to connect to it.
( By default only localhost is allowed ) thus user issue hence off topic 
for this list...


JBG
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread Chuck Forsberg WA7KGX N2469R


On 01/21/2013 06:01 AM, "Jóhann B. Guðmundsson" wrote:

On 01/21/2013 10:06 AM, Chuck Forsberg WA7KGX N2469R wrote:

This is the maillog entry I get when I try to pass an email to spamc.

]: spamd: unauthorized connection from omen.com [70.89.176.169] at 
port 55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II


This mailing list is NOT for general help.

Use the users list:
https://admin.fedoraproject.org/mailman/listinfo/users

Also learn how to ask smart questions:

http://www.catb.org/esr/faqs/smart-questions.html#intro

Or consult spamd upstream documentation on how to list and allow clients

JBG

I have been using spamc since at least 2006 and probably longer.

# send mail through Spamassassin
:0fw
|spamc

Now all of a sudden Fedora 18 breaks the .procmailrc entry that was
suggested in the documentation.  Smells like a bug to me.

--
 Chuck Forsberg WA7KGX   c...@omen.com   www.omen.com
Developer of Industrial ZMODEM(Tm) for Embedded Applications
  Omen Technology Inc  "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231   503-614-0430

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Spamd won't listen to spamc

2013-01-21 Thread Jóhann B. Guðmundsson

On 01/21/2013 10:06 AM, Chuck Forsberg WA7KGX N2469R wrote:

This is the maillog entry I get when I try to pass an email to spamc.

]: spamd: unauthorized connection from omen.com [70.89.176.169] at 
port 55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II


This mailing list is NOT for general help.

Use the users list:
https://admin.fedoraproject.org/mailman/listinfo/users

Also learn how to ask smart questions:

http://www.catb.org/esr/faqs/smart-questions.html#intro

Or consult spamd upstream documentation on how to list and allow clients

JBG
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Spamd won't listen to spamc

2013-01-21 Thread Chuck Forsberg WA7KGX N2469R

This is the maillog entry I get when I try to pass an email to spamc.

]: spamd: unauthorized connection from omen.com [70.89.176.169] at port 
55566 at /usr/bin/spamd line 1271.

Jan 21 02:03:51 omen spamd[25898]: prefork: child states: II

--
 Chuck Forsberg WA7KGX   c...@omen.com   www.omen.com
Developer of Industrial ZMODEM(Tm) for Embedded Applications
  Omen Technology Inc  "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231   503-614-0430

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test