This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop-znc managment

Help for those learning Tcl or writing their own scripts.
Post Reply
k
klejz0r
Voice
Posts: 9
Joined: Fri Jan 27, 2017 9:12 am

eggdrop-znc managment

Post by klejz0r »

Tcl error [znc:MSG:confirm]: couldn't execute "/usr/sbin/sendmail": no such file or directory
[15:35:35] <Micro> [09:34:40] [*controlpanel!znc@znc.in] Error: User [TCL] not found.


Could someone explain me, whats wrong there ? In default config i see that is no needed to change....thanks.
User avatar
CrazyCat
Revered One
Posts: 1217
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Peharps sendmail isn't installed on your shell, or your eggdrop isn't allowed to access it.
Try to type, in the shell console:

Code: Select all

which sendmail
If you have a result, this is this one you have to set in your conf.
If there is no result, ask your shell hoster wich mail programm is installed, and its path.
k
klejz0r
Voice
Posts: 9
Joined: Fri Jan 27, 2017 9:12 am

Post by klejz0r »

mutt is installed, but when i type /msg Eggdrop confirm znc-nick, i've got:
[14:23:56] <Micro> [08:23:18] Tcl error [znc:MSG:confirm]: Mutt 1.5.21 (2010-09-15)
[14:23:56] <Micro> usage: mutt [<options>] [-z] [-f <file> | -yZ]
[14:23:56] <Micro> mutt [<options>] [-x] [-Hi <file>] [-s <subj>] [-bc <addr>] [-a <file> [...] --] <addr> [...]
[14:23:56] <Micro> mutt [<options>] [-x] [-s <subj>] [-bc <addr>] [-a <file> [...] --] <addr> [...] < message
[14:23:56] <Micro> mutt [<options>] -p
[14:23:56] <Micro> mutt [<options>] -A <alias> [...]
[14:23:56] <Micro> mutt [<options>] -Q <query> [...]
[14:23:56] <Micro> mutt [<option
[14:23:56] <Micro> [08:23:18] [*controlpanel!znc@znc.in] Password has been changed!
Whats that ?
Post Reply