Package: sendmail
Version: 8.13.3-6
Severity: normal

To make sendmail watch more than one interface for changes, I have set in
/etc/mail/sendmail.conf:

DAEMON_NETIF="lo eth0 eth1 wlan0";

In /usr/share/sendmail/dynamic, we have at line 64

for if in "$DAEMON_NETIF"; do    

This should probably be

for if in $DAEMON_NETIF; do

without the double quotes.

Greetings Wolfgang




-- Package-specific info:
Ouput of /usr/share/bug/sendmail/script:

ls -alR /etc/mail:
/etc/mail:
total 317
drwxr-sr-x    7 smmta smmsp  1024 2005-02-22 18:44 .
drwxr-xr-x  105 root  root   5120 2005-02-22 18:44 ..
-rwxr-xr--    1 root  smmsp 10761 2005-02-22 18:44 Makefile
-rw-------    1 root  root   4645 2005-02-11 15:52 access
-rw-r-----    1 smmta smmsp 12288 2005-02-19 13:29 access.db
-rw-r--r--    1 root  root    281 2004-12-16 02:34 address.resolve
lrwxr-xr-x    1 root  smmsp    10 2005-02-11 15:52 aliases -> ../aliases
-rw-r-----    1 smmta smmsp 12288 2005-02-19 13:29 aliases.db
-rw-------    1 root  smmsp    68 2005-02-14 21:16 authinfo
-rw-r-----    1 smmta smmsp 12288 2005-02-19 13:29 authinfo.db
-rw-r--r--    1 root  smmsp  3366 2005-02-22 18:44 databases
-rw-r--r--    1 root  root   5588 2004-12-16 02:34 helpfile
-rw-r--r--    1 root  smmsp    33 2005-02-11 16:27 local-host-names
drwxr-sr-x    2 smmta smmsp  1024 2005-02-11 15:52 m4
drwxr-xr-x    2 root  root   1024 2005-02-19 13:28 peers
drwxr-xr-x    2 root  smmsp  1024 2004-12-16 02:34 sasl
-rw-r--r--    1 root  smmsp 65686 2005-02-22 18:44 sendmail.cf
-rw-r--r--    1 root  root  65685 2005-02-19 13:29 sendmail.cf.old
-rw-r--r--    1 root  root  11892 2005-02-22 18:44 sendmail.conf
-rw-r--r--    1 root  smmsp  3915 2005-02-19 13:29 sendmail.mc
-rw-r--r--    1 root  root    149 2004-12-16 02:34 service.switch
-rw-r--r--    1 root  root    180 2004-12-16 02:34 service.switch-nodns
drwxr-sr-x    2 smmta smmsp  1024 2005-02-11 15:52 smrsh
-rw-r--r--    1 root  smmsp 43608 2005-02-19 13:29 submit.cf
-rw-r--r--    1 root  root  43616 2005-02-19 13:29 submit.cf.old
-rw-r--r--    1 root  smmsp  2284 2005-02-19 13:29 submit.mc
drwxr-xr-x    2 smmta smmsp  1024 2005-02-11 15:52 tls
-rw-r--r--    1 root  smmsp     0 2005-02-11 16:27 trusted-users

/etc/mail/m4:
total 4
drwxr-sr-x  2 smmta smmsp 1024 2005-02-11 15:52 .
drwxr-sr-x  7 smmta smmsp 1024 2005-02-22 18:44 ..
-rw-r-----  1 root  smmsp  705 2005-02-22 18:44 dialup.m4
-rw-r-----  1 root  smmsp  745 2005-02-22 18:44 provider.m4

/etc/mail/peers:
total 4
drwxr-xr-x  2 root  root  1024 2005-02-19 13:28 .
drwxr-sr-x  7 smmta smmsp 1024 2005-02-22 18:44 ..
-rw-r--r--  1 root  root   328 2004-12-16 02:34 provider
-rw-r--r--  1 root  root   331 2005-02-14 21:14 sirrah

/etc/mail/sasl:
total 2
drwxr-xr-x  2 root  smmsp 1024 2004-12-16 02:34 .
drwxr-sr-x  7 smmta smmsp 1024 2005-02-22 18:44 ..

/etc/mail/smrsh:
total 2
drwxr-sr-x  2 smmta smmsp 1024 2005-02-11 15:52 .
drwxr-sr-x  7 smmta smmsp 1024 2005-02-22 18:44 ..
lrwxr-xr-x  1 root  smmsp   26 2005-02-11 15:52 mail.local -> 
/usr/lib/sm.bin/mail.local
lrwxr-xr-x  1 root  smmsp   17 2005-02-11 15:52 procmail -> /usr/bin/procmail
lrwxr-xr-x  1 root  smmsp   17 2005-02-11 15:52 vacation -> /usr/bin/vacation

/etc/mail/tls:
total 19
drwxr-xr-x  2 smmta smmsp 1024 2005-02-11 15:52 .
drwxr-sr-x  7 smmta smmsp 1024 2005-02-22 18:44 ..
-rw-r--r--  1 root  root     7 2005-02-11 15:52 no_prompt
-rw-------  1 root  root  1191 2005-02-11 15:52 sendmail-client.cfg
-rw-r--r--  1 root  smmsp 1229 2005-02-11 15:52 sendmail-client.crt
-rw-------  1 root  root  1013 2005-02-11 15:52 sendmail-client.csr
-rw-r-----  1 root  smmsp 1679 2005-02-11 15:52 sendmail-common.key
-rw-------  1 root  root     0 2005-02-11 15:52 sendmail-common.prm
-rw-------  1 root  root  1191 2005-02-11 15:52 sendmail-server.cfg
-rw-r--r--  1 root  smmsp 1229 2005-02-11 15:52 sendmail-server.crt
-rw-------  1 root  root  1013 2005-02-11 15:52 sendmail-server.csr
-rwxr--r--  1 root  root  3150 2005-02-19 13:29 starttls.m4

sendmail.conf:
DAEMON_NETMODE="Static";
DAEMON_NETIF="lo eth0 eth1 wlan0";
DAEMON_MODE="Daemon";
DAEMON_PARMS="";
DAEMON_HOSTSTATS="No";
DAEMON_MAILSTATS="No";
QUEUE_MODE="${DAEMON_MODE}";
QUEUE_INTERVAL="";
QUEUE_PARMS="";
MSP_MODE="Cron";
MSP_INTERVAL="";
MSP_PARMS="";
MSP_MAILSTATS="${DAEMON_MAILSTATS}";
MISC_PARMS="";
CRON_MAILTO="root";
CRON_PARMS="";
LOG_CMDS="No";
HANDS_OFF="No";
AGE_DATA="";
DAEMON_RUNASUSER="No";
DAEMON_STATS="${DAEMON_MAILSTATS}";
MSP_STATS="${MSP_MAILSTATS}";


sendmail.mc:
divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.13.2-1 2004-12-16 01:32:38 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
undefine(`confHOST_STATUS_DIRECTORY')dnl        #DAEMON_HOSTSTATS=
FEATURE(`no_default_msa')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MTA-v4, Port=smtp, Addr=127.0.0.1')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MSP-v4, Port=submission, Addr=127.0.0.1')dnl
define(`confPRIVACY_FLAGS',dnl
`needmailhelo,needexpnhelo,needvrfyhelo,restrictqrun,restrictexpand,nobodyreturn,authwarnings')dnl
define(`confCONNECTION_RATE_THROTTLE', `15')dnl
define(`confCONNECTION_RATE_WINDOW_SIZE',`10m')dnl
FEATURE(`access_db', , `skip')dnl
FEATURE(`greet_pause', `1000')dnl 1 seconds
FEATURE(`delay_checks', `friend', `n')dnl
define(`confBAD_RCPT_THROTTLE',`3')dnl
FEATURE(`conncontrol', `nodelay', `terminate')dnl
FEATURE(`ratecontrol', `nodelay', `terminate')dnl
include(`/etc/mail/tls/starttls.m4')dnl
LOCAL_CONFIG
FEATURE(`masquerade_envelope')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`always_add_domain')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`smrsh')dnl
include(`/etc/mail/m4/dialup.m4')dnl
include(`/etc/mail/m4/provider.m4')dnl
MAILER_DEFINITIONS
MAILER(local)dnl
MAILER(smtp)dnl
LOCAL_CONFIG

submit.mc...
divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: submit.mc, v 8.13.2-1 2004-12-16 01:32:38 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-msp')dnl
FEATURE(`msp', `[127.0.0.1]', `MSA')dnl


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=en_GB.iso88591, LC_CTYPE=en_GB.iso88591 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_GB)

Versions of packages sendmail depends on:
ii  rmail                         8.13.3-6   MTA->UUCP remote mail handler
ii  sendmail-base                 8.13.3-6   powerful, efficient, and scalable 
ii  sendmail-bin                  8.13.3-6   powerful, efficient, and scalable 
ii  sendmail-cf                   8.13.3-6   powerful, efficient, and scalable 
ii  sensible-mda                  8.13.3-6   Mail Delivery Agent wrapper

Versions of packages sensible-mda depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  procmail                    3.22-10      Versatile e-mail processor
ii  sendmail-bin [mail-transpor 8.13.3-6     powerful, efficient, and scalable 

Versions of packages rmail depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libldap2                    2.1.30-3     OpenLDAP libraries
ii  sendmail-bin [mail-transpor 8.13.3-6     powerful, efficient, and scalable 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to