[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-28 Thread Eric Shubert
Have you: .) done a diff of the 2 files in the mailbox to see if they're identical or not? .) found corresponding entries in the smtp log to determine if it was received twice? .) found corresponding entries in the send log? I gotta say, Chandran, that your posts aren't doing much to help us

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-27 Thread Eric Shubert
On 01/27/2014 12:54 AM, Chandran Manikandan wrote: Still receive two and more emails are delivered from internal and external domains. I have configured two domains in this server. One domain is configured only one email account and another domain is configured with 10 Email account. These 10

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-27 Thread Chandran Manikandan
Hi Eric, I had checked this file it's perfectly configured and no new line at end. On Tue, Jan 28, 2014 at 12:53 AM, Eric Shubert e...@shubes.net wrote: On 01/27/2014 12:54 AM, Chandran Manikandan wrote: Still receive two and more emails are delivered from internal and external domains.

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-26 Thread Chandran Manikandan
Hi Eric, I did which you mentioned below. # service qmail stop # mv /var/qmail/supervise/qmail-send /root/. # mv /var/qmail/supervise/smtp2 /root/. # service qmail start Still receive two and more emails are delivered from internal and external domains. I have configured two domains in this

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-23 Thread Eric Shubert
On 01/22/2014 08:20 PM, Chandran Manikandan wrote: Hi Eric, I had checked this server for all account don't have .qmail file on their user folder and .qmail_defualt file there under domain folder. Then .qmail file is not the cause of the duplicate delivery. I thought some issue on qmail-send

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-23 Thread Jim Shupert
The second cause might be excessive clamav scanning times. If clamav takes too long to scan, the sending client (be it an external server or a submission client) can time out the connection thinking the message hasn't been sent, and retry. Upon eventual successful completion of scanning, QMT

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-23 Thread Eric Shubert
On 01/23/2014 03:42 PM, Jim Shupert wrote: The second cause might be excessive clamav scanning times. If clamav takes too long to scan, the sending client (be it an external server or a submission client) can time out the connection thinking the message hasn't been sent, and retry. Upon

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-22 Thread Eric Shubert
If there is an empty .qmail file, try deleting it. I'm not sure what the behavior would be with an empty .qmail file, but it's not necessarily needed. Many accounts on my system have no .qmail file. -- -Eric 'shubes' On 01/21/2014 09:45 PM, Chandran Manikandan wrote: Hi Eric, I found above

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-22 Thread Eric Shubert
Here are my qmail log files: # ls -l /var/log/qmail total 40 drwxr-x--- 2 qmaill qmail 4096 Oct 31 2012 authlib drwxr-xr-x 2 qmaill qmail 4096 Jan 21 12:10 clamd drwxr-x--- 2 qmaill qmail 4096 Aug 4 2012 imap4 drwxr-x--- 2 qmaill qmail 4096 Aug 4 2012 imap4-ssl drwxr-x--- 2 qmaill qmail 4096

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-22 Thread Chandran Manikandan
Hi Eric, I had checked this server for all account don't have .qmail file on their user folder and .qmail_defualt file there under domain folder. I thought some issue on qmail-send and send folder on the log folder as well /var/qmail/supervise folder. Why it's shows two folder. is any other way to

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-21 Thread Chandran Manikandan
Hi Eric, I found above both files and could not see delivery line there. It's empty on .qmail file. How to resolve. is there any other way to fix it. On Tue, Jan 21, 2014 at 11:43 AM, Eric Broch ebr...@whitehorsetc.comwrote: Location of .qmail file, IF IT EXISTS: /home/vpopmail/domains/

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-21 Thread Chandran Manikandan
Hi Eric, I could see the log folders on /var/log/qmail directory below like that. 80M ./qmail-send 61M ./smtp 32M ./send 64K ./imap4-ssl 60K ./authlib 532K./pop3 60M ./smtp2 81M ./smtp-ssl 3.4M./spamd 68K ./pop3-ssl 3.1M./submission 880K./imap4 2.5M

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-20 Thread Chandran Manikandan
Hi Eric, I had checked my domain folder under this url /home/vpopmail/domains/ .com/user/Maildir , there is no .qmail file or folder. How can i find this folder and how to remove it. Please assist me. On Sat, Jan 18, 2014 at 12:49 AM, Eric Shubert e...@shubes.net wrote: There are two

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-20 Thread Chandran Manikandan
Hi Eric, Under the Maildir shows below files only. cur dovecot-keywords dovecot-uidvalidity.52440f8e dovecot.index dovecot.mailbox.log new dovecot.index.cache dovecot-uidlist subscriptions dovecot.index.log dovecot-uidvalidity tmp On Tue, Jan 21, 2014 at 11:00 AM, Chandran Manikandan

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-20 Thread Eric Shubert
There won't always be a .qmail file (it's a file, not a folder). Given that it starts with a '.', it's hidden, so you need to use the -a option of ls in order to see it. You needn't remove the file. Just remove any lines past the first one if there are any. Have you verified in the

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-20 Thread Eric Broch
Location of .qmail file, IF IT EXISTS: /home/vpopmail/domains/xxx.com/user Location of .qmail-default file: /home/vpopmail/domains/xxx.com On 1/20/2014 8:00 PM, Chandran Manikandan wrote: Hi Eric, I had checked my domain folder under this url /home/vpopmail/domains/.com/user/Maildir

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-17 Thread Eric Shubert
There are two situations I'm aware of that can cause duplicate deliveries. First is the .qmail file(s). This could be the .qmail file for an individual account (which is found in their account folder), or the .qmail-default file for the domain (in the domain folder). If this is the cause, the

[qmailtoaster] Re: Two times deliver to my mailbox

2014-01-16 Thread Eric Shubert
There's a known (to me) bug in qmailadmin which causes this when a person's name is changed. It may also happen when other changes are made. I don't recall posting this to the qmailadmin list (mailto:qmailad...@inter7.com), but if someone would care to do so, it would be appreciated.

Re: [qmailtoaster] Re: Two times deliver to my mailbox

2014-01-16 Thread Chandran Manikandan
Hi Eric, I have received double emails with internal domain . Is there any solution. please help me to resolve this. On Fri, Jan 17, 2014 at 12:56 AM, Eric Shubert e...@shubes.net wrote: There's a known (to me) bug in qmailadmin which causes this when a person's name is changed. It may also