Moderators: ScalixSupport, admin
Code: Select all
smtphost my.hostname.com
mrhumphreys wrote:Thanks to Florian support I can now recieve incoming mail, and send mail between internal users.
What I can't do is send any mail to external users.
Using webmin, I've added my isp's smtp outgoing server to the outgoing host within the config. My host used smtp authorisation for outgoing mail, but I cannot find where to set this within webmin or scalix.
I've also had a look in maillog and messages for possible clues, but they are empty!
One last bit of help please!
Matthew
Code: Select all
define(`confAUTH_OPTIONS', `A')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
FEATURE(`authinfo',`hash -o /etc/mail/authinfo.db')dnl
ScalixSupport wrote:
Uncomment or add the following options into your sendmail.mc (usually found in /etc/mail/cf/cf/ )Code: Select all
define(`confAUTH_OPTIONS', `A')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
FEATURE(`authinfo',`hash -o /etc/mail/authinfo.db')dnl
Once the above is completed, rebuild your sendmail.cf file using:
m4 /path/to/m4.cf /etc/mail/cf/cf/sendmail.mc > /etc/mail/sendmail.cf
mrhumphreys wrote:ScalixSupport wrote:
Uncomment or add the following options into your sendmail.mc (usually found in /etc/mail/cf/cf/ )Code: Select all
define(`confAUTH_OPTIONS', `A')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
FEATURE(`authinfo',`hash -o /etc/mail/authinfo.db')dnl
Once the above is completed, rebuild your sendmail.cf file using:
m4 /path/to/m4.cf /etc/mail/cf/cf/sendmail.mc > /etc/mail/sendmail.cf
Thanks Sascha.
Uncommented the line no problem.
I did a locate m4.cf to see where things were, are it didn't find anything!
How do create a m4.cf file?
Users browsing this forum: No registered users and 6 guests