Koozali.org: home of the SME Server

Local SMTP Auth

hummel90

Local SMTP Auth
« on: July 14, 2007, 12:00:26 PM »
Hi,

I already posted this in the German Section, but I didn't get a reply,
so I will try it here, too.

I need SMTP authentification for my local network, is this possible ?

thx

Offline mmccarn

  • *
  • 2,657
  • +10/-0
Local SMTP Auth
« Reply #1 on: July 14, 2007, 12:54:11 PM »
It looks to me as though you could turn it on like this:
Code: [Select]
mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
cp /etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/05auth_cvm_unix_local .
signal-event email-update
(Note the "." at the end of the 3rd line)

This should cause /var/service/qpsmtpd/config/peers/local to contain the same 'auth' configuration as /var/service/qpsmtpd/config/peers/0.

hummel90

Local SMTP Auth
« Reply #2 on: July 14, 2007, 01:30:17 PM »
Thanks !

this did the trick !