Replying to a message from: Adrian

hi,

 

I'm trying to relay a message through Xeams. All works well, until I try to include an attachment (3.8mb). The msg goes through SMTPConversation but I never see it in SMTPOuboundConversation. SmtpConversation reads (for a msg with an attachment):

2021-09-15 16:44:16,351 - [ 1300834] C --> EHLO tpweb01
2021-09-15 16:44:16,382 - [ 1300834] S <-- 250-217.xx.xx.xx. Pleased to meet you
2021-09-15 16:44:16,382 - [ 1300834] S <-- 250-SIZE 20971520
2021-09-15 16:44:16,382 - [ 1300834] S <-- 250-AUTH LOGIN PLAIN CRAM-MD5
2021-09-15 16:44:16,382 - [ 1300834] S <-- 250-AUTH=LOGIN PLAIN CRAM-MD5
2021-09-15 16:44:16,382 - [ 1300834] S <-- 250-STARTTLS
2021-09-15 16:44:16,382 - [ 1300834] S <-- 250 OK
2021-09-15 16:44:16,601 - [ 1300834] C --> MAIL FROM:<xxx@xxx.com>
2021-09-15 16:44:16,601 - [ 1300834] S <-- 250 OK
2021-09-15 16:44:16,616 - [ 1300834] C --> RCPT TO:<xxx@xxx.com>
2021-09-15 16:44:16,616 - [ 1300834] S <-- 250 OK
2021-09-15 16:44:16,632 - [ 1300834] C --> DATA
2021-09-15 16:44:16,632 - [ 1300834] S <-- 354 Start mail input; end with <CRLF>.<CRLF>
2021-09-15 16:44:17,584 - [ 1300834] S <-- 250 2.6.0 Queued mail for delivery

what could be the reasons for the messages not sending with attachments? I have another xeams server setup, and this one is working just fine

any help/ideas greatly appreciated!

thanks,

adrian