2263 |
|
|
2264 |
o write monitor for output of 'mailq'!!! (grep the numbers!) |
o write monitor for output of 'mailq'!!! (grep the numbers!) |
2265 |
|
|
2266 |
|
i found while reviewing Mails returned from the 'Mail Delivery Subsystem': |
2267 |
|
i example error-message response if (e.g.) 'recieveMail|dispatchmail' fails.... |
2268 |
|
The original message was received at Tue, 18 Mar 2003 20:45:04 +0100 |
2269 |
|
from [213.133.118.34] |
2270 |
|
|
2271 |
|
----- The following addresses had permanent fatal errors ----- |
2272 |
|
|~/bin/mail/recieveMail |
2273 |
|
(reason: 255) |
2274 |
|
(expanded from: jonen_mail) |
2275 |
|
|
2276 |
|
----- Transcript of session follows ----- |
2277 |
|
syntax error at /etc/mail/smrsh/recieveMail line 125, near ") {" |
2278 |
|
Execution of /etc/mail/smrsh/recieveMail aborted due to compilation errors. |
2279 |
|
554 5.3.0 unknown mailer error 255 |
2280 |
|
o scan for this! (global/default milter.filter? -> "syntax error in line xyz") |
2281 |
|
i another one: |
2282 |
|
The original message was received at Mon, 3 Mar 2003 16:51:28 +0100 |
2283 |
|
from [213.133.118.34] |
2284 |
|
|
2285 |
|
----- The following addresses had permanent fatal errors ----- |
2286 |
|
|~/bin/mail/recieveMail |
2287 |
|
(reason: 2) |
2288 |
|
(expanded from: jonen_mail) |
2289 |
|
|
2290 |
|
----- Transcript of session follows ----- |
2291 |
|
Can't locate Sys/Hostname.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .) at /usr/share/perl5/Mail/Audit.pm line 6. |
2292 |
|
BEGIN failed--compilation aborted at /usr/share/perl5/Mail/Audit.pm line 6. |
2293 |
|
Compilation failed in require at /etc/mail/smrsh/recieveMail line 57. |
2294 |
|
BEGIN failed--compilation aborted at /etc/mail/smrsh/recieveMail line 57. |
2295 |
|
554 5.3.0 unknown mailer error 2 |
2296 |
|
o scan for this! (global/default milter.filter? -> "module not found: "{modulename}" - try to install it? [Y/n] ") |
2297 |
|
|
2298 |
|
o dispatchmail-errors!!! |
2299 |
|
#> su joko_mail |
2300 |
|
#> cd ~ |
2301 |
|
#> perl .dispatchmailrc |
2302 |
|
Scalar found where operator expected at .dispatchmailrc line 231, near "m/ilo\.de/i $self" |
2303 |
|
syntax error at .dispatchmailrc line 231, near "if $to " |
2304 |
|
Execution of .dispatchmailrc aborted due to compilation errors. |
2305 |
|
#> perl .dispatchmailrc |
2306 |
|
#> |
2307 |
|
means: {ok} |
2308 |
|
|
2309 |
|
o dispatchmail-errors!!! |
2310 |
|
#> su {anybody} |
2311 |
|
#> dispatchmail |
2312 |
|
Global symbol "$self" requires explicit package name at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 193. |
2313 |
|
Global symbol "$self" requires explicit package name at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194. |
2314 |
|
Compilation failed in require at /usr/local/bin/dispatchmail line 37. |
2315 |
|
BEGIN failed--compilation aborted at /usr/local/bin/dispatchmail line 37. |
2316 |
|
|