Koozali.org: home of the SME Server

Sending e-mail with attachment from client workstation fails

tlicht

Installed SME 6.5RC1 without major problems in server only mode. Not using the POP3 server but wishing to use the SMTP server from connected windows workstations. 'Ordinary' mails seems to cause no problem but those with attachment don't make it. The size of the attachment seems to be of no importance.
The normal log for handling an outgoing mail from the current log of smtpfront-qmail is (timestamps removed):
Quote
tcpsvd: info: status 1/40
tcpsvd: info: pid 4721 from 192.168.100.19
tcpsvd: info: concurrency 4721 192.168.100.19 1/4
tcpsvd: info: start 4721 sme-server.listan:192.168.100.1 ::192.168.100.19:1966 ./peers/192.168.100
smtpfront-qmail[4721]: EHLO athlon64-2.listan.net
smtpfront-qmail[4721]: SASL AUTH LOGIN username=thomas
smtpfront-qmail[4721]: MAIL FROM:<thomas@somewhere.com>
smtpfront-qmail[4721]: RCPT TO:<donald.duck@caprifolium.com>
smtpfront-qmail[4721]: Accepted message qp 4722 bytes 31691
smtpfront-qmail[4721]: bytes in: 32164 bytes out: 336
tcpsvd: info: end 4721 exit 0
tcpsvd: info: status 0/40

a mail with attachment is reported like:
Quote
tcpsvd: info: status 1/40
tcpsvd: info: pid 3995 from 192.168.100.19
tcpsvd: info: concurrency 3995 192.168.100.19 1/4
tcpsvd: info: start 3995 sme-server.listan:192.168.100.1 ::192.168.100.19:1541 ./peers/192.168.100
smtpfront-qmail[3995]: EHLO athlon64-2.listan.net
smtpfront-qmail[3995]: SASL AUTH LOGIN username=thomas
smtpfront-qmail[3995]: MAIL FROM:<thomas@somewhere.com>
smtpfront-qmail[3995]: RCPT TO:<donald.duck@caprifolium.com>
smtpfront-qmail[3995]: bytes in: 292 bytes out: 279
tcpsvd: info: end 3995 exit 1
tcpsvd: info: status 0/40

Obviously the 'Accepted message qp...' log entry is missing and the reason for that is probably the cause for failure.

Any suggestions how to make attachments accepted?

I have also been unable to find any reference to whether it is possible to change some vital parameters without reinstalling like:
    domain
    IP
    gateway
    [/list]

    Thanx for your time