Number of Receipient Per mail - Huge mail getting struck

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

anto_davidraj
Posts: 46
Joined: Fri Feb 23, 2007 5:34 pm
Location: MO, USA

Number of Receipient Per mail - Huge mail getting struck

Postby anto_davidraj » Mon Oct 01, 2007 4:55 pm

Hai,

I have one group with 400+ recipients, combined with some small groups. If i sed the mail to that group Local Delivery service is stopped automatically. All other mails are working fine. Is that Scalix having any receipient limit by default.

Thanks


Antu

mikethebike
Posts: 566
Joined: Mon Nov 28, 2005 4:16 pm
Location: England

Postby mikethebike » Tue Oct 02, 2007 9:21 am

Antu,

that # of recipients should not be a huge issue.

I would suggest checking that you have more than one local delivery process (omstat -s -p). You should see a figure >1 next to local delivery.

Also, ensure you have seperate mount points/disk for ~data, ~tmp and ~user*, as all of these are very disk intensive.

Mick

anto_davidraj
Posts: 46
Joined: Fri Feb 23, 2007 5:34 pm
Location: MO, USA

Postby anto_davidraj » Tue Oct 02, 2007 9:41 am

Hai,
Here is the omstat report.
omstat -s
Service Router Started 10.01.07 0
Local Delivery Started 10.01.07 0
Internet Mail Gateway Started 10.01.07 0
Local Client Interface Enabled 10.01.07 0
Remote Client Interface Enabled 10.01.07 94
Test Server Started 10.01.07 0
Request Server Started 10.01.07 0
Print Server Started 10.01.07 0
Bulletin Board Server Started 10.01.07 0
Background Search Service Started 10.01.07 0
CDA Server Started 10.01.07 0
POP3 interface Started 10.01.07 1
Omscan Server Started 10.01.07 0
Archiver Started 10.01.07 0

omstat -s -p
Service Router Disabled 10.01.07 0
Local Delivery Disabled 10.01.07 0
Internet Mail Gateway Disabled 10.01.07 0
Local Client Interface Disabled 10.01.07 0
Remote Client Interface Disabled 10.01.07 0
Test Server Disabled 10.01.07 0
Request Server Disabled 10.01.07 0
Print Server Disabled 10.01.07 0
Bulletin Board Server Disabled 10.01.07 0
Background Search Service Disabled 10.01.07 0
CDA Server Disabled 10.01.07 0
POP3 interface Disabled 10.01.07 0
Omscan Server Disabled 10.01.07 0
Archiver Disabled 10.01.07 0


Also i don't have seperate mount point for data, sys , tmp. Here this is my mount info

mount
/dev/mapper/VolGroup00-LogVol01 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/mapper/VolGroup01-LogVol00 on /var/opt/scalix type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

and one more info: those group mail address are internal users only. Is that any way to fix the problem.

Thanks

mikethebike
Posts: 566
Joined: Mon Nov 28, 2005 4:16 pm
Location: England

Postby mikethebike » Wed Oct 03, 2007 8:05 am

Anto,

stop local deliver (omoff -d 0 -s ld), and add aux processes, that should help.

omsetsvc -x local 2

that will create 3 local delivery processes.
You may wish to do that on other services if queues build up on them.
There is a balance though. If you increase these values too high, it could have a bad affect on others (although I have never seen that as an issue).

Then restart local delivery (omon -s ld)

Mick

anto_davidraj
Posts: 46
Joined: Fri Feb 23, 2007 5:34 pm
Location: MO, USA

Postby anto_davidraj » Wed Oct 03, 2007 9:25 am

I made changes, it won't fix. still Local Delivery is stopped when we send to huge.

Thanks

mikethebike
Posts: 566
Joined: Mon Nov 28, 2005 4:16 pm
Location: England

Postby mikethebike » Wed Oct 03, 2007 10:29 am

Anto,

is there anything in the fatal log at the time local delivery stops?
Isthere anything in the event log (omshowlog -p 10 -s local -l 11).
The "-p 10" assmes the problem occured within the last 10 minutes.

Thanks,

Mick

anto_davidraj
Posts: 46
Joined: Fri Feb 23, 2007 5:34 pm
Location: MO, USA

Postby anto_davidraj » Wed Oct 03, 2007 10:53 am

Yes, I received the error

ERROR Local Delivery(Local Delivery) 10.03.07 08:21:49
[OM 24520] The PDL contains no members, hence expansion will not occur.
Last Msg Id: B0CBF0DF58457643BDD
Last Msg DirectRef: 00104059813fd35c

Yes, I receive this problem whenever we send the mails to Public Distribution List (PDL).
If i check with omshowpdl -l all , it showing all PDL.

anto_davidraj
Posts: 46
Joined: Fri Feb 23, 2007 5:34 pm
Location: MO, USA

Postby anto_davidraj » Wed Oct 03, 2007 11:44 am

Thank you Mike, you are the man .....

Finally i got it, I found one empty PDL which contain no members. I remove the PDL, immediatly it fixed.

Thank You so Much ....

TRACKS
Posts: 106
Joined: Mon Feb 19, 2007 4:56 pm

Postby TRACKS » Tue Oct 09, 2007 2:12 pm

mikethebike wrote:Anto,

stop local deliver (omoff -d 0 -s ld), and add aux processes, that should help.

omsetsvc -x local 2

that will create 3 local delivery processes.
You may wish to do that on other services if queues build up on them.
There is a balance though. If you increase these values too high, it could have a bad affect on others (although I have never seen that as an issue).

Then restart local delivery (omon -s ld)

Mick


How do you reset it back to default once you have done this?
TRACKS
4000+ users

mikethebike
Posts: 566
Joined: Mon Nov 28, 2005 4:16 pm
Location: England

Postby mikethebike » Thu Oct 11, 2007 5:07 am

TRACKS,

if you want to set it back to one process (as an example the service router):
omoff -d 0 -s rtr
omsetsvc -x rtr 0
omon -s rtr
omstat -s -p

Mick


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 4 guests