BM SMTP proxy problem

Hi anyone left in this forum. I am trying to setup and SMTP proxy. We have moved our GWIA from the BM server to an internal GW 8.0.2 server and I wish to proxy the SMTP traffic at the BM server. The problem is that GWIA is not connecting to the SMTP proxy to retrieve the stored incoming email. Looking at the proxy console screens, it looks like the SMTP proxy is binding to all IPs on the BM server, both public and private, and all secondary addresses too.
Not really sure how to fix this. If anyone has experience with this, please post your suggestions. Thanks, Chris.

On 31/03/12 14:36, cmosentine wrote:
>
> Yes you are correct. But none-the-less gwia was not seeing any
> connection attempts from the smtp proxy. The incoming smtp traffic was
> getting to the smtp proxy (on the public interface) fine - I could see
> the stats increasing, but the smtp proxy was not forwarding it it across
> to the private interface and onto gwia. That is where I get stuck.
>
> Here is a brief description of my setup:
> BM server - GR19: public interface x.x.x.62 private interface
> 10.1.1.19
> GW server with GWIA - GR12 IP 10.1.1.12
> Our mail domain dns points to x.x.x.62
>
> SMTP proxy setup on x.x.x.62 with internal IPs set to 10.1.1.12
>
> Filters:
> smtp incoming src: int: public - ports: any (host: postini service)
> dst: public - ports: 25 (except incoming smtp traffic)
> smtp outgoing src: int: public - ports: 25 dst: public - ports: any
> (host: postini service) (reply to incoming smtp traffic)
> smtp send src: private - ports: 25 dst: public - ports: any
> stateful (send outgoing smtp traffic from internal gwia)
>
> The above filters where taken from from Criag Johnson's BM book and
> they are the exact same that we use when we have GWIA on the BM server,
> so I know they work fine.
>
>
Take a lan trace to see if smtp proxy tries to establish the connection
with gwia agent and if you have access control rules, disable it when
testing as it may be a rule issue.

Similar Messages

  • Is it possible to install an SMTP proxy that will handle splitting group mail?

    I am running OS X 10.9.3 with Server 3.1.2 on a Mac-Mini Mid-2012. I learned on my last implementation of OS X 10.9.3 that Mavericks sometimes has issues with handling group mail.  As I rebuild my network, I am wondering if it is possible to install a SMTP proxy that can receive, process, then forward mail on to the primary mail server.
    For example, if mail is sent to a group account, this SMTP proxy would repackage the message as a message to a carbon copy list of all the group members, but if the mail is sent to a user account, the mail is forwarded unmodified.  Like this:
    As an alternative to this, I would also be interested a solution in which the Linux Mail Server referenced the Open Directory for account information, including password authentication, so that if a user in the Mac Network updates his password, that he can use the same password to access his mail on a webmail client or via the Mail.app.
    This is a callout for discussion points, ideas and recommendations. There is no problem here to fix necessarily.

    I am not aware of a tool to do the group splitting for you, this is normally the responsibility of the mail server itself.
    However with regards to your second query, a lot of people use a product called Kerio Connect instead of Apple's Mail server. Kerio can run on the same Mac server but in general is a far more powerful mail server. It does include the ability to authenticate user accounts against Open Directory.
    There is one issue you need to be aware of, like nearly all mail servers it uses the 'username' as the main email address, so if you want an email account of [email protected] then your Open Directory short name need to be jsmith, if you want your email address to be [email protected] then your user short name needs to be john.doe and so on.
    Note: While I have specifically talked about Kerio most other mail server including those for Linux would be able to link to Open Directory via LDAP and authenticate email accounts. The same link between email address and short name would usually apply.

  • GWIA and BM SMTP proxy

    Hi all: We are still rocking with a BorderManager 3.9 sp2 server. I have had to move all our gateways from the BM server to our internal GW 8.0.2 server.
    I have setup our BM server to act as a SMTP proxy, and it appears to be excepting incoming email just fine. The problem I am having is to get GWIA to "talk" to the BM SMTP proxy to retrieve these email. I was hoping someone here had done this in the past and could help me out.
    Thanks, Chris.

    Originally Posted by Chris
    Thanks for the reply. I had the smtp proxy setup properly as I could see it receiving data (BM proxy screen). I could even send out outgoing email without issue. The problem was in receiving the proxied email. The GWIA was setup pointing to the private IP address of the BM server per Novell's documentation.
    Had to abandon ship and go back to the old system with GWIA installed on the BM server in a secondary domain. I am a little disappointed that I could not get it working.
    Thanks again, Chris.
    Chris,
    Sorry to hear that you could not get it to work (IP address issue maybe?) But glad that you had a back out plan. You may want to also try posting this in the GroupWise forum.
    Leroy Joseph
    Visual Click Software
    eDirectory Management and Reporting | DSRAZOR for eDirectory

  • IMAPS and SMTPS proxy server

    Hi,
    I come from Germany. We use Lotus Domino in our enterprise. After evaluating Lotus Ultralite we would like to use a imaps/smtps proxy server for email access.
    Normaly we would use a Cisco ASA, but there seems to be a problem/incompatility with the iPhone Mail client.
    The mail account can be set up on the iPhone and is succesfully verified. But when I try to access my mails I only get an "server not found". The debug log on the ASA shows that the imap server reports an error and quits. I can access my mails with other mail clients like Apple Mail on 10.5.
    So I am looking for an alternative. Which proxy server (soft- or hardware) can you recommend?

    Hello
    I am making HTTPS calls from within my applet code and this works fine using the basic Java Plug-in support for HTTPS.
    This means my code basically does:
    URL url = new URL("https://myhost.com/servlet/Test");
    URLConnection conn = url.openConnection();
    etc..
    We are using Java 1.4.2. I've read in the "How HTTPS Works in Java Plug-in" for 1.3, that the plugin uses the browsers API for making HTTPS connections. Is this still the case for 1.4?
    My basic problem is that it all works fine if the browser is NOT configured to use a proxy server. If a proxy server is configured we get the following Exception in the client:
    java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 400 Bad Request ( The data is invalid. )"
    I have read that "Sun's Java Secure Socket Extension (JSSE) library allows you to access a secure Web server from behind a firewall via proxy tunnelling. However, JSSE expects the proxy's reply to the tunnelling request to begin with "HTTP 1.0"; otherwise, it throws an IOException" (http://www.javaworld.com/javatips/jw-javatip111_p.html)
    The article talks about using the JSSE library but it seems to be assuming the client is an application not an applet.
    How do I use JSSE from within an applet if all the proxy information I seem to need to set in the JSSE code is held by the browser?
    Will JSSE support proxies returning responses beginning HTTP 1.1 in the future?
    Any help on this would be greatly appreciated.
    Many thanks
    mark

  • OEL 6.1 YUM proxy problem

    Hi all,
    I have some issue with OEL 6.1 YUM proxy.
    *[root@rac1 tmp]# uname -a*
    Linux rac1.oracle.cloud 2.6.32-100.34.1.el6uek.x86_64 #1 SMP Wed May 25 17:46:45 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
    *[root@rac1 tmp]# rpm -qa | grep yum*
    yum-metadata-parser-1.1.2-16.el6.x86_64
    yum-3.2.29-17.0.1.el6.noarch
    yum-rhn-plugin-0.9.1-26.0.2.el6.noarch
    yum-utils-1.1.30-6.el6.noarch
    PackageKit-yum-plugin-0.5.8-19.0.1.el6.x86_64
    PackageKit-yum-0.5.8-19.0.1.el6.x86_64
    *[root@rac1 tmp]# cat /etc/yum.repos.d/public-yum-ol6.repo*
    [ol6_ga_base]
    name=Oracle Linux 6 GA - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=0
    enabled=1
    [ol6_u1_base]
    name=Oracle Linux 6 U1 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=0
    enabled=1
    *[root@rac1 tmp]# cat /etc/yum.conf*
    [main]
    cachedir=/var/cache/yum/$basearch/$releasever
    debuglevel=2
    sslverify=false
    logfile=/var/log/yum.log
    pkgpolicy=newest
    distroverpkg=redhat-release
    tolerant=1
    exactarch=1
    # The proxy server - proxy server:port number
    proxy=http://xxx.xxx.xxx.xxx:3128
    # The account details for yum connections
    proxy_username=xxx
    proxy_password=@$xxx
    *[root@rac1 tmp]# yum update*
    http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 5 - "Couldn't resolve proxy '[email protected]'"
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: ol6_ga_base. Please verify its path and try again
    [root@rac1 tmp]#
    In OEL5.7 this works fine without any problem. I think this related to OEL6.1, maybe YUM does not understand proxy, my password for proxy starting with @$ but I changed my password and
    output is changed to
    *[root@rac1 tmp]# yum update*
    http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 407"
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: ol6_ga_base. Please verify its path and try again
    [root@rac1 tmp]#
    If anyone can help me please reply.
    ./thanks

    Avi Miller wrote:
    __OUTSIDER___ wrote:
    No this will not help. Problem is not related to password I changed it and response is It might help, it's worth trying. Try this:
    # export http_proxy='http://proxy.domain.com:3128'
    # wget --proxy-user="xxx" --proxy-password="xxx" http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/x86_64/repodata/repomd.xmlIf that works, it is a yum problem. If it doesn't work, it's a proxy problem.Yes it works , interesting that user and password parameters not working with double quotes only with single.
    I also checked this with YUM but YUM is having problem with passwords that starting
    with "@" symbol. I try to set
    export http_proxy="http://username:\@$passwd@IP:PORT"
    for ignoring "@" symbol but no sucess. With OEL5 this is not a problem. In /etc.yum.conf same username and same password.
    Perhaps I should change my password :)
    and last one thing in my home network I have OEL6.1 ( where fortunately with no proxy :) ) I try update linux with "yum update" command
    and it returns that no packages to update , can you tell me why because there are new kernel avalable and I can download and install this new kernel with command "yum install kernel".

  • XI ABAP Proxy problem

    Hi all,
    I am trying to develope an itegration scenario as follows:
    ABAP System ---> XI -
    Java System
    For communication between ABAP System and XI there is a Proxy, however it is not working out.
    The message from ABAP system does not go to XI.
    I got the following message in SXMB_MONI of ABAP Sytem:
    SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>XIProtocol</SAP:Category>
    <SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>
    <SAP:P1>Envelope</SAP:P1>
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack>XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Someone has solved a problem like that?
    Regards
    Fabio

    Hi Fabio,
            I would request to to check for two things,
    1. Whats ur was version? Is it 640? else can you try to change the Commumnication channel in xi adapter to message protocal as xi2.0 ,, i think you used it as xi3.0
    2. retest it.
    3. If it still gets the same error refer the thread,
    XI Proxy Problems
    All the best,
    Anirban.

  • Proxy Problem The proxy server is refusing connections

    I run Windows XP. I did have a Cybot backdoor Activity attack intercepted by Norton Internet Security and I used the Norton NPE to remove it from the computer. I do not know if this caused the proxy problem or not.
    There is no proxy problem connecting to the internet through Internet Explorer just through Mozilla Firefox.
    When Mozilla Firefox tries to connect to the internet I get the following message:
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is
    working.
    In Mozilla I click Tools, options, advanced, network, settings. Under settings Proxy is set on manual, it says that there is no proxy for the figures typed in.
    So I click auto detect proxy and I then can connect to internet through Mozilla, however when I log out of the internet, the same proxy server issue is recreated.
    What should the Proxy setting be?

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Is there a way to bulk import/edit SMTP Proxy Adresses in Unity Connection 10?

    I'm looking for a way to perform a bulk import of SMTP Proxy Addresses. BAT doesn't seem to have a way to do it.  I have 3,000 users, not looking forward to doing it manually!  Any suggestions?
    Thanks

    Is there a reason you think it wont work with BAT? BAT has a field called 'SmtpProxyAddresses' which can be used to populate it. You will have to export your existing user data, massage it a little and add the SMTP Proxy address and use the Update option to make the changes. You can also set the "Generate SMTP address......" in the template for new users.
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/8x/user_mac/guide/8xcucmacx/8xcucmacappa.html

  • HT201320 I am getting message smtp server problems when trying to set up email. I am using a tiscali email

    I am using a tiscali email address. I can receive mails ok and even have all my folders on my iPad but cannot send any emails. I get smtp server problems. Any idea how to resolve?

    Cannot send or received email
    http://www.apple.com/support/ipad/mail/

  • SMTP proxy

    hi,
    can anybody tell me how can I find the SMTP proxy server in whole n/w by using java code or is there othe way to find it
    any kind of help will be appriciated

    Hi,
    I think i understrood you idea,
    i put the FQDN, like
    MX deamon smtpout.domain.com
    and in the DNS db i put to entries for this name
    like :
    smtpout I A 200.199.1.12
    smtpout I A 200.199.1.13
    I think it will work, Thanks.
    If no, please advice me.
    Mourad.

  • Applet Database Proxy Problem

    Hello all,
    I have an applet which connects to a MySQL database for user authentication. Currently I am doing on a local machine and all goes well and fine. But my problem is the same applet when accessed through a proxy the database connection wont happen. Can someone suggest a way to solve it. Or this problem is not solvable.
    Thank you
    joseph

    Use http to do the authentication. Have the applet make a request to the authentication server by name (not by codebase, as this is probably the source of the proxy problem). On the authentication server, you can run a servlet or cgi or whatever to contact the db.

  • In the newest verion of Firefox did you fix the proxy problem?

    I am using firefox 3.6 because of a proxy problem with Firefox 5 I want to upgrade but need to know if you fixed this problem before i do so.

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy" if the default "Use the system proxy settings" setting doesn't work.
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Preferences_not_saved

  • Please help. proxy problem

    Hi there,
    I am facing a problem in accessing net content. I am using proxy to get net access.
    here is my code:
    Properties props=System.getProperties();
    props.put("proxySet", "true");
    props.setProperty( "proxyHost", "192.168.6.22" );
    props.setProperty( "proxyPort", "80" );
    props.setProperty( "proxyUser", "mv5217" );
    props.setProperty( "proxyPassword", "surya" );
    System.setProperties(props);
         String content="";
         URL url = new URL("http://www.rediff.com");//ew URL("http://www.yahoo.com");
    BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
         String inputLine;
         while ((inputLine = in.readLine()) != null)
         content+=inputLine;
         in.close();
         System.out.println("Content "+content);
    }catch(Exception e){
    e.printStackTrace();
    the above code some time returns me blank string and some times below exception
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.rediff.com
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:558)
         at java.net.URL.openStream(URL.java:851)
         at TestingClass.<init>(TestingClass.java:26)
         at TestingClass.main(TestingClass.java:40)
    I am getting the exception even sending a mail to yahoo pop server. below is the my java mail code.
    public static String MAIL_HOST = "smtp.mail.yahoo.com";
    public static String MAIL_HOST2 = "pop.mail.yahoo.com";
    * Constructor
    public JavaMailToYahooServer() {
    String from = "[email protected]";
    String subject = "Testing of sending mail";
    String body = "this is the mail content";
    String to = "[email protected]";
    MAIL_FROM = from;
    MAIL_SUBJECT=subject;
    MAIL_BODY=body;
    MAIL_TO=to;
    Properties props = System.getProperties();
    props.put("proxySet", "true");
    props.put("proxyHost", "192.168.6.22");
    props.put("proxyPort", "80");
    props.put("proxyUser", "proxy user id");
    props.put("proxyPassword", "proxy password");
    //Properties props = new Properties();
    props.put("mail.smtp.host", MAIL_HOST);
    System.setProperties(props);
    Session sess = Session.getDefaultInstance(props, null);
    try {
    // Connect to host
    //Store store = sess.getStore("pop3");
    //store.connect(MAIL_HOST2, -1, "vmeghraj", "surya");
    // Create a message
    Message msg = new MimeMessage(sess);
    msg.setFrom(new InternetAddress(from));
    InternetAddress[] address = {new InternetAddress(to)};
    msg.setRecipients(Message.RecipientType.TO, address);
    msg.setSubject(subject);
    msg.setSentDate(new Date());
    msg.setContent(body, "text/html; charset=ISO-8859-1");//HTML type
    //msg.setContent(body); //Text type
    // Send the message
    Transport trans = sess.getTransport("smtp");
    trans.connect(MAIL_HOST,"my yahoo id","my yahoo password");
    trans.send(msg);
    // Let the user know that the mail was sent
    trans.close();
    }catch (Exception ex) {
    System.out.println("Errorr : "+ex);
    for this I am gettin below shown Exception
    Errorr : javax.mail.MessagingException: Unknown SMTP host: smtp.mail.yahoo.com;
    nested exception is:
         java.net.UnknownHostException: smtp.mail.yahoo.com
    What wrong I am doing in the above coding..
    Please help me .... it is an urgent requirement
    thanks in advance,
    Veerendar

    refresh

  • I am getting a proxy problem when loading or a does not recognize problem

    I find that my Firefox is VERY slow. And lately all I can get is a message about proxy server is refusing connection. I found out where I can change proxy server..but I click on "no proxy" hit OK and then it goes right back to saying that I have one! Today I kept getting a message about not being able to find mozilla...and said "they" do not know why.
    I find that off and on I can get on line with Firefox..but then I cannot AGAIN. I am on line now, but not sure how much longer I will be able. Frustrating. I haven't done anything lately to computer except adding a new hard drive which was done way after the problems started! What am I doing wrong?
    Thanks for help

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]

  • Mail SMTP access problems since 10.5.2 update

    Since the 10.5.2 update I get an intermittent problem when Mail cannot access my SMTP server (ISP is Be in the UK). I began by complaining to Be. They tell me the problem has only existed since the 10.5.2 update. Their reply to my complaint says: This problem is caused by the recent software update made by Mac and their official statement is as follows "Addresses an issue in which Mail might not send mail on some networks to some SMTP servers."
    Anyone got any ideas about this?

    Hi lynjon
    Join the club am affraid! I too am with Be and have the same issue. However standard email goes fine it is email with attachments that seems to be the real problem. There are a number of posts on here regarding the issue. I thought be were just passing the buck but it would appear that they are not.
    http://discussions.apple.com/thread.jspa?threadID=1223499&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1452009&tstart=0
    The general concensus seems to be try renaming the attachment you are sending. Hopefully it will be fixed shortly.
    Regards
    Fellow Being
    Message was edited by: Bruce245

Maybe you are looking for

  • Exporting After Effects Files From Final Cut Pro?

    Hey i have a few short clips from adobe after effects that i have exported them from that and imported them into FCP i am now wanting to export the video file from FCP when i do somtimes it will be just a still image even though i have made it a quic

  • Smart Sync Related Queries

    A. Any guidelines in defining parent chlid relation ships and association when making BAPI Wrappers???     Any documents/note/links. C. How can we separate BAPI Wrappers Interface and filtering rules. Can I bring my Filtering /distribution rules defi

  • Web Premium CS5.5

    How do I install my Web Premium CS5.5 to a new computer, when original was downloaded electronically.

  • Overlapping of Work Schedule in IT 0007

    Hi All, Here we have DWS ,  brk schd and holiday calender defined from yr 2007 onwards. Also emp's here will have to work on 1st , 3rd and some times on 5th Saturdays of every month. Hence  PWS has to defined considering that the working saturdays. I

  • Viewing Application

    I'm extremely new to Java, and I am having problems viewing my simple application after making it. I made it in Sun ONE Studio 4, and it runs fine within it, but when I try double clicking on the class file from windows explorer (win2000), nothing ha