otrs on win7 sendmail

Moderator: crythias

Locked
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

otrs on win7 sendmail

Post by kobi »

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.
You do not have the required permissions to view the files attached to this post.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: otrs on win7 sendmail

Post by crythias »

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
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

Re: otrs on win7 sendmail

Post by kobi »

yes, i use SMTP and its working thanks!!
what about backup? and if i want to change to a new server.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: otrs on win7 sendmail

Post by crythias »

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)
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
Locked