ahagadorn
7th July 2009, 19:40
I am migrating to ISPConfig from another control panel I have used for years (vhcs2). I currently have many customers that have large lists of email forwards.
The VHCS2 interface has a textarea for forward recipients, and you put in as many as you like separated by newlines. It makes for a nice clean way to manage forwarding addresses.
I have modified ISPConfig to use a textarea instead of an input in the template, and it works nicely without further modifications. Apparently it will accept a newline as a separator when it parses the addresses.
The template is mail_forward_edit.htm, and the code that replaces the existing code is:
<textarea rows="5" cols="100" name="destination" id="destination" maxlength="255" type="text" class="textInput" >{tmpl_var name='destination'}</textarea>
In addition, the destination field in the mail_forwarding table is only 255 characters. This is too small for many of my customer's lists.
If you could include this change in a future release, I would greatly appreciate it, and so may many other users.
Thanks!
Andy
The VHCS2 interface has a textarea for forward recipients, and you put in as many as you like separated by newlines. It makes for a nice clean way to manage forwarding addresses.
I have modified ISPConfig to use a textarea instead of an input in the template, and it works nicely without further modifications. Apparently it will accept a newline as a separator when it parses the addresses.
The template is mail_forward_edit.htm, and the code that replaces the existing code is:
<textarea rows="5" cols="100" name="destination" id="destination" maxlength="255" type="text" class="textInput" >{tmpl_var name='destination'}</textarea>
In addition, the destination field in the mail_forwarding table is only 255 characters. This is too small for many of my customer's lists.
If you could include this change in a future release, I would greatly appreciate it, and so may many other users.
Thanks!
Andy