NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtWindows Error: 002 - No error yet ... Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
TLS and SMTP auth problemHello, I'm running the following mailserver setup: EHLO But this is how the postfix server at home opens the tls connection to Apr 30 16:30:07 santa postfix/smtp[17645]: TLS connection established to The result is that I can not relay, because i'm not authenticated: 553 sorry, that domain isn't in my list of allowed rcpthosts; no valid Incoming TLS connections to my postfix server are working, as you can see: Apr 30 16:46:33 santa postfix/smtpd[18101]: TLS connection established And this is how the postfix server answers to telnet localhost 25: 250-santa.springfield.home So, as far as I understand the problem, my postfix is using the wrong Or is this an other kind of problem? Hope someone can help me. King Regards, -- |
TLS and SMTP auth problem
On Mon, Apr 30, 2007 at 11:59:18PM +0200, Andreas Krummrich wrote:
> Hello,
>
> I'm running the following mailserver setup:
> I'm running a Debian woody server at home with postfix, which relays all
> mail over to my external Debian sarge root server, running qmail. Now I
> want to use smtp auth and tls.
> This is how my qmail server answers to telnet localhost 25
>
If they are both on the same network and you have control over both
machines, just have the relay machine trust the other machine. In
postfix this can be done with the mynetworks option. I am not sure what
the qmail equivalent is.
The only time this might not be a good idea is if you run some sort of
open WAP or have random people connecting to your network.
Regards,
-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com
TLS and SMTP auth problem
Hi Roberto,
Roberto C. Sánchez schrieb:
> On Mon, Apr 30, 2007 at 11:59:18PM +0200, Andreas Krummrich wrote:
>
>> Hello,
>>
>> I'm running the following mailserver setup:
>> I'm running a Debian woody server at home with postfix, which relays all
>> mail over to my external Debian sarge root server, running qmail. Now I
>> want to use smtp auth and tls.
>> This is how my qmail server answers to telnet localhost 25
>>
>>
> If they are both on the same network and you have control over both
> machines, just have the relay machine trust the other machine. In
> postfix this can be done with the mynetworks option. I am not sure what
> the qmail equivalent is.
>
No, the machines are not in the same network. The postfix machine is
localed at home in my private net with a dynamic ip, connecting to the
internet and the qmail server is a root server with an official ip.
I thin TLS would be the better solution in this scenario.
> The only time this might not be a good idea is if you run some sort of
> open WAP or have random people connecting to your network.
>
> Regards,
>
> -Roberto
>
Kind Regard,
Andreas
--