Page 1 of 1
SMTP Server Issue
Posted: Sun Dec 11, 2005 10:03 pm
by joshnet
Hi Folks,
Essentially what's happening is that smtpd is working fine - I can authenticate and send e-mails, but that is as far as it goes. Actual delivery doesn't occur. I've got a debug log for it that says it accepts the message, and gives it to unix.in - and that's where the trail stops - it goes no further. Manually using unix.in to send a message also yields the same result, no actual delivery occurs. Anyone ever have this issue? Thanks.
Posted: Sun Dec 11, 2005 10:38 pm
by ScalixSupport
Do you have ClamAV configured to scan messages passing through the service router ?
Check that the configuration is correct. If there is a problem, all the messages are passed to the ERROR queue. You will be able to resubmit them by using
I would advise enabling audit logging for the service router and local delivery
Code: Select all
omoff -d 0 router local
omconfaud router 15 local 15
omon router local
This will write information to /var/opt/scalix/logs/audit.
Cheers
Dave
Posted: Sun Dec 11, 2005 11:11 pm
by joshnet
Hey There,
Thanks for the quick reply. I have ClamAV scanning fine now - internal messages are fine. What I see when auditing is enabled is below:
routing
time 1134410746 Mon Dec 12 10:05:46 2005 -480
type 0 message
priority 0 normal
sensitivity 0 normal
importance 0 normal
created-locally 0
hop-count 1
subject testing
ua-message-id 009301c5fec9(036)631d66c0(036)1502a8c0(a)dell
mta-message-id 009301c5fec9(036)631d66c0(036)1502a8c0(a)dell
originator jcolp / internet DDT1=RFC-822; DDV1=jcolp@asterlink.com;
part-size 336
part-type 1166 DISTRIBUTION LIST
part-size 3
part-type 1167 TEXT
part-size 1051
part-type 2133 HTML
recipient-to joshnet / internet DDT1=RFC-822; DDV1=joshnet@nbnet.nb.ca;
ack-req 0 none
queue UNIX:MIME
message-filter-info +VIRUS-FOUND=ALLOW
max-nest-depth 0
message-size 3334
part-count 3
delivered-count 1
But alas, it never shows up.