At 12:41 AM 2.15.2003 +0200, Giorgos Keramidas wrote:
>On 2003-02-14 18:08, Roman Neuhauser <[EMAIL PROTECTED]> wrote:
>> # [EMAIL PROTECTED] / 2003-02-14 03:51:22 +0200:
>> > You have only enabled mail submission through a network
>> > connection to port 25, but not submission of mail from local
>> > users.  I suggest that you read at least /etc/mail/README and
>> > the rc.sendmail(8) manpage.
>>
>>     Hi Giorgos,
>>
>>     it was always my understanding that sendmail_enable="YES" will turn
>>     Sendmail on wholesale: commandline submits, inbound, outbound.
>
>Not really.  sendmail_enable="YES" turns on only the non-localhost
>daemon.
>
>Note that I was wrong in my previous post, but for a different reason.
>Since /etc/defaults/rc.conf sets sendmail_xxx_enable="YES", the
>dequeueing of local mail will be automatically enabled.
>

Giorgos: As a refresher, below are the /etc/defaults/rc.conf
Unless, the /etc/rc.conf overrides, these turn on as stated. Based on the
below, what is not turned on....???

###  Mail Transfer Agent (MTA) options  ######################
##############################################################

mta_start_script="/etc/rc.sendmail"
                        # Script to start your chosen MTA, called by /etc/rc.
# Settings for /etc/rc.sendmail:
sendmail_enable="YES"   # Run the sendmail inbound daemon (YES/NO/NONE).
                        # If NONE, don't start any sendmail processes.
sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)
sendmail_submit_enable="YES"    # Start a localhost-only MTA for mail
submission
sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost"
                                # Flags for localhost-only MTA
sendmail_outbound_enable="YES"  # Dequeue stuck mail (YES/NO).
sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound
only)
sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO).
sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
                                # Flags for sendmail_msp_queue daemon.

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to