hi,
i have installed OTRS on WIN7 and trying to send mail throw it, the error is:
"Error Message: No such binary: /usr/sbin/sendmail!"
how to change it to use windows? or do i need to chage to linux.
also how do i backup the configuration, customers, agent and all that i put in OTRS to a file that i can get a new install and use the same settings and info.
Thanks.
otrs on win7 sendmail
Moderator: crythias
otrs on win7 sendmail
You do not have the required permissions to view the files attached to this post.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: otrs on win7 sendmail
use smtp instead of sendmail from sysconfig.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: otrs on win7 sendmail
yes, i use SMTP and its working thanks!!
what about backup? and if i want to change to a new server.
what about backup? and if i want to change to a new server.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: otrs on win7 sendmail
backup the otrs folder and mysqldump the database.
http://faq.otrs.org/otrs/public.pl?Acti ... ItemID=325
mysqldump -uotrsusername -potrspassword otrsdatabasename > otrsoutputfilename.sql
(You can get the otrsusername and otrspassword from otrs/Kernel/Config.pm)
http://faq.otrs.org/otrs/public.pl?Acti ... ItemID=325
mysqldump -uotrsusername -potrspassword otrsdatabasename > otrsoutputfilename.sql
(You can get the otrsusername and otrspassword from otrs/Kernel/Config.pm)
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask