1 (edited by paradox5566 2013-07-09 14:26:07)

Topic: Cluebringer & Slowly receive

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 12.04
- Related log if you're reporting an issue:
Jul  9 12:19:19 james postfix/smtpd[6726]: disconnect from unknown[61.63.75.81]
Jul  9 12:19:19 james postfix/smtpd[6726]: warning: hostname example.com does not resolve to address 61.63.75.81
Jul  9 12:19:19 james postfix/smtpd[6726]: connect from unknown[61.63.75.81]
Jul  9 12:19:19 james postfix/smtpd[6726]: NOQUEUE: reject: RCPT from unknown[61.63.75.81]: 450 4.1.8 <sysadmin@spam.example.com>: Sender address rejected: Domain not found; from=<sysadmin@spam.example.com> to=<jamestest@digi.tw> proto=ESMTP helo=<spam.example.com>
====
There are 2 problems when I make a test. First, I want to restrict something such as the maximun mail numbers per time,etc.
I know it's should be operated on Cluebringer but it seems like it doesn't work. Could you pls tell me how to set and activate
it? Next, the log above was taken while sengding a large numbers of spam mails. But it was failed since the address wasn't resolved by server. And the problem is the server has disposed it for a day (we send nearly 500 spam mails). Is it normal?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Cluebringer & Slowly receive

paradox5566 wrote:

There are 2 problems when I make a test. First, I want to restrict something such as the maximun mail numbers per time,etc. I know it's should be operated on Cluebringer but it seems like it doesn't work. Could you pls tell me how to set and activate it?

Go to httpS://your_server/cluebringer/, login with your global admin account, then you can set/manage throttling.

paradox5566 wrote:

Next, the log above was taken while sengding a large numbers of spam mails. But it was failed since the address wasn't resolved by server. And the problem is the server has disposed it for a day (we send nearly 500 spam mails). Is it normal?

It says "Sender address rejected: Domain not found; from=<...> to=<jamestest@digi.tw>", that means your DNS server cannot resolve domain "digi.tw". I don't think it's caused by your spamming.

3

Re: Cluebringer & Slowly receive

Hi Zhang~ I've find the way to set the policyd v2 which is at www.zhengjinjun.com/?p=133 . Cause the policyd seems doesn't worl at all, I check the log file as below.
===============================================================================================
[2013/07/11-15:26:37 - 4209] [CORE] NOTICE: 2013/07/11-15:26:37 Server closing!
[2013/07/11-15:34:35 - 2450] [CORE] NOTICE: 2013/07/11-15:34:35 Server closing!
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE: Process Backgrounded
[2013/07/11-15:35:50 - 2134] [CBPOLICYD] NOTICE: Policyd v2 / Cluebringer - v2.0.11a-debian
[2013/07/11-15:35:50 - 2134] [CBPOLICYD] NOTICE: Initializing system modules.
[2013/07/11-15:35:50 - 2134] [CBPOLICYD] NOTICE: System modules initialized.
[2013/07/11-15:35:50 - 2134] [CBPOLICYD] NOTICE: Module load started...
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => AccessControl: enabled
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => CheckHelo: enabled
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => CheckSPF: enabled
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => Greylisting: enabled
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => Quotas: enabled
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => Protocol(Postfix): enabled
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE:   => Protocol(Bizanga): enabled
[2013/07/11-15:35:50 - 2134] [CBPOLICYD] NOTICE: Module load done.
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE: 2013/07/11-15:35:50 cbp (type Net::Server::PreFork) starting! pid(2134)
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE: Using default listen value of 128
[2013/07/11-15:35:50 - 2134] [CORE] NOTICE: Binding to TCP port 10031 on host 127.0.0.1
[2013/07/11-15:38:14 - 2988] [CORE] ERROR: 2013/07/11-15:38:14 Pid_file already exists for running process (2134)... aborting

  at line 278 in file /usr/share/perl5/Net/Server.pm
[2013/07/11-15:38:14 - 2988] [CORE] NOTICE: 2013/07/11-15:38:14 Server closing!
===============================================================================================
And the problem part of Server.pm  as below:
Line 272)  ### see if a daemon is already running
Line 273)    if( defined $prop->{pid_file} ){
Line 274)      if( ! eval{ check_pid_file( $prop->{pid_file} ) } ){
Line 275)        if (! $ENV{BOUND_SOCKETS}) {
Line 276)          warn $@;
Line 277)        }
Line 278)        $self->fatal( $@ );
Line 279)      }
Line 280)    }
===============================================================================================
Can you tell me what's going on? And how to resolve it ? Thx a lot~

4

Re: Cluebringer & Slowly receive

paradox5566 wrote:

[2013/07/11-15:38:14 - 2988] [CORE] ERROR: 2013/07/11-15:38:14 Pid_file already exists for running process (2134)... aborting

I guess restarting Cluebringer service should fix your issue.