Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: ztasevski on July 14, 2006, 09:13:30 AM
-
Hi Everyone,
Setup: ISP forward MX to SME7 rc2 forwards to Exchange 2003
I do not know if it is just a horrible coincidence but we have had a few instances of repeted emails coming through to the Exchange server. Previously running SME6 and the issue only started happening after upgrade to SME7.
Anyone had a similar problem?
Zoran
-
Hey Zoran,
How have you been?? Could it possibly be this:
http://bugs.contribs.org/show_bug.cgi?id=735
If so, here is the workaround:
rm /etc/e-smith/templates-user-custom/.qmail/e-smithForward20
signal-event post-upgrade
signal-event reboot
Regards Lloyd
-
G'day Lloyd,
You are right I did not search bugzilla :-(
Been flat chat actually looking forward to some holidays soon. How about about you?
I just checked and there's no files in:
[root@tricky templates-user-custom]# pwd
/etc/e-smith/templates-user-custom
[root@tricky templates-user-custom]# ls -laR
.:
total 8
drwxr-xr-x 2 root root 4096 Mar 2 17:26 .
drwxr-xr-x 17 root root 4096 Jul 12 18:21 ..
[root@tricky templates-user-custom]#
By the way this is a clean install no upgrade or restore from desktop. The mailbox that it's happening to does not even have an account on the server only on the exchange. Hhhmmm
-
I read something somewhere (sorry to be so unhelpful) about either qpsmtpd+spamd or greylisting causing duplicate emails as follows:
- sender connects, sends message, SME performs spam check before returning "250 OK" message - sender gives up before getting "250 OK" and re-sends the same message.
From this description it would have to be qpsmtpd+spamd causing problems. Sadly, I was reading as much as I could about greylisting, qpsmtpd, etc, etc last week and can't remember where I saw this; the description above is my best guess at what I remember, so could be complete garbage! Wherever I saw it, the "solution" was to specifically white-list the hosts that are generating duplicates (hopefully a small number) so that their emails don't get the full treatment from qpsmtpd...
-
Hi,
For those following the thread. Resolved the problem by upgrading the server to SME7 final. I think it might have been a qmail error as mmccarn suggested as it only happened to the automated emails.
Thanks for your help guys.