I have been using ISPCONFIG 3 since quite some time, but on creaing new email box whenever I feel this field - Send copy to --------------------(optional) doesn't seems to be working. Any solutions please.
The filed is working on update and not insert. So when you fill in the email address after you first saved the mailbox, then it will work. This has been fixed in SVN already and will be released with ispconfig 3.0.3.3.
Hi guys anyone has been able to determine why this is wrong? I have installed ISPConfig Version: 3.0.3.3 but not from svn and do not work either. Messages arrive at the destination mailbox, but not to the account specified in the field send copy to Best regards.
This fix works only for new accounts and not existing accounts. For existing accounts, remove the email from the send copy to field, click save, enter the address again and click save again.
Are you sure that was fixed? I'd upgrade 3.0.3 to 3.0.3.3 and still it isnt work. (But bugtrack ticket is closed FS#1561). Whitch file I must check for that fix? Edit: I'd check in svn, and this is file maildrop_plugin.inc.php, and only change one line (add): [rev. 2279] This is enough? Till check this again, plz.
It works on my servers, I just tested it. Dont forget that you have to empty the field, click on save and then insert the email address again if the address was entered before you updated to 3.0.3.3 Yes, thats was the missing code.
I dont get it. I know - update "Send copy to" field is (and was) working. But in my 3.0.3.3 I create ADD NEW MAILBOX with filed "Send copy to", and nothing happens. I dont have new file /var/vmail/mailfilters/DOMAIN/USER/.mailfilter (3.0.3.3 upgraded from 3.0.3, and two ISPConfig patched manually "maildrop_plugin.inc.php") strange, what may I debug it?
Did you normally update or did you patch only one file? The patches in 3.0.3.3 depend on patches in 3.0.3.2 and so on. So to get a working system, its not enough to copy or patch only one file manually, you have to update your server to 3.0.3.3 with the ispconfig update.php script to get all patches applied.
I checked code ones again. You have a BUG in this line (svn, and v3.0.3.3) maildrop_plugin.inc.php: It must be that: probably altered it manually and exchange a "insert/update" in this two params. Check it, and repair ISPConfig, plz. ps. I wonder how it is possible that it works for you ...
You are right. The file that i have on my test system has this already patched, seems that I missed to submit it to SVN again.
Sorry I can't get access to the SVN. I have a working system with the latest release and can't get this forwarding option to work despite the guidance from posts above. In the maildrop.plugin.inc.php file I have three lines after the /* Register for the events */ tag They are all: $app->plugins... etc. Can someone post here what these 3 lines should be exactly so I can amend the file manually and get this feature working. My users are moaning....
You can download the latest code here: http://www.ispconfig.org/downloads/ISPConfig-3.0.4-beta1.tar.gz or download it from SVN: Code: svn export svn://svn.ispconfig.org/ispconfig3/trunk
still have this problem I have installed and am running 3.0.3.3 and have made this change in maildrop_plugin.inc.php: I also removed the contents of Send copy to and re-entered address and still not working. Does something have to be rebuilt. I know, I'm such a newbie.
Followed Fedora 15 Perfect Server Howto Thank you! Following the Howto I've installed Courier. Messaged returned to my sending account is: Can you tell what I've done wrong this time. Thanks again.
1) Please set a higher quota for this mailbox in ispconfig and click on save. 2) is mydomain.com the hostname of this server?
Quota was set at /var/www/ level 1) Maybe it should be set at /var instead. I have another Fedora system with all space allocated under / (root) and it has had space problems, so on this one made /var /var/www separate mount points. I installed Quota in /var/www. Is that the issue? If so can it be changed now? 2) The hostname is ns01.mydomain.com.
1) You mix up mail quota with filesystem qupota here. Mailquota is a virtual quota inide the imap daemon. Please change the quota value in ISPConfig as I suggested. 2) ok.