Hi.
There's an option at compile time (MAXINTERFACES) - which is set to 250 by
default - so you'll have hit that. You need to recompile exim or make it
only listen on a certain address (see local_interfaces option in the mail
section of the config file).
As a matter of interest, does anyone know why Exim listens on each
individual IPs - rather than INADDR_ANY - which would only require one
socket?
Cheers...
Scot
-----------------------------------------------------------------------------
Scot Elliott, Technology Engineering Manager, boo.com +44 171 9502429
Play: scot@??? Work: scot@???
-----------------------------------------------------------------------------
How can you lie there and think of England when you don't even know who's
in the team?... Billy Bragg.
On Tue, 4 Jan 2000, Frank Rocholl wrote:
> Hello,
>
> I tried to use exim-3.12 with solaris 2.7 with many virtual IP-Adresses and
> found a strange behaviour. When I use 249 virtual IP-adresses everything is
> fine. Is the number of virtual IP-Adresses greater than 249 exim ends with a
> panic. A exim -d9 -bv rocholl@??? leads to:
>
> Exim version 3.12 debug level 9 uid=0 gid=1
> probably ndbm
> Caller is an admin user
> Caller is a trusted user
> sender address = root@???
> Verifying: uid=0 gid=1 euid=0 egid=1
> >>>>>>>>>>>>>>>>>>>>>>>>
> Verifying rocholl@???
> icsmedia.de in local_domains? no (end of list)
> address rocholl@???
> local_part=rocholl domain=icsmedia.de
> domain is not local
> >>>>>>>>>>>>>>>>>>>>>>>>
> routing rocholl@???, domain icsmedia.de
> send_to_gateway router called for rocholl@???
> route_domain = icsmedia.de
> routelist_item = * mail.icsmedia.de byname
> after handling route_lists items, matched = 1
> original hostlist=mail.icsmedia.de options=byname
> expanded hostlist="mail.icsmedia.de" options=byname
> LOG: 0 PANIC DIE
> Unable to get interface configuration: 22 Invalid argument
>
> Thanks for help
>
> Frank
>
> P.S. Here the content of my configure file:
>
> primary_hostname = web.icsmedia.de
> host_lookup = 0.0.0.0/0
> end
> remote_smtp:
> driver = smtp
> local_delivery:
> driver = appendfile
> file = /var/mail/${local_part}
> delivery_date_add
> envelope_to_add
> return_path_add
> address_pipe:
> driver = pipe
> return_output
> address_file:
> driver = appendfile
> delivery_date_add
> envelope_to_add
> return_path_add
> address_reply:
> driver = autoreply
> end
> system_aliases:
> driver = aliasfile
> file = /etc/aliases
> search_type = lsearch
> user = root
> file_transport = address_file
> pipe_transport = address_pipe
> userforward:
> driver = forwardfile
> file = .forward
> no_verify
> no_expn
> check_ancestor
> file_transport = address_file
> pipe_transport = address_pipe
> reply_transport = address_reply
> localuser:
> driver = localuser
> transport = local_delivery
> end
> lookuphost:
> driver = lookuphost
> transport = remote_smtp
> literal:
> driver = ipliteral
> transport = remote_smtp
> end
> * * F,2h,15m; G,16h,1h,1.5; F,4d,8h
> end
>
>
>
>
> --
> ICSmedia GmbH Soester Strasse 13 Tel.: +49 251 6060-0
> mail: info@???
> 48155 Muenster (Germany) Fax.: +49 251 6060-190
> http://www.icsmedia.de
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>