From 828a78bcf3e1fe07e889193cbe158a2a5b39d232 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Fri, 13 Mar 2009 13:49:57 +0000 Subject: [PATCH] *** empty log message *** --- mbuni/doc/userguide.shtml | 5 +++-- mbuni/extras/pgsql-queue/mms_pgsql_queue.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index 1e7dec2..e186019 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -4103,12 +4103,13 @@ This interface should be invoked from your MTA as follows:

mmsfromemail -f from_address -t recipient_address --s sender_mmsc_hostname [-n]conf_file +-s sender_mmsc_hostname [-x] [-n] conf_file

The -n flag may be used to prevent stripping of the host/domain -part from the sender address. +part from the sender address. The -x flag causes the sender +address to be stripped of the TYPE=PLMN part.
Note that no IP-based security is provided at this interface. It is expected that security measures (e.g. firewalls, etc) diff --git a/mbuni/extras/pgsql-queue/mms_pgsql_queue.c b/mbuni/extras/pgsql-queue/mms_pgsql_queue.c index 9873309..42d0d2b 100644 --- a/mbuni/extras/pgsql-queue/mms_pgsql_queue.c +++ b/mbuni/extras/pgsql-queue/mms_pgsql_queue.c @@ -147,7 +147,7 @@ static int pgq_cleanup_module(void) #define get_conn() get_conn_real(__FUNCTION__, __FILE__, __LINE__) #define return_conn(conn) return_conn_real((conn), __FUNCTION__, __FILE__, __LINE__) -#define DEFAULT_PG_WAIT 30 /* fail after 2 minutes. */ +#define DEFAULT_PG_WAIT 60 /* fail after 2 minutes. */ static PGconn *get_conn_real(const char *function, const char *file, const int line) { PGconn *c;