PDA

View Full Version : Autoresponder problem


lano
6th July 2009, 23:19
For one of my client, I created mailbox and enabeled autoresponder with text somenthing like "test, we're outta here" for testing only.
Now, tht text is sent to every person, who sent mail to that e-mail address, even if autoresponder is turned off. I checked in mysql base, and it is also off.
My guess is, that ispc3 writes autoresponse message to another location.
Where, and how to delete/disable it (make it work properly)?

David

till
7th July 2009, 13:18
The autoresponder is in the malbox directory of the user: /var/vmail/domain.tld/user/

Which ISPConfig version do you use?

lano
7th July 2009, 14:03
I found that directories, and I manualy deleted messages. I also delete domain, mailbox and re-created them.
System error log shows:
Error Possible security violation when deleting the maildir:

which seems to me ok, since I manualy deleted content.

I also noticed records in ISPC Cron log:

mkdir: missing operand
Try `mkdir --help' for more information.
chown: missing operand after `vmail:vmail'
Try `chown --help' for more information.

Owner of /var/vmail/mailfilters and all subdirs is "vmail"

Any sugestion?

Version is 3.0.1.3

till
7th July 2009, 14:19
Ok, thats a problem that you deleted the mailbox manually instead pof delering it in ispconfig as ISPConfig is now not able to process any further changes. You will now have to delete the corresponding records in the mail_user and mail_domain database tables too.

lano
7th July 2009, 16:21
Ok, thats a problem that you deleted the mailbox manually instead pof delering it in ispconfig as ISPConfig is now not able to process any further changes. You will now have to delete the corresponding records in the mail_user and mail_domain database tables too.

I just deleted email mailbox and email domain and also checked in dbispconfig to be shure, that the records are deleted.
Then I added domain and user mailbox, and when I try to add autoresponder, Ispconfig cron log shows
mkdir: missing operand
Try `mkdir --help' for more information.
chown: missing operand after `vmail:vmail'
Try `chown --help' for more information.

And also, there is no records in /var/vmail/mailfilters/domain.tld/mailbox

till
7th July 2009, 16:30
Then I added domain and user mailbox

How exactly did you add them?

lano
7th July 2009, 17:29
How exactly did you add them?

1. add client
2. add email domain and assign it to client
3. add mailbox

Email is working properly.

lano
7th July 2009, 18:20
I was monitoring tail -f /var/log/ispconfig/cron.log and noticed, that every time I add autoresponder message, I get error

mkdir: missing operand
Try `mkdir --help' for more information.
chown: missing operand after `vmail:vmail'
Try `chown --help' for more information.

That happens to all clients/mailboxes
Any idea?
System is Debian Lenny

lano
7th July 2009, 19:47
I think I found the problem in the message.
If I (or my customer) writes following message,
Obvescam vas, da sem na letnem dopustu od 7.7.09. do 21.7.09. LP

then autoresponder works fine. But if customer signs with his name, then I get errors.
Obvescam vas, da sem na letnem dopustu od 7.7.09. do 21.7.09. LP
Andrej Peternelj

With any other text, responder works OK

Edit:
After testing different text, adding and removing signatures, etc., now sudenly everything started to work fine.

Strange

vaio1
4th December 2011, 20:03
Hi guys,

I have the same problem:

Possible security violation when deleting the maildir:


sh: repquota: not found
mkdir: operando mancante
Usare «mkdir --help» per ulteriori informazioni.
chown: manca l'operando dopo "vmail:vmail"
Usare «chown --help» per ulteriori informazioni.
sh: repquota: not found


I have not deleted any mailbox or mail domain manually. What happens?