On Apr 16, 2008, at 11:52 PM, Gary V wrote:
> On 4/16/08, Gary V wrote:
>> On 4/16/08, jeff donovan wrote:
>>>
>>> k--
>>> yes i do trust the scanned data. so your saying " tell postfix on
>>> the relay
>>> systems accept connections on another port ? or do I have to run
>>> another
>>> instance of postfix?
>>>
>>
>> I was thinking along the lines of:
>> $forward_method = 'smtp:smtp.example.com:2525'
>>
>> and on both downstream servers add listeners on 2525:
>>
>> 2525 inet n - n - - smtpd
>> -o mynetworks=10.0.0.13
>> -o smtpd_client_restrictions=permit_mynetworks,reject
>
> and maybe these are needed:
> -o smtpd_use_tls=no
> -o smtpd_sasl_auth_enable=no
okay here is what I got when i added these;
Apr 17 10:35:39 mx1 amavis[1610]: (01610-08) Remote host presents
itself as: smtp3.example.com
Apr 17 10:35:39 mx1 amavis[1610]: (01610-08) mail_via_smtp: session
failed: sending MAIL FROM
Apr 17 10:35:39 mx1 amavis[1610]: (01610-08) mail_via_smtp: 530 5.5.0
Rejected by MTA: 530 Must issue a STARTTLS command first, id=01610-08
Apr 17 10:35:39 mx1 postfix/smtp[1558]: 9BB1D2226BC7: to=<[EMAIL PROTECTED]
>, relay=127.0.0.1[127.0.0.1], delay=1, status=bounced (host
127.0.0.1[127.0.0.1] said: 530 5.5.0 Rejected by MTA: 530 Must issue a
STARTTLS command first, id=01610-08 (in reply to end of DATA command))
here is the main.cf from smtp3
#
=
=
========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
#
=
=
========================================================================
smtp inet n - n - - smtpd
2525 inet n - n - - smtpd
-o mynetworks=10.135.1.6
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_use_tls=no
-o smtpd_sasl_auth_enable=no
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/