From 0eddc08f467b696dd0522f2037f678e7c41a3e2d Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Tue, 19 Apr 2005 09:11:43 +0000 Subject: [PATCH] Changes to queue directory structure (now uses a maildir-style structure) Misc. fixes. --- mbuni/doc/userguide.shtml | 14 +- mbuni/mmlib/mms_mmbox.c | 3 - mbuni/mmlib/mms_msg.c | 22 +-- mbuni/mmlib/mms_queue.c | 352 ++++++++++++++++++++++++----------- mbuni/mmlib/mms_queue.h | 9 +- mbuni/mmlib/mms_util.c | 11 ++ mbuni/mmlib/mms_util.h | 4 + mbuni/mmsc/mmsmobilesender.c | 12 +- mbuni/mmsc/mmsproxy.c | 2 +- mbuni/mmsc/mmsrelay.c | 3 +- 10 files changed, 301 insertions(+), 131 deletions(-) diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index f8d7537..941e1a7 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -1738,6 +1738,15 @@ report), the interface carries out the necessary action queue)
+ +This interface should be invoked from your MTA as follows:

+ + +mmsfromemail -f from_address -t recipient_address +-p sender_mmsc_hostname conf_file + +
+
Note that no IP-based security is provided at this interface. It is expected that security measures (e.g. firewalls, etc) will have been setup to ensure that messages can only reach the MTA @@ -1754,12 +1763,13 @@ NAME="Section_.1.4.5">Utilities
mmsssend can be used to submit (inject) a message into the global queue. It should be invoked as follows:
+
mmssend -f from_address -t recipient_list -m -mmsfile [-b] -- conf_file +mmsfile [-b] conf_file -
+

Notes: