gustafn
committed
on 17 Jul 24
::acs_mail_lite::configured_p: check, if we can connect to the mail server

This new function has the goal to centralize tests to check, whe… Show more
::acs_mail_lite::configured_p: check, if we can connect to the mail server

This new function has the goal to centralize tests to check, whether

the SMTP server is properly configured and ready to accept mail

requests. This is currently just used in the regression test to skip

hopeless tests.

Later, we should extend the regression test to test whether

sending of real emails works.

Show less

openacs-4/.../files/nsd-postgres.txt (+1 -1)
1 1 #!/bin/bash
2 2
3 3 # aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024,
4 4 # which is standard for most OS distributions
5   # For freebsd systems, uncomment following line:
  5 # For FreeBSD systems, uncomment following line:
6 6 # ulimit -n 1024
7 7
8 8 export PATH=$PATH:/usr/local/pgsql/bin
9 9 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib:/usr/local/aolserver/lib
10 10
11 11 exec /usr/local/aolserver/bin/nsd $*