[exim] 421 SMTP command timeout - closing connection ISSUE

2012-12-21 Thread dhanushka ranasinghe
Hi guys ,,

Im getting the following error in  my EXIM mail server when i telnet in to
it ..

OS  is Debina squeeze 6  and using exim split configuration model

i found out that  want to increase the smtp_accept_max value to Fix the
421  SMTP error

where do i need to put the  smtp_accept_max= configuration in exim ?  is
it in /etc/exim4/conf.d/main/02_exim4-config_options   File

Please advice


Thank you
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] 421 SMTP command timeout - closing connection ISSUE

2012-12-21 Thread dhanushka ranasinghe
Sorry , Error what im  getting is  *421 Too many concurrent SMTP
connections*  not the
421 SMTP command timeout - closing connectionWhat i mention in the subject
by mistake


On 20 December 2012 23:17, dhanushka ranasinghe parakrama1...@gmail.comwrote:

 Hi guys ,,

 Im getting the following error in  my EXIM mail server when i telnet in to
 it ..

 OS  is Debina squeeze 6  and using exim split configuration model

 i found out that  want to increase the smtp_accept_max value to Fix the
 421  SMTP error

 where do i need to put the  smtp_accept_max= configuration in exim ?  is
 it in /etc/exim4/conf.d/main/02_exim4-config_options   File

 Please advice


 Thank you

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] 421 SMTP command timeout - closing connection ISSUE

2012-12-21 Thread Chris Russell
 Sorry , Error what im  getting is  *421 Too many concurrent SMTP 
 connections*  not the
 421 SMTP command timeout - closing connectionWhat i mention in the subject by 
 mistake

 Exim is seeing too many concurrent SMTP connections - you should be able to 
verify this via netstat, and it might be worth seeing if there is anything in 
your config (malware/spam scanning etc) causing this to take a significant 
amount of time. On the other hand,  it might be spammers :)

  You can increase via the global section of exim.conf (essentially top of main 
config):

Ie:

smtp_accept_max = 
smtp_connect_backlog = 


Chris


Knowledge I.T.
'Unifying Business Technology'
www.knowledgeit.co.uk

Knowledge Limited, Company Registration: 1554385
Registered Office: New Century House, Crowther Road, Washington, Tyne  Wear. 
NE38 0AQ
Leeds Office: Viscount Court, Leeds Road, Rothwell, Leeds. LS26 0GR

Tel: 0845 142 0020. Fax: 0845 142 0021

E-Mail Disclaimer: This e-mail message is intended to be received only by 
persons entitled to receive the confidential information it may contain. E-mail 
messages to clients of Knowledge IT may contain information that is 
confidential and legally privileged. Please do not read, copy, forward, or 
store this message unless you are an intended recipient of it. If you have 
received this message in error, please forward it to the sender and delete it 
completely from your computer system.

Please consider the environment before printing this email.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] 421 SMTP command timeout - closing connection ISSUE

2012-12-21 Thread dhanushka ranasinghe
Hi..

i have split exim configuration mode , in that case im not using exim.conf

i have following files in /etc/exim4

  update-exim4.conf.conf conf.d

 inside /etc/exim4/conf.d folder  have following folders ...

rewrite
router
transport
retry
auth
main
acl

in split configuration mode , which file i need to edit to add ,

smtp_accept_max = 
smtp_connect_backlog = 

Thanks in Advance


On 21 December 2012 15:48, Chris Russell chris.russ...@knowledgeit.co.ukwrote:

  Sorry , Error what im  getting is  *421 Too many concurrent SMTP
 connections*  not the
  421 SMTP command timeout - closing connectionWhat i mention in the
 subject by mistake

  Exim is seeing too many concurrent SMTP connections - you should be able
 to verify this via netstat, and it might be worth seeing if there is
 anything in your config (malware/spam scanning etc) causing this to take a
 significant amount of time. On the other hand,  it might be spammers :)

   You can increase via the global section of exim.conf (essentially top of
 main config):

 Ie:

 smtp_accept_max = 
 smtp_connect_backlog = 


 Chris


 Knowledge I.T.
 'Unifying Business Technology'
 www.knowledgeit.co.uk

 Knowledge Limited, Company Registration: 1554385
 Registered Office: New Century House, Crowther Road, Washington, Tyne 
 Wear. NE38 0AQ
 Leeds Office: Viscount Court, Leeds Road, Rothwell, Leeds. LS26 0GR

 Tel: 0845 142 0020. Fax: 0845 142 0021

 E-Mail Disclaimer: This e-mail message is intended to be received only by
 persons entitled to receive the confidential information it may contain.
 E-mail messages to clients of Knowledge IT may contain information that is
 confidential and legally privileged. Please do not read, copy, forward, or
 store this message unless you are an intended recipient of it. If you have
 received this message in error, please forward it to the sender and delete
 it completely from your computer system.

 Please consider the environment before printing this email.

 --
 ## List details at https://lists.exim.org/mailman/listinfo/exim-users
 ## Exim details at http://www.exim.org/
 ## Please use the Wiki with this list - http://wiki.exim.org/

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] 421 SMTP command timeout - closing connection ISSUE

2012-12-21 Thread John Burnham
 
 i have split exim configuration mode , in that case im not using exim.conf
 
 i have following files in /etc/exim4
 
   update-exim4.conf.conf conf.d
 
  inside /etc/exim4/conf.d folder  have following folders ...
 
 rewrite
 router
 transport
 retry
 auth
 main
 acl
 
 in split configuration mode , which file i need to edit to add ,
 
 smtp_accept_max = 
 smtp_connect_backlog = 
 
Probably main - but I couldn't say for sure. There is a Debian specific Exim 
mailing list you can join at

http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users

which might provide you with better answers for Debian specific configuration 
issues. Even on the Debian servers I have, I avoid the split configuration as 
it seems overly complicated to someone who has been using Exim since version 
1.xx.

 John

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


[exim] Emails on Junk Folder

2012-12-21 Thread Shahid Ashraf
Hi,

I'm using EXIM4.72 on Centos 6.3. my all emails are going to JUNK folder on
Hotmail  Yahoo. while SPF  DKIM are also configured and pass the test.
Reverse lookup DNS entry is also added.

Can anyone tell me what could be issue?

Shahid
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] Emails on Junk Folder

2012-12-21 Thread Always Learning

On Fri, 2012-12-21 at 18:42 +0500, Shahid Ashraf wrote:

 I'm using EXIM4.72 on Centos 6.3. my all emails are going to JUNK folder on
 Hotmail  Yahoo. while SPF  DKIM are also configured and pass the test.
 Reverse lookup DNS entry is also added.
 
 Can anyone tell me what could be issue?

Shahid's Exim is sending-out emails without

Message-ID:
Date:
From:
To:

headers.

SPF and DKIM are working normally. The problems appear to be with his
Outlook and/or Atomic Bulk Mailing software, both of which are beyond my
competence.


Happy Christmas to everyone.


-- 
Paul.
England,
EU.

   Our systems are exclusively Linux. No Micro$oft Windoze here.


-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] Emails on Junk Folder

2012-12-21 Thread Nigel Metheringham



Always Learning wrote:

Shahid's Exim is sending-out emails without

Message-ID:
Date:
From:
To:

headers.


Sounds like it should be in submission mode - see

http://www.exim.org/exim-html-current/doc/html/spec_html/ch-message_processing.html

[although submission mode does not normally fixup To/From - if your 
mailer isn't adding those then its really more than a bit broken]


Nigel.

--
[ Nigel Metheringham -- ni...@dotdot.it ]
[ Ellipsis Intangible Technologies  ]

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/