Author |
|
allroy Newbie
Joined: 06 November 2008
Online Status: Offline Posts: 2
|
Posted: 06 November 2008 at 7:51am | IP Logged
|
|
|
Installing on a fresh Ubuntu Intrepid server install.
"make -f Makefile.lnx install
make: *** No rule to make target `install'. Stop."
Not sure where to go from here, as checking the makefiles, there is no target for install!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 November 2008 at 8:53am | IP Logged
|
|
|
The version of the documentation shipped with the product is outdated, we will update it for the new release of AfterLogic XMail Server, we're going to release it later this month.
For now, please refer to the latest version of documentation available at SourceForge.
Regards,
Igor
|
Back to Top |
|
|
allroy Newbie
Joined: 06 November 2008
Online Status: Offline Posts: 2
|
Posted: 07 November 2008 at 1:20pm | IP Logged
|
|
|
That documentations is much better, thanks!
However, I am unable to start xmail. After digging into it a bit, I discovered that the MailRoot/bin folder is empty!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 November 2008 at 1:23am | IP Logged
|
|
|
The installation routine should create bin folder which contains the missing files, so please copy all the contents of that folder into MailRoot/bin folder. It should work now.
Please let us know the outcome.
|
Back to Top |
|
|
killed Newbie
Joined: 24 November 2008 Location: Vietnam
Online Status: Offline Posts: 11
|
Posted: 24 November 2008 at 7:30pm | IP Logged
|
|
|
When step:
ln -s /etc/xmail /etc/rc3.d/S99xmail
==> No such file or Directory
http://axms.svn.sourceforge.net/viewvc/axms/docs/Installatio nInstructions-ux.txt
|
Back to Top |
|
|
killed Newbie
Joined: 24 November 2008 Location: Vietnam
Online Status: Offline Posts: 11
|
Posted: 24 November 2008 at 7:34pm | IP Logged
|
|
|
killed wrote:
When step:
ln -s /etc/xmail /etc/rc3.d/S99xmail
==> No such file or Directory
http://axms.svn.sourceforge.net/viewvc/axms/docs/Installatio nInstructions-ux.txt |
|
|
ok,i has made S99xmail file using vi /etc/rc3.d/S99xmail
|
Back to Top |
|
|
killed Newbie
Joined: 24 November 2008 Location: Vietnam
Online Status: Offline Posts: 11
|
Posted: 24 November 2008 at 8:36pm | IP Logged
|
|
|
Quote:
Connect() - Error: Can't connect to XMail Server |
|
|
How can i do?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 November 2008 at 2:01am | IP Logged
|
|
|
Scripts and symlinks located in /etc/rc3.d/ are used to start services/daemons during system startup (in runlevel 3). However, your Unix/Linux flavor may use runlevels differently, refer to your OS documentation in this regard.
Anyway, you should make sure that you've successfully performed the following steps:
Code:
cp xmail /etc
chmod 755 /etc/xmail
ln -s /etc/xmail /etc/rc3.d/S99xmail |
|
|
This set of commands copies xmail script into /etc folder, sets its permissions and creates a symlink in /etc/rc3.d directory. For this to work, you'll need to remove S99xmail file you created manually.
Please also try to run xmail script manually and let us know if this works.
Regards,
Igor
|
Back to Top |
|
|
killed Newbie
Joined: 24 November 2008 Location: Vietnam
Online Status: Offline Posts: 11
|
Posted: 04 December 2008 at 11:04pm | IP Logged
|
|
|
Thank you very much.
Finally, i understood!
Sendmail crash for Xmail
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 December 2008 at 12:56am | IP Logged
|
|
|
Yes, Sendmail and AfterLogic XMail Server use the same ports, but using the same ports by multiple applications is not allowed.
The first way is to uninstall all other mail servers to make AfterLogic XMail Server the only mail server in your system.
The second way is to tell one of the mail servers to use different port numbers.
Best regards,
Andrew
|
Back to Top |
|
|