Day CQ Mail Service not Spooling SMTP Messages on Demand
- October 2, 2016
- 1 reply
- 3223 views
Hi,
Apparently, the mail service (configuration attached) runs on a timer? My test emails are all processed as a batch several hours after sending. How do I configure the mail service to run on-demand, i.e. send the email immediately rather than grouped as a batch? I am running the 6.2 OSGI install on a Mac Book Pro (el capitan). Here is debug output from stdout.log related to email processing (everything appears to be working correctly):
DEBUG: JavaMail version 1.5.0-b01
DEBUG: DEBUG: Bundle '296' META-INF/javamail.providers not found by javax.mail [296]
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: DEBUG: Bundle '296' META-INF/javamail.address.map not found by javax.mail [296]
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "127.0.0.1", port 25, isSSL false
220 wolff-OSX SMTP Server (JAMES SMTP Server 2.3.2.1) ready Sun, 2 Oct 2016 08:38:31 -0500 (CDT)
DEBUG SMTP: connected to host "127.0.0.1", port: 25
EHLO fe80:0:0:0:3e15:c2ff:febf:eb4e%4
250-wolff-OSX Hello fe80:0:0:0:3e15:c2ff:febf:eb4e%4 (localhost [127.0.0.1])
250-PIPELINING
250 ENHANCEDSTATUSCODES
DEBUG SMTP: Found extension "PIPELINING", arg ""
DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
DEBUG SMTP: use8bit false
MAIL FROM:<admin@geometrixx-gov.com>
250 2.1.0 Sender <admin@geometrixx-gov.com> OK
RCPT TO:<srose@geometrixx.info>
250 2.1.5 Recipient <srose@geometrixx.info> OK
DEBUG SMTP: Verified Addresses
DEBUG SMTP: "srose@geometrixx.info" <srose@geometrixx.info>
DATA
354 Ok Send data ending with <CRLF>.<CRLF>
Date: Sun, 2 Oct 2016 08:38:29 -0500 (CDT)
From: Geometrixx Gov <admin@geometrixx-gov.com>
To: "srose@geometrixx.info" <srose@geometrixx.info>
Message-ID: <2009663326.1.1475415511182.JavaMail.wolff@wolff-OSX>
Subject: Reminder: Continue your application for Child Support Services
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
...