Btw, I can send now via the ISP's smtp, BUT I did not run omsendin (yet). So, there's absolutely no Scalix specific stuff in the sendmail.cf, but it works anyway

Moderators: ScalixSupport, admin
Code: Select all
##### $Id: authinfo.m4,v 1.9 2002/06/27 23:23:57 gshapiro Exp $ #####
Code: Select all
##### $Id: use_ct_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp $ #####
Code: Select all
##### $Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $ #####
Code: Select all
# authinfo list database: contains info for authentication as client
Kauthinfo hash -o /etc/mail/auth/auth-info.db
Code: Select all
# "Smart" relay host (may be null)
DSsmtp.myisp.adress
Code: Select all
# list of authentication mechanisms
O AuthMechanisms=EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
Code: Select all
######################################################################
### authinfo: lookup authinfo in the access map
###
### Parameters:
### $1: {server_name}
### $2: {server_addr}
######################################################################
Sauthinfo
R$* $: <$(authinfo AuthInfo:$&{server_name} $: ? $)>
R<?> $: <$(authinfo AuthInfo:$&{server_addr} $: ? $)>
R<?> $: <$(authinfo AuthInfo: $: ? $)>
R<?> $@ no no authinfo available
R<$*> $# $1
Code: Select all
define(`SMART_HOST',`smtp.myisp.adress')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
FEATURE(`authinfo',`hash /etc/mail/auth/auth-info')dnl
Code: Select all
# do not run this configuration to keep the sendmail SMTP customizations
exit
Code: Select all
# If you don't want to let SuSEconfig generate your
# configuration file, set this to no
#
MAIL_CREATE_CONFIG="no"
Users browsing this forum: No registered users and 5 guests