This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

smtp and pop3 proxy for newbs

Hello, 
I am looking for a resource that explains step by step setup of the smtp and pop3 proxy in astaro.  I am a new user that is setting up a small home network with a cable modem.  I just want to use it for spam filtering and virus protection.  
I need help with the source and destination fields in the proxied network section in the pop3 proxy.  And I need help with the Global settings in the smtp proxy.  So basically I know very little [:)]
The manual hasn't helped me much in these options.
TIA   


This thread was automatically locked due to age.
Parents
  • You get good information from the online help for both SMTP and POP3 proxy. 

    ASL Team may wanna check whats written in the SMTP Proxy though  [;)]
    Code:
    If you want to use TLS encryption, the mailer hostname MUST be the same than the one you use in the DNS MX records for your domains. 

        
  • Starting with pop3 proxy, would source=internal network and destination=external interface be a correct setting?  
  • No, I believe the destination should be the pop3 server.  
  • [ QUOTE ]
    No, I believe the destination should be the pop3 server.   

    [/ QUOTE ]
    Alright I have set the pop3 destination to my isp's pop server.  Now for the smtp,  I have my isp's smtp server as the hostname MX.  I don't know if that's correct or not.  Also I have smtp routes table set to have my isp's pop server for the domain name and by DNS MX record  for the smtp host.  I hope this is right.  
    Like I said before, I want the smtp proxy for spam filtering and virus scanning not for a mail server.
    Thanks   
  • [ QUOTE ]
    I want the smtp proxy for spam filtering and virus scanning not for a mail server

    [/ QUOTE ]
    You wish to "control" outbound smtp trafic from your clients. 
    No need for inbound smtp trafic to any mailserver. Right?
    If so.....

    Incoming:
    - No need to configure the incoming mail.

    Outgoing:
    - Define the networks, ie your internal lan, who may use outgoing mail (ie. your smtp proxy). 
    - Enable the smarthost and enter your isp smtp server.
    - Now redirect your clients to use your ASL box as smtp.

    ... believe thats it  [:)]    
  • AJo
    Thank you very much, you have been a great help in getting me started.
      
  • [ QUOTE ]
    No, I believe the destination should be the pop3 server.   

    [/ QUOTE ]Is that the right way?  I sent some test mail with known virus definitions ands Astaro didn't detect the viruses .  Also there are not any logs for pop3.  Thanks  
Reply
  • [ QUOTE ]
    No, I believe the destination should be the pop3 server.   

    [/ QUOTE ]Is that the right way?  I sent some test mail with known virus definitions ands Astaro didn't detect the viruses .  Also there are not any logs for pop3.  Thanks  
Children
  • Yeah I beleive the destination should be the pop3 server.

    The pop3 proxy allows your clients to transparently use a extern pop3 server and benefit from the possability to content scan before delivery to the clients. A proxy is generally like a business layer in that way that the remote host and client only communicates through the proxy and not directly with each other.

    When sending mail the SMTP proxy is used. So the outbound traffic will first be content scanned here. And then at your ISP (if they do any content scanning). So when sending a virus testfile the mail should end up in the SMTP proxy content. And never be delivered.

    To test the pop3 proxy content scanner go here:
     Eicar virus testfile 

    To test the SMTP content scanner download the virus testfile and attach to a mail:
     Eicar virus testfile    
  • yes it is working right.  my bad     thanks