I'm trying to configure sendmail for simple log sending via smart host. I should then configure submit
Il mio rc.conf
At this point it is not clear to me whether I should configure the hostname.mc or hostname.submit.mc file
It doesn't work for me whether I use one or the other
My Config
File authinfo
Do I have to enter M:LOGIN?
I've done hash authinfo < authinfo to generate authinfo.db
However with mailq or sendmail -bp I see 5 emails in the queue
But
/var/spool/mqueque
and
/var/spool/clientmqueque
Is Emity
From the file /var/log/maillog sendmail tries to contact the recipient's server directly, for example Google, without going through the smart host
Thank You
Il mio rc.conf
Code:
sendmail_enable="NO"
sendmail_submit_enable="YES"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="YES"
It doesn't work for me whether I use one or the other
My Config
Code:
dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `my smart host')
define(`RELAY_MAILER_ARGS', `TCP $h my port')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
FEATURE(`authinfo',`hash /etc/mail/auth/authinfo')dnl
Code:
AuthInfo:my smart host "U:User" "I:User.Access" "P:Password"
I've done hash authinfo < authinfo to generate authinfo.db
However with mailq or sendmail -bp I see 5 emails in the queue
But
/var/spool/mqueque
and
/var/spool/clientmqueque
Is Emity
From the file /var/log/maillog sendmail tries to contact the recipient's server directly, for example Google, without going through the smart host
Thank You