Koozali.org: home of the SME Server

smtp no acces inter mail

Offline painkiller

  • ***
  • 66
  • +0/-0
smtp no acces inter mail
« on: December 25, 2007, 01:58:11 PM »
i use smtp on SMe to send the local mail out. Know i cannot access the server. In witch log i have to see were i can find some more answers ?
Thunderbird says no smtp or no authentication

Offline thomasch

  • *
  • 232
  • +0/-0
Re: smtp no acces inter mail
« Reply #1 on: December 26, 2007, 03:43:13 AM »
i use smtp on SMe to send the local mail out. Know i cannot access the server. In witch log i have to see were i can find some more answers ?
Thunderbird says no smtp or no authentication

smtp server log
Code: [Select]
less /var/log/qpsmtpd/current
qmail log
Code: [Select]
less /var/log/qmail/current

Offline painkiller

  • ***
  • 66
  • +0/-0
Re: smtp no acces inter mail
« Reply #2 on: December 27, 2007, 11:26:38 AM »
de first log is empty
in the seccond log i cannot find anything why the server is not accepting the smtp connection from a internal client.

Also webmail is not sending any messegas.

when i telnet localy to the server the server is not responding no service.

I will try to restart this, anyone has another option i can use?

webmail messages :

unable to connect to smtp server localhost:25
« Last Edit: December 27, 2007, 11:41:07 AM by painkiller »

Offline thomasch

  • *
  • 232
  • +0/-0
Re: smtp no acces inter mail
« Reply #3 on: December 27, 2007, 12:16:52 PM »
when i telnet localy to the server the server is not responding no service.
I will try to restart this, anyone has another option i can use?


Your qpsmtpd dead.. try

Code: [Select]
signal-event email-updateor

Code: [Select]
signal-event post-upgrade
signal-event reboot

Offline painkiller

  • ***
  • 66
  • +0/-0
Re: smtp no acces inter mail
« Reply #4 on: December 27, 2007, 12:33:42 PM »
I treid this but no luck!