Page 1 of 1

Number of Receipient Per mail - Huge mail getting struck

Posted: Mon Oct 01, 2007 4:55 pm
by anto_davidraj
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

Posted: Tue Oct 02, 2007 9:21 am
by mikethebike
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

Posted: Tue Oct 02, 2007 9:41 am
by anto_davidraj
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

Posted: Wed Oct 03, 2007 8:05 am
by mikethebike
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

Posted: Wed Oct 03, 2007 9:25 am
by anto_davidraj
I made changes, it won't fix. still Local Delivery is stopped when we send to huge.

Thanks

Posted: Wed Oct 03, 2007 10:29 am
by mikethebike
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

Posted: Wed Oct 03, 2007 10:53 am
by anto_davidraj
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.

Posted: Wed Oct 03, 2007 11:44 am
by anto_davidraj
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 ....

Posted: Tue Oct 09, 2007 2:12 pm
by TRACKS
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?

Posted: Thu Oct 11, 2007 5:07 am
by mikethebike
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