Forum Discussion

hung_105573's avatar
hung_105573
Icon for Nimbostratus rankNimbostratus
Oct 11, 2012

Mail Zimbar behind F5 have problem port 995

Hi all

 

I'm facing problem port 995 mail server Zimbra , I had config virtual access mail via port 995 on MS Outlook from internet to mail server inside network , sometime receive error information ssl

 

 

you would like to see file attached

 

 

pls help me

 

thank all

 

 

9 Replies

  • Hi

     

    my config virtual as:

     

    ltm virtual Mail_POP3SSL_FPT1 {

     

    destination 118.69.x.x:pop3s

     

    ip-protocol tcp

     

    mask 255.255.255.255

     

    persist {

     

    source_addr {

     

    default yes

     

    }

     

    }

     

    pool Server_10.0.25.91_995

     

    profiles {

     

    tcp { }

     

    }

     

    snat automap

     

    vlans {

     

    FPT_LL1

     

    }

     

    vlans-enabled

     

    }

     

     

    pls help me

     

    thanks

     

  • A few Google's suggest this is either an Outlook or AV software issue;

     

     

    http://www.zimbra.com/forums/users/43094-solved-outlook-2007-account-setup.html

     

    http://answers.microsoft.com/en-us/office/forum/office_2010-outlook/in-outlook-2010-i-receive-error-report-0x800ccc1a/74f2a191-69db-4ad2-8a48-a73fd2250d85

     

     

    As the first article suggests, switching to IMAP (whether it solves this issue or not, although I think it will) is probably your best course of action for many reasons.
  • Hi all

     

    I had check , the users from internet access mail via outlook with port 995 work fine , Only Users inside access mail port 995 then some time get this errors .

     

    My config virtual for traffic outbound :

     

    ltm virtual Mail_Server_Port995 {

     

    destination 0.0.0.0:pop3s

     

    ip-protocol tcp

     

    mask any

     

    persist {

     

    dest_addr {

     

    default yes

     

    }

     

    }

     

    pool Default_Gateway_Mail_Server

     

    profiles {

     

    tcp { }

     

    }

     

    rules {

     

    Source_MailServer

     

    }

     

    translate-address disabled

     

    vlans {

     

    Internal

     

    }

     

    vlans-enabled

     

    }

     

    the Defaul_Gateway_Mail_Server have 2 member ip public internet

     

    the rules Source_MailServer :

     

    when CLIENT_ACCEPTED {

     

    if { [IP::addr [IP::client_addr] equals 10.0.25.91] } {

     

    snatpool Mail_Server

     

    }

     

    else

     

    {

     

    snatpool Nat_Internet_live

     

    }

     

    }

     

    the Ip 10.0.25.91 ip address of mail server

     

    the snatpool Mail_Server have 2 ip mx record

     

    snatpool Nat_Internet_live have 2 ip public internet

     

     

    pls help me

     

    thanks all

     

  • are you able to capture packet while getting an error?

     

     

    tcpdump -nni 0.0:nnn -s0 -w /var/tmp/output.pcap host x.x.x.x

     

    x.x.x.x is mail server ip which user inside connects to

     

     

    please also note client ip and source port number. it might be useful when checking the capture file.

     

     

    hope this helps.
  • hi all

     

    when i change type vs from standard to performance then work fine

     

    thanks

     

     

  • Hi Hung,

     

    May be you were using the AVR in the Standard VS???? if yes try it after removing the AVR and see if it works.

     

     

    Regards,