>but in Lotus Domino I can only add an ip as
>relayHost and no other port than 25.
assume you've installed a german domino admin!
open Domino Admin -> Konfiguration -> Server -> Aktuelles Serverdokument
-> Ports -> Internet Ports -> Mail (SMTP Ausgang)
change the value(s) to the port(s) you need - keep in mind that this port
is used for ALL outgoing SMTP connections (foreign SMTP domains ? !)
>tell router quit
>tell smtp quit
load smtp
load router
Thomas
Von: Nicole Hähnel <m...@nicole-haehnel.de>
An: assp-test@lists.sourceforge.net,
Datum: 14.01.2013 16:46
Betreff: Re: [Assp-test] Antwort: Re: Antwort: Re: Version change
problems
Hi,
once again with a fresh setup for assp 2.2.2(12343):
Changed only:
listenPort=publicIP:25
smtpDestination=127.0.01:1025
relayHost=127.0.0.1:125
relayPort=127.0.0.2:25
localDomains=ourLocalDomain
Jan-14-13 14:38:51 [init] Listening for SMTP connections on publicIP:25
Jan-14-13 14:38:51 [init] Listening for admin HTTP connections on
0.0.0.0:55555
Jan-14-13 14:38:51 [init] Listening for stat HTTP connections on
0.0.0.0:55553
Jan-14-13 14:38:51 [init] Listening for SMTP relay connections on
127.0.0.2:25
Mailflow:
Jan-14-13 14:58:05 Connected: 212.227.15.18:63734 > publicIP:25 >
127.0.0.1:125
Jan-14-13 14:58:06 m1-71885-07945 [Local] 212.227.15.18 <x...@xxx.xx> to:
test@ourLocalDomain local (attachments unchecked) [Test] ->
/opt/assp-2.2.1-12343/notspam/Test--4.eml
Jan-14-13 14:58:06 m1-71885-07945 [MessageOK] 212.227.15.18 <x...@xxx.xx>
to: test@ourLocalDomain message ok [Test] ->
/opt/assp-2.2.1-12343/notspam/Test--4.eml
Jan-14-13 14:58:06 Connected: publicIP:35733 >publicIP:25 > 127.0.0.1:125
Jan-14-13 14:58:06 m1-71885-07945 212.227.15.18 <x...@xxx.xx> to:
test@ourLocalDomain finished message - received DATA size: 1.58 kByte -
sent DATA size: 1.75 kByte
Jan-14-13 14:58:06 Disconnected: 212.227.15.18 - processing time 1 seconds
Jan-14-13 14:58:06 Disconnected: publicIP - processing time 0 seconds
Wrong flow!!! smtp server > assp listenport > relayhost (postfix)
For testing, I deleted the relayHost and get this flow, the right one:
Jan-14-13 15:34:50 Connected: 212.227.17.20:50427 > publicIP:25 >
127.0.0.1:1025
Jan-14-13 15:34:50 m1-74090-06700 212.227.17.20 <x...@xxx.xx> to:
test@ourLocalDomain recipient delayed: test@ourLocalDomain
Jan-14-13 15:34:50 m1-74090-06700 212.227.17.20 <x...@xxx.xx> to:
test@ourLocalDomain [SMTP Status] 451 4.7.1 Please try again later
Jan-14-13 15:34:50 Disconnected: 212.227.17.20 - processing time 0 seconds
Jan-14-13 15:45:53 Connected: 212.227.17.21:49682 > publicIP:25 >
127.0.0.1:1025
Jan-14-13 15:45:53 m1-74753-06789 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain info: detected IP's on the mail routing way:
212.100.212.6
Jan-14-13 15:45:53 m1-74753-06789 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain info: detected source IP: 212.100.212.6
Jan-14-13 15:45:54 m1-74753-06789 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain Message-Score: added -10 (spfpValencePB) for SPF
pass, total score for this message is now -10
Jan-14-13 15:45:55 m1-74753-06789 [MessageOK] 212.227.17.21 <x...@xxx.xx>
to: test@ourLocalDomain message ok [Test]
Jan-14-13 15:45:55 m1-74753-06789 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain finished message - received DATA size: 1.58 kByte -
sent DATA size: 2.08 kByte
Jan-14-13 15:45:55 Disconnected: 212.227.17.21 - processing time 2 seconds
smtp server > assp listenport > smtpdestination (domino)
It seems assp do not know the local domains with a valid relayHost in
the config.
Now I changed:
listenPort=25
smtpDestination=127.0.01:1025
relayHost=127.0.0.1:125
relayPort=127.0.0.2:26
localDomains=ourLocalDomain
Jan-14-13 16:00:21 Listening for SMTP connections on 0.0.0.0:25
Jan-14-13 16:00:21 Listening for admin HTTP connections on 0.0.0.0:55555
Jan-14-13 16:00:21 Listening for stat HTTP connections on 0.0.0.0:55553
Jan-14-13 16:00:21 Listening for SMTP relay connections on 127.0.0.2:26
Mailflow:
Jan-14-13 16:18:10 Connected: 212.227.15.19:54252 > publicIP:25 >
127.0.0.1:1025
Jan-14-13 16:18:10 m1-76690-08224 [PenaltyBox] 212.227.15.19
<x...@xxx.xx> to: test@ourLocalDomain [monitoring] totalscore for
212.227.15.19 is 50, last bad penalty was 'DNSBLfailed'
Jan-14-13 16:18:10 m1-76690-08224 212.227.15.19 <x...@xxx.xx> to:
test@ourLocalDomain recipient delayed: test@ourLocalDomain
Jan-14-13 16:18:10 m1-76690-08224 212.227.15.19 <x...@xxx.xx> to:
test@ourLocalDomain [SMTP Status] 451 4.7.1 Please try again later
Jan-14-13 16:18:10 Disconnected: 212.227.15.19 - processing time 0 seconds
Jan-14-13 16:26:38 Connected: 212.227.17.21:50227 > publicIP:25 >
127.0.0.1:1025
Jan-14-13 16:26:38 m1-77198-08864 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain info: detected IP's on the mail routing way:
212.100.212.6
Jan-14-13 16:26:38 m1-77198-08864 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain info: detected source IP: 212.100.212.6
Jan-14-13 16:26:38 m1-77198-08864 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain Message-Score: added -10 (spfpValencePB) for SPF
pass, total score for this message is now -10
Jan-14-13 16:26:39 m1-77198-08864 [MessageOK] 212.227.17.21 <x...@xxx.xx>
to:test@ourLocalDomain message ok [Test]
Jan-14-13 16:26:39 m1-77198-08864 212.227.17.21 <x...@xxx.xx> to:
test@ourLocalDomain finished message - received DATA size: 1.58 kByte -
sent DATA size: 2.09 kByte
Jan-14-13 16:26:39 Disconnected: 212.227.17.21 - processing time 1 seconds
This config would work, but in Lotus Domino I can only add an ip as
relayHost and no other port than 25.
So I have to use 127.0.0.2:25 as relayPort an that is impossible if I
have listenPort=25.
I hope it is rather clear what is not working correctly...
Kind regards,
Nicole
Am 13.01.2013 19:31, schrieb Thomas Eckardt:
> Nicol,
>
> you can configure multiple IP:PORT definitions per listener!
>
> If you set listenport to 'publicip:25'
>
> and you have a mutihomed system (2+ interfaces)
>
> set the relayport to : privat-IP1:25|privat-IP2:25|.....
>
> how ever in this case it is not allowed to use 0.0.0.0 or 127.0.0.X in
any
> IP definition with the same port (25).
>
>
> Thomas
>
>
>
>
> Von: Nicole Hähnel <m...@nicole-haehnel.de>
> An: assp-test@lists.sourceforge.net,
> Datum: 13.01.2013 18:54
> Betreff: Re: [Assp-test] Antwort: Re: Version change problems
>
>
>
> port only
>
> Jan-13-13 18:46:39 [init] Listening for SMTP connections on 0.0.0.0:25
> Jan-13-13 18:46:39 [init] Listening for admin HTTP connections on
> 0.0.0.0:55555 0.0.0.0:22222
> Jan-13-13 18:46:39 [init] Listening for stat HTTP connections on
> 0.0.0.0:55553
> Jan-13-13 18:46:39 [init] Couldn't create server socket on port
> '127.0.0.2:25' -- maybe another service is running or I'm not root
> (uid=0)? -- or a wrong IP address is defined? -- Die Adresse wird
> bereits verwendet ( I have to reconfigure this port later)
>
> ip:port
>
> Jan-13-13 18:44:28 [init] Listening for SMTP connections on publicip:25
> Jan-13-13 18:44:28 [init] Listening for admin HTTP connections on
> 0.0.0.0:55555 0.0.0.0:22222
> Jan-13-13 18:44:28 [init] Listening for stat HTTP connections on
> 0.0.0.0:55553
> Jan-13-13 18:44:28 [init] Listening for SMTP relay connections on
> 127.0.0.2:25
>
>
> Am 13.01.2013 17:46, schrieb Thomas Eckardt:
>> I'm unable to reproduce this - in my case all systems are doing what
> they
>> should.
>>
>> Nicole, please could you post the following startup log sequence for
> both
>> cases (port only , ip:port).
>>
>> port only (25):
>>
>> Jan-13-13 17:30:07 [init] Listening for SMTP connections on 0.0.0.0:25
>> Jan-13-13 17:30:07 [init] Listening for SMTPS (SSL) connections on
>> 0.0.0.0:456
>> Jan-13-13 17:30:07 [init] Listening for admin HTTP connections on
>> 0.0.0.0:55555
>> Jan-13-13 17:30:07 [init] Listening for stat HTTP connections on
>> 0.0.0.0:55553
>> Jan-13-13 17:30:07 [init] Listening for additional SMTP connections on
>> 0.0.0.0:2525
>> Jan-13-13 17:30:07 [init] Listening for SMTP relay connections on
>> 0.0.0.0:625
>>
>>
>> ip:port (10.10.10.10:25)
>>
>> Jan-13-13 17:30:07 [init] Listening for SMTP connections on
> 10.10.10.10:25
>> Jan-13-13 17:30:07 [init] Listening for SMTPS (SSL) connections on
>> 0.0.0.0:456
>> Jan-13-13 17:30:07 [init] Listening for admin HTTP connections on
>> 0.0.0.0:55555
>> Jan-13-13 17:30:07 [init] Listening for stat HTTP connections on
>> 0.0.0.0:55553
>> Jan-13-13 17:30:07 [init] Listening for additional SMTP connections on
>> 0.0.0.0:2525
>> Jan-13-13 17:30:07 [init] Listening for SMTP relay connections on
>> 0.0.0.0:625
>>
>> It is important in the later case, that the full IP:port is shown. The
>> '10.10.10.10:25' is exactly what assp gets with an $fh->sockhost() .
':'
> .
>> $fh->sockport() from the OS.
>>
>> Thomas
>>
>>
>>
>> Von: Nicole Hähnel <m...@nicole-haehnel.de>
>> An: ASSP development mailing list
<assp-test@lists.sourceforge.net>,
>> Datum: 13.01.2013 16:03
>> Betreff: Re: [Assp-test] Version change problems
>>
>>
>>
>> Am 14.12.2012 12:24, schrieb Fritz Borgstedt:
>>> ASSP development mailing list <assp-test@lists.sourceforge.net>
>>> schreibt:
>>>> I wrote it xx.xx.xx.xx:25, but this caused the mailrouting problem.
>>> But you wrote your public ip. did you try 127.0.0.1:25
>>>
>> Yes, assp hast to listen on the public ip.
>> There is obviously a bug in 2.2.2(12343) concerning mail routing and
>> smtp listen port.
>>
>> When I have only the port 25 in there, I get the right routing:
>> 209.85.212.171:54541 > public-IP:25 > 127.0.0.1:44602 > 127.0.0.1:1025
>>
>> When I have my public-IP:25 in smtp listening port assp proxies to the
>> relay host not the internal mail server:
>> 209.85.212.171:43826 > public-IP:25 > 127.0.0.1:37552 > 127.0.0.1:125
>>
>> 127.0.0.1:125 is my relay host configured in assp and this is wrong.
>>
>> Regards,
>> Nicole
>>
>>
>>
>>
>>
>>
>
------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnmore_123012
>> _______________________________________________
>> Assp-test mailing list
>> Assp-test@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>
>>
>>
>>
>> DISCLAIMER:
>> *******************************************************
>> This email and any files transmitted with it may be confidential,
> legally
>> privileged and protected in law and are intended solely for the use of
> the
>> individual to whom it is addressed.
>> This email was multiple times scanned for viruses. There should be no
>> known virus in this email!
>> *******************************************************
>>
>>
>>
>>
>>
>
------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnmore_123012
>>
>>
>> _______________________________________________
>> Assp-test mailing list
>> Assp-test@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/assp-test
>
------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_123012
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
>
>
> DISCLAIMER:
> *******************************************************
> This email and any files transmitted with it may be confidential,
legally
> privileged and protected in law and are intended solely for the use of
the
>
> individual to whom it is addressed.
> This email was multiple times scanned for viruses. There should be no
> known virus in this email!
> *******************************************************
>
>
>
>
>
------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_123012
>
>
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test
DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally
privileged and protected in law and are intended solely for the use of the
individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no
known virus in this email!
*******************************************************
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test