Hi All,
One of my customers communicates with China a lot. Very often a received email from China keeps looping between exim and dovecot. For what I've seen the email is received once on the server.
I cannot find the email in de exim mailqueue with:
Exim -bp
Subject of the email:
My temporary solution (which works), once a week:
A snippet of the mainlog....for this kind of mail...
I am looking for a solution, so that exim delivers the mail just once.
Well I guess it's a problem with the Chinese character, because I only have the problem with those Chinese emails.
Am I right here?
Well maybe someone knows what the problem is and the solution?
regards
One of my customers communicates with China a lot. Very often a received email from China keeps looping between exim and dovecot. For what I've seen the email is received once on the server.
I cannot find the email in de exim mailqueue with:
Exim -bp
Subject of the email:
Code:
海浦东新国际会展列表大全展商商旅服务中心info@
Code:
Exim version 4.69 #1 built 21-Jan-2008 17:54:51
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.27: (December 22, 2004)
Support for: crypteq iconv() Perl OpenSSL move_frozen_messages Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz
Authenticators: cram_md5 plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Size of off_t: 8
My temporary solution (which works), once a week:
Code:
rm -rf /var/spool/exim/input
mkdir /var/spool/exim/input
chown mail:mail /var/spool/exim/input
chmod 710 /var/spool/exim/input
service exim restart
A snippet of the mainlog....for this kind of mail...
Code:
2012-03-18 08:30:57 1S9ALa-0001Jh-0s => info <[email protected]> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:30:57 1S9ALX-0001Jd-H8 => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:30:57 1S9AUf-0001MZ-Bh => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:30:57 1S9ALx-0001Jk-Hg => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:30:57 1S9AQQ-0001LY-52 => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:30:57 1S9AXh-0001N8-6P => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:30:57 1S9AVG-0001Mm-7k => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:57 1S9Aew-0001PH-FM => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:57 1S9Adx-0001P5-H8 => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:57 1S9Ajm-0001Qn-H2 => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:57 1S9Aa6-0001O7-Ba => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:57 1S9Agk-0001Pi-BP => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:57 1S9Akg-0001Qy-Q3 => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 08:45:58 1S9Acp-0001Om-0F => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:00:57 1S9AyI-0001Uo-V0 => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:00:57 1S9Aoc-0001S3-MP => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:00:57 1S9Ap4-0001S7-4B => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:00:57 1S9AtS-0001TQ-PO => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:00:57 1S9Ap6-0001S8-Hp => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:15:57 1S9B7z-0001ZH-5W => info <info@dxxxxx> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=67563
2012-03-18 09:15:57 1S9BA6-0001Zf-Fx => info <info@dxxxxx> F=<[email protected]> R=virtual_user
I am looking for a solution, so that exim delivers the mail just once.
Well I guess it's a problem with the Chinese character, because I only have the problem with those Chinese emails.
Am I right here?
Well maybe someone knows what the problem is and the solution?
regards