qiupin / iredmail

Automatically exported from code.google.com/p/iredmail
0 stars 0 forks source link

wrong pkg number: #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 < INFO > Configure iRedAPD (postfix policy daemon).
tar: Error opening archive: Failed to open 'iRedAPD-1.3.4.tar.bz2'
cp: /opt/iredapd/rc_scripts/iredapd.freebsd: No such file or directory

the package is the 1.3.3

./pkgs/misc/iRedAPD-1.3.3.tar.bz2

(that from the release 0.7)

Original issue reported on code.google.com by andrea.c...@gmail.com on 27 Apr 2011 at 4:46

GoogleCodeExporter commented 9 years ago
Thanks for your feedback. Fixed moment ago:
http://code.google.com/p/iredmail/source/detail?r=acd6100b74404db52488816b8c1037
4841b3ef91

You can fix it on your FreeBSD server with below steps:

* Open /path/to/iRedMail-0.7.0/.iRedMail.installation.status, remove below line 
and save file.

export status_iredapd_config="DONE"

* Open /path/to/iRedMail-0.7.0/pkgs/SHASUM.freebsd.misc, replace iRedAPD 
version number 1.3.3 with 1.3.4, save and exit.

* Re-execute iRedMail.sh:

# cd /path/to/iRedMail-0.7.0/
# bash iRedMail.sh

iRedMail will find exist config file and ask you whether or not use it 
directly, type 'y' (without quotes) to use it directly. It will skip all 
components except installing and configuring iRedAPD.

Reboot your server, and you now have iRedAPD installed and running. :)

Original comment by michaelb...@gmail.com on 27 Apr 2011 at 4:57