Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-309 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-309 Summary: remotedelivery with gatway don't work with dbfile Type: Bug Status: Unassigned Priority: Major Project: James Components: MailStore & MailRepository Remote Delivery Versions: 2.2.0 Assignee: Reporter: Christian Andersson Created: Mon, 19 Jul 2004 2:09 AM Updated: Mon, 19 Jul 2004 2:09 AM Environment: mandrake linux 10.0 jdk 1.4.2_05 Description: I'm running james on a fixed ip but some external mail-servers does not allow me to send mail to them because my fixed ip sits inside an dhcp-pool, for that reason I have set up james to send all outgoing mails through my isp:s mailserver (gateway), and here is the problem.. (I have found a temporary workaround to the problem also) every mail I'm sending out is comming through, however, they are not comming through with their body, just the headers and the body is empty (for example this mailing list complained that it needs a body of atleast 2 chars in size) the problem and the sollution is as following.. I HAD set up the following <mailet match="All" class="RemoteDelivery"> <outgoing> dbfile://maildb/spool/outgoing </outgoing> ... whick worked great for mails that was sent directly to their hosts (before I set up the gateway directive in james) when I changed the <outgoing>.. to use db instead of dbfile <outgoing> db://maildb/spool/outgoing </outgoing> everything worked great. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
