| Previous · Next | |
| User | Message |
|
martien
|
Date: 8/27/2010 6:11 pm · Subject: Hanging mails · Rating: -1
My server just stopped sending mails since two days and I don't know why. Is there any possibility to get information about the sending/retrying process? Spectre seems to be running OK. As mail server I'm using /usr/sbin/sendmail Any ideas?
|
| Back to Top |
Rate [ | ]
|
|
perlDreamer
|
Date: 8/27/2010 6:25 pm · Subject: Re: Hanging mails · Rating: -1
Have you looked in /var/log/maillog?Have you checked to see if your domain is blacklisted? Have you tried sending mail from the commandline on the server? |
| Back to Top |
Rate [ | ]
|
|
martien
|
Date: 8/28/2010 8:07 am · Subject: Re: Hanging mails · Rating: -1
Have you looked in /var/log/maillog? Nothing in maillog, no blacklist, commandline ok. I putted "$log->error(qq{call for send \n});" at the start of sub send in Send.pm So it seems as if there must be something preventing to call Send.pm. |
| Back to Top |
Rate [ | ]
|
|
martien
|
Date: 8/28/2010 8:37 am · Subject: Re: Hanging mails · Rating: -1
I sent it back to early. I also tested with Send.t . This was missing Net::SMTP::Server After install I got these errors:
This cleaned the queue. Send seems to work, but it doesn't seem to be called. |
| Back to Top |
Rate [ | ]
|
|
martien
|
Date: 8/28/2010 3:56 pm · Subject: Re: Hanging mails · Rating: -1
I found some strange effects: In modperl-log I found quite a lot of SizeLimit messages. Although I wasn't sure, what I was doing, I changed modper.pl not to check $Apache2::SizeLimit::CHECK_EVERY_N_REQUESTS = 10; and started wremonitor also for modperl. Now mails are processed and only one question left: What are the right Apache2::SizeLimits and why?
|
| Back to Top |
Rate [ | ]
|