Re[2]: [AMaViS-user] help!!! conection timed out

2006-01-18 Thread bart
\
 Everything works like a charm till today.
 Since morning emails stuck in mqueue-rx and there is lot of Connection
 timed out [127.0.0.1] or Connection rset by peer [127.0.0.1] or
 Deffered. Sendmail deliver email with 30-60 miutes delay
 I user sendmail sendmail-8.12.11-4.RHEL3.1 with latest amavis.

 Restart amavisd-new

I've restarted amavisd many times and rebooted server also
stiil the same



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re[3]: [AMaViS-user] help!!! conection timed out

2006-01-18 Thread bart
Witaj bart,

W Twoim liście datowanym 18 stycznia 2006 (14:23:12) można przeczytać:

 \
 Everything works like a charm till today.
 Since morning emails stuck in mqueue-rx and there is lot of Connection
 timed out [127.0.0.1] or Connection rset by peer [127.0.0.1] or
 Deffered. Sendmail deliver email with 30-60 miutes delay
 I user sendmail sendmail-8.12.11-4.RHEL3.1 with latest amavis.

 Restart amavisd-new

when I start
/usr/sbin/sendmail -oQ/var/spool/tempm -q -v

Running /var/spool/tempm/k0IC6PJJ019775 (sequence 1 of 907)
[EMAIL PROTECTED]... Connecting to local...


to czasem dlugo trwa



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] How to CC a copy of spam notification to local admin?

2006-01-18 Thread Mark Martinec
Rich,

 I recently started running amavisd-new 2.3.3 (together with
 ClamAV 0.88, Postfix 2.3-20051229, and Cyrus 2.3.1) on a
 FreeBSD 4.11-RELEASE system.

 In those cases where amavisd sends out a bounce notice to the
 sender of a spam message (when the score is high enough to
 make it probably spam, but not so high that it absolutely
 MUST be spam), is there any way for me to configure amavisd
 to send me (the local admin) a copy of the bounce notice?
 (I.e., the bounce notice would be sent both to the sender and
 also to me?)

You can have a copy of all delivery status notifications
by adding your address to the list of recipients:

Search for 'sub delivery_status_notification'.
Near the end of this subroutine there is a statement:

$notification-recips([$msginfo-sender_contact]);

You can add your address to the list there, e.g.:

$notification-recips(
  [$msginfo-sender_contact, '[EMAIL PROTECTED]'] );

Mark


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] Rewritten Courier patch

2006-01-18 Thread Martin Orr
The Courier patch for amavisd-new has been completely rewritten.  The new
patch (to be applied to amavisd-new 2.3.3 + Amavis::TempDir patch) is at
http://www.martinorr.name/amavisd-new/2.3.3/amavisd-new-courier-devel.patch
and an updated README is at
http://www.martinorr.name/amavisd-new/2.3.3/README-devel.txt

The major change in this version is that it now supports the D_BOUNCE and
D_DISCARD message destinies and adding and deleting recipients (due to
differing per-recipient configuration or addr_extension_*_maps).

In addition to that, the Amavis::In::Courier package has been tidied up and
split into multiple methods, of a hopefully manageable length.  Several new
features in amavisd-new core code, which required changes to
Amavis::In::Courier to take advantage of, have also been dealt with (in
particular MYNETS and MYUSERS policy banks and SNMP counters).  And it now
uses the Amavis::TempDir module, a patch for which is at
http://www.martinorr.name/amavisd-new/2.3.3/tempdir.patch

My apologies to those to whom I said (I think it was on courier-users) that
this would be done in September/October.  Adding header editing support is
the next item on my plan, but as my university term starts tomorrow I will
probably not be able to work on it again for a couple of months.

In testing this patch, I have discovered a problem which cannot be fixed
without altering mail_via_pipe: mail_via_pipe overrides an empty envelope
sender with '' because the original sendmail accepts -f '' but not -f ''
Courier's sendmail however is the other way round: it accepts -f '' but
gives 517 Syntax error in response to -f ''
This can be worked around by explicitly setting $mailfrom_notify_sender to a
non-empty value, but then of course the DSNs generated are incorrect.  Mark,
do you have any suggestions?

-- 
Martin Orr


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] amavis-stats 0.1.20 problem - Is this the right place to ask?

2006-01-18 Thread Dale Walsh


On Jan 18, 2006, at 14:38 , Stephen Carter wrote:

I didn't find a current amavis-stats list or openly available e- 
mail address for dale walsh (at least not in the amavis-stats  
download) so I thought I'd ask here.


I'm running SuSE 9.3 and have amavis-stats v 0.1.20 pretty much  
running fine, apart from the following php errors when I access the  
stats web page:


Warning: Cannot modify header information - headers already sent by  
(output started at /usr/local/share/amavis-stats/amavis-stats.php: 
277) in /usr/local/share/amavis-stats/includes/page_header.php on  
line 41


Warning: Cannot modify header information - headers already sent by  
(output started at /usr/local/share/amavis-stats/amavis-stats.php: 
277) in /usr/local/share/amavis-stats/includes/page_header.php on  
line 47


Warning: Cannot modify header information - headers already sent by  
(output started at /usr/local/share/amavis-stats/amavis-stats.php: 
277) in /usr/local/share/amavis-stats/includes/page_header.php on  
line 48


This occurs when some output is generated in the web interface before  
it outputs the html page.




I did a little hunting around and found some general coding errors  
that can cause this and couldn't find anything similar in amavis- 
stats although I'm not a programmer so I wasn't counting on finding  
the problem there.


Can someome tell me how to fix this problem? The alternative I have  
is to comment out the offending lines, but this disables what  
appears to be some no-cache directives in the original php code  
which I'd like to keep if possible.


I see a small error in my logic where I don't test for the existence  
of virus data before calling rrd_graph, I'll correct this and have a  
solution soon but seeing as how you now have virus data you wont be  
experiencing this problem anymore.




Thanks,

Stephen Carter


-- Dale


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/