![]() |
Can't send email with attachments to a user
Hello guys.
I'm having the following problem with ISPConfig 2.1.2 I'm trying to send an email with an attachment to a user on the same site and the server says the following: Code:
This is the Postfix program at host myserver.example.com.Webquota: 0 Mailquota: 150 No antivirus configured No antispam configured No mailscanner configured The account where I'm sending the email from (web1_usuario1) is configured as follows: Webquota: 0 Mailquota: 150 No antivirus configured No antispam configured No mailscanner configured I'm using only a huge partition (not separate partitions for /var and /home) The strange thing here is that when I send an email to this user without an attachment, it goes well and he receives it. Why do you think is this happening? Best regards. |
What's the output of
Code:
repquota -avug | grep web1What's the output of Code:
df -hWhat's the output of Code:
ls -la /var/spool/mail |
can't send email with attachments.
1 Attachment(s)
Hello. These are the outputs with real data (I was giving an example before):
Code:
[root@webserver ~]# df -hThanks. |
Can you post the outputs here instead of attaching them?
|
I Already resolved the problem
It seems like the mbox file for the user was corrupted. He could read all the emails from the web and could send and receive emails without attachments, but he couldn't receive emails with attachments. What I did was the following:
1. Make a backup of the mbox file. 2. Remove the original mbox file and create an empty new one. 3. Create a new account called whatever I want, and replace its mbox file with the one I backed up before. 4. I made a fetchmail of all the emails using pop3 protocol from the new created account to the account with problems. This way the new mbox file contains all the emails and is not corrupted. After all this everything worked fine. Thanks for your attention and best regards. |
Quote:
|
Quote:
by the way, using Maildir instead of Mbox prevents these problems. |
Quote:
I tried to use maildir once but i couldnt retrieve the emails with pop3, does it need a how to or something? |
Quote:
1) Install a maildir capable pop3 and IMAP daemon like courier. 2) Switch to maildir in ISPConfig under management > server > settings on the mail tab. But be aware that all emails that have not been fetched by your customers from their mbox files will be inaccessible after the change. |
Quote:
|
| All times are GMT +2. The time now is 05:11. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.