Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: hummel90 on July 14, 2007, 12:00:26 PM

Title: Local SMTP Auth
Post by: hummel90 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
Title: Local SMTP Auth
Post by: mmccarn 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.
Title: Local SMTP Auth
Post by: hummel90 on July 14, 2007, 01:30:17 PM
Thanks !

this did the trick !