|
OpenBD should log every mail action to
/WEB-INF/bluedragon/work/cfmail/mail.log Confirm the action occurred there. A good one looks like this: "09/05/17 19:54.17: MailOut: To=[email]; From="[email]; Subject=[subject]; Server=[user];[server];[port]; Size=11857 bytes" What MTA is your app using? PostFix? Sendmail? Can you confirm that the MTA actually received the message for transmission? That will be in the MTA logs. For example, with PostFix it will be: /var/log/mail.log "May 10 04:00:29 message postfix/smtpd[8127]: 33D7C1DC: client=[server][IP]" You can search for a target address in the logs, then search on the message ID (in the example above:33D7C1DC) for every log entry in the sequence for that message. This should show you the disposition of the email from start to finish (if any). (you may have to set a more verbose logging mode in order to see every action) HTH, Al On 5/9/2017 12:38 PM, Marcus F wrote:
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
Re: [OpenBD] SMTP extension - Can receive email but not send
'Alan Holden' via Open BlueDragon Tue, 09 May 2017 21:15:07 -0700
- [OpenBD] SMTP extension - Can receive em... Marcus F
- Re: [OpenBD] SMTP extension - Can r... 'Alan Holden' via Open BlueDragon
