Hello, i tried set outgoing ip (ip which will be used for outgoing mails connecting to smarthost) [as described http://www.exim.org/exim-html-current/doc/html/spec_html/ch30.html#SECID146]. I''ve 5 addresses 10.0.0.10 - 10.0.0.14 and need only 10.0.0.10 for outgoing smtp Nothing happens, but i''m not sure where option interface = 10.0.0.10 should be written. Can some helps me wit this problem? Thank you. -- Lampa
On Wed, Dec 10, 2008 at 02:25:47PM +0100, Lampa wrote:> I''ve 5 addresses 10.0.0.10 - 10.0.0.14 and need only 10.0.0.10 for outgoing smtp > > Nothing happens, but i''m not sure where option interface = 10.0.0.10 > should be written.For 4.69 with split configuration copy /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost to /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost.rul and place the interface option at the end of the remote_smtp_smarthost: section. -- Nicht Absicht unterstellen, wenn auch Dummheit ausreicht! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-exim4-users/attachments/20081210/0c593468/attachment.pgp
Hello, not using split configuration, but found section in exim4.conf.template, so it works. Thank you for help. 2008/12/10 Martin Reising <mreising+eximusers at nixhier.org>:> On Wed, Dec 10, 2008 at 02:25:47PM +0100, Lampa wrote: >> I''ve 5 addresses 10.0.0.10 - 10.0.0.14 and need only 10.0.0.10 for outgoing smtp >> >> Nothing happens, but i''m not sure where option interface = 10.0.0.10 >> should be written. > > For 4.69 with split configuration copy > > /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost > > to > > /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost.rul > > and place the interface option at the end of the remote_smtp_smarthost: > section. > > -- > Nicht Absicht unterstellen, wenn auch Dummheit ausreicht! > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkk/3XwACgkQyrV1dwHXxN30agCeP3qbmR8DAkaQ2czXLb/EGGTc > AesAnj2hu3793Iw+pJPQiX62HLGFo66f > =BQtp > -----END PGP SIGNATURE----- > > _______________________________________________ > Pkg-exim4-users mailing list > Pkg-exim4-users at lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users >-- Lampa