1753832 Members
8797 Online
108806 Solutions
New Discussion юеВ

Re: Sendmail Error

 
Karthik S S
Honored Contributor

Sendmail Error

Hi

I am getting the following messages in syslog.log and the mesg. keeps on coming on Console also. What could be the problem? mailq shows empty.
-------------------------------------
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.crit] h4BAF0o07171: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.alert] h4BAF0o07171: Losing qfh4BAF0o07171: unsupported qf file version
Jun 10 00:32:33 system2 syslogd: '/dev/dtremote' not a tty
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.crit] h4IAD0f09733: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.alert] h4IAD0f09733: Losing qfh4IAD0f09733: unsupported qf file version
Jun 10 00:32:33 system2 syslogd: '/dev/dtremote' not a tty
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.crit] h4IAF0P09740: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.alert] h4IAF0P09740: Losing qfh4IAF0P09740: unsupported qf file version
Jun 10 00:32:33 system2 syslogd: '/dev/dtremote' not a tty
Jun 10 00:32:33 system2 sendmail[4031]: [ID 801593 mail.crit] h4PAD0u11278: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.alert] h4PAD0u11278: Losing qfh4PAD0u11278: unsupported qf file version
Jun 10 00:32:34 system2 syslogd: '/dev/dtremote' not a tty
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.crit] h4PAF0r11285: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.alert] h4PAF0r11285: Losing qfh4PAF0r11285: unsupported qf file version
Jun 10 00:32:34 system2 syslogd: '/dev/dtremote' not a tty
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.crit] h51AD0m13944: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.alert] h51AD0m13944: Losing qfh51AD0m13944: unsupported qf file version
Jun 10 00:32:34 system2 syslogd: '/dev/dtremote' not a tty
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.crit] h51AF0N13951: SYSERR(root): Version number in qf (4) greater than max (
2)
Jun 10 00:32:34 system2 sendmail[4031]: [ID 801593 mail.alert] h51AF0N13951: Losing qfh51AF0N13951: unsupported qf file version
Jun 10 00:32:34 system2 syslogd: '/dev/dtremote' not a tty
~

-----------------------------------
Pl. help

Thanks
Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
2 REPLIES 2
Massimo Bianchi
Honored Contributor

Re: Sendmail Error

Hi,
it looks like yoyr sendmail.cf is not at the same level as the sendmail demon.


To check the sendmail demon you can

telnet HOST 25

or

sendmail -bt -d0


you shuold see the same error message.


The check your /etc/mail/sendmail.cf for the line
# Configuration version number
DZ8.9.3

If they differ you can change it manually, then restart sendmail

/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start


This should fix.

HTH,
Massimo


Karthik S S
Honored Contributor

Re: Sendmail Error

Hi,

The following thread solved my problem ... Thanks a lot to S. K. Chan ...


http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe028eea29889d611abdb0090277a778c,00.html

Karthik
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn