Courier-IMAP disconnecting at successful login

Hi,
I'm using an x64 Arch Linux Server and I've been very happy with Arch Linux so far, especially the Wiki was very helpful.
Unfortunately I've run into trouble with the courier imap server.
I'm autheticating via authdaemond via mysql (plain) and everything works fine, I can logon, send & receive mail etc. until after an (seemingly undefined) uptime the server disconnects after a successful login. All I get is
# telnet localhost 143
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc.  See COPYING for distribution information.
0 LOGIN %user %wrongpass
0 NO Login failed.
1 LOGIN %user %pass
Connection closed by foreign host.
mail.log is full of
May 21 23:33:48 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:09 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:25 %host imapd: Connection, ip=[::ffff:%IP]
May 21 23:39:45 %host imapd: Connection, ip=[::1]
Where ::1 is telnet (obviously) and %IP is my mail client
Authetication itself (authdaemond) works, postfix (sending mail) still works and I can successfully use authtest
# authtest %user %pass
Authentication succeeded.
     Authenticated: %user  (uid 999, gid 999)
    Home Directory: /www/mail
           Maildir: %user@%host
             Quota: (none)
Encrypted Password: (none)
Cleartext Password: %pass
           Options: (none)
Restarting courier, authdaemond, mysqld does not help, rebooting temporarily fixes the problem.
A similar server on x86 doesn't have the problem but the config isn't entirely the same so I can't say it must be x64.
Not sure wether this is a bug or I'm missing something. Anyone able to help?
Thanks so far
Last edited by XT (2012-05-21 22:01:02)

How were you able to build FAM?  I'm getting a ton of build errors in DNotify:
DNotify.c++:627:14: error: redefinition of ‘int DNotify::pipe_write_fd’
DNotify.c++:44:5: error: ‘int DNotify::pipe_write_fd’ previously defined here
DNotify.c++:628:14: error: redefinition of ‘int DNotify::pipe_read_fd’
DNotify.c++:45:5: error: ‘int DNotify::pipe_read_fd’ previously defined here
DNotify.c++:629:32: error: redefinition of ‘volatile sig_atomic_t DNotify::queue_overflowed’
DNotify.c++:46:23: error: ‘volatile sig_atomic_t DNotify::queue_overflowed’ previously defined here
DNotify.c++:630:32: error: redefinition of ‘volatile sig_atomic_t DNotify::queue_changed’
DNotify.c++:47:23: error: ‘volatile sig_atomic_t DNotify::queue_changed’ previously defined here
DNotify.c++:631:36: error: redefinition of ‘int DNotify::change_queue [1024]’
DNotify.c++:48:5: error: ‘int DNotify::change_queue [1024]’ previously declared here
DNotify.c++:632:23: error: redefinition of ‘volatile int DNotify::queue_head’
DNotify.c++:49:14: error: ‘volatile int DNotify::queue_head’ previously defined here
DNotify.c++:633:23: error: redefinition of ‘volatile int DNotify::queue_tail’
DNotify.c++:50:14: error: ‘volatile int DNotify::queue_tail’ previously defined here
DNotify.c++:634:32: error: redefinition of ‘void (* DNotify::ehandler)(dev_t, ino_t, int)’
DNotify.c++:51:23: error: ‘void (* DNotify::ehandler)(dev_t, ino_t, int)’ previously declared here
DNotify.c++:636:50: error: redefinition of ‘DNotify::DirWatch* DNotify::dir_hash [367]’
DNotify.c++:53:20: error: ‘DNotify::DirWatch* DNotify::dir_hash [367]’ previously declared here
DNotify.c++:637:53: error: redefinition of ‘DNotify::FileWatch* DNotify::file_hash [823]’
DNotify.c++:54:21: error: ‘DNotify::FileWatch* DNotify::file_hash [823]’ previously declared here
DNotify.c++:639:17: error: redefinition of ‘struct DNotify::FileWatch’
DNotify.c++:56:17: error: previous definition of ‘struct DNotify::FileWatch’
DNotify.c++:648:17: error: redefinition of ‘struct DNotify::DirWatch’
DNotify.c++:65:17: error: previous definition of ‘struct DNotify::DirWatch’
DNotify.c++:658:17: error: redefinition of ‘struct DNotify::ChangeEventData’
DNotify.c++:75:17: error: previous definition of ‘struct DNotify::ChangeEventData’
DNotify.c++:664:1: error: redefinition of ‘DNotify::DNotify(Monitor::EventHandler)’
DNotify.c++:81:1: error: ‘DNotify::DNotify(Monitor::EventHandler)’ previously defined here
DNotify.c++:670:1: error: redefinition of ‘DNotify::~DNotify()’
DNotify.c++:87:1: error: ‘DNotify::~DNotify()’ previously defined here
DNotify.c++:695:1: error: redefinition of ‘static void DNotify::overflow_signal_handler(int, siginfo_t*, void*)’
DNotify.c++:112:1: error: ‘static void DNotify::overflow_signal_handler(int, siginfo_t*, void*)’ previously defined here
DNotify.c++:713:1: error: redefinition of ‘static void DNotify::signal_handler(int, siginfo_t*, void*)’
DNotify.c++:130:1: error: ‘static void DNotify::signal_handler(int, siginfo_t*, void*)’ previously defined here
DNotify.c++:748:1: error: redefinition of ‘static bool DNotify::is_active()’
DNotify.c++:165:1: error: ‘static bool DNotify::is_active()’ previously defined here
DNotify.c++:781:1: error: redefinition of ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(int)’
DNotify.c++:198:1: error: ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(int)’ previously defined here
DNotify.c++:804:1: error: redefinition of ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(dev_t, ino_t)’
DNotify.c++:221:1: error: ‘static DNotify::DirWatch* DNotify::lookup_dirwatch(dev_t, ino_t)’ previously defined here
DNotify.c++:826:1: error: redefinition of ‘static DNotify::FileWatch* DNotify::lookup_filewatch(dev_t, ino_t)’
DNotify.c++:243:1: error: ‘static DNotify::FileWatch* DNotify::lookup_filewatch(dev_t, ino_t)’ previously defined here
DNotify.c++:849:1: error: redefinition of ‘static void DNotify::hash_dirwatch(DNotify::DirWatch*)’
DNotify.c++:266:1: error: ‘static void DNotify::hash_dirwatch(DNotify::DirWatch*)’ previously defined here
DNotify.c++:860:1: error: redefinition of ‘static void DNotify::hash_filewatch(DNotify::FileWatch*)’
DNotify.c++:277:1: error: ‘static void DNotify::hash_filewatch(DNotify::FileWatch*)’ previously defined here
DNotify.c++:869:1: error: redefinition of ‘static void DNotify::unhash_dirwatch(DNotify::DirWatch*)’
DNotify.c++:286:1: error: ‘static void DNotify::unhash_dirwatch(DNotify::DirWatch*)’ previously defined here
DNotify.c++:888:1: error: redefinition of ‘static void DNotify::unhash_filewatch(DNotify::FileWatch*)’
DNotify.c++:305:1: error: ‘static void DNotify::unhash_filewatch(DNotify::FileWatch*)’ previously defined here
DNotify.c++:907:1: error: redefinition of ‘static Monitor::Status DNotify::watch_dir(const char*, dev_t, ino_t)’
DNotify.c++:324:1: error: ‘static Monitor::Status DNotify::watch_dir(const char*, dev_t, ino_t)’ previously defined here
DNotify.c++: In function ‘char* dirname_dup(const char*)’:
DNotify.c++:956:1: error: redefinition of ‘char* dirname_dup(const char*)’
DNotify.c++:373:1: error: ‘char* dirname_dup(const char*)’ previously defined here
DNotify.c++: At global scope:
DNotify.c++:966:1: error: redefinition of ‘Monitor::Status DNotify::express(const char*, stat*)’
DNotify.c++:383:1: error: ‘virtual Monitor::Status DNotify::express(const char*, stat*)’ previously defined here
DNotify.c++:1026:1: error: redefinition of ‘Monitor::Status DNotify::revoke(const char*, dev_t, ino_t)’
DNotify.c++:443:1: error: ‘virtual Monitor::Status DNotify::revoke(const char*, dev_t, ino_t)’ previously defined here
DNotify.c++:1071:1: error: redefinition of ‘static void DNotify::all_watches_changed()’
DNotify.c++:488:1: error: ‘static void DNotify::all_watches_changed()’ previously defined here
DNotify.c++:1090:1: error: redefinition of ‘static void DNotify::read_handler(int, void*)’
DNotify.c++:507:1: error: ‘static void DNotify::read_handler(int, void*)’ previously defined here
*Edit: apologies to moderator for incorrect tagging
Last edited by shaggystyle (2012-06-04 12:39:06)

Similar Messages

  • Black screen after successful login into Remote Session

    Hi,
    I am having windows 8.1 pro(64bit) and windows 7 pro(64bit) machines using which i am trying to connect to a remote VM with windows 7 enterprise through vpn client 5(64bit). After successful login, BLACK SCREEN with Connection bar is displayed. Ctrl+Alt+End
    did not work.
    In fact, a strange behaviour experienced. After failing once, i tried again with IP address instead of host name. Bingo, it works well. Then disconnect and try to reconnect, problem repeats. What i mean is, the problem is neither Consistent not persistent.
    I am frustrated trying to solve the issue. Blogs, forums, communities.... where ever what ever solutions suggested, tried without any luck. Any help please ? Thanks in advance.

    Hi,
    Thank you for posting in Windows Server Forum.
    From your description it seems that you facing Black screen issue, but when you tried with IP address you can logon to the remote session but during reconnection issue repeats. Correct me if misunderstand your case.
    From last how may days you are facing this issue?
    Can you find any suitable error\event ID for this case?
    For this firstly please check that you have proper connectivity between systems. Please check that you can Ping successfully to the remote system with IP address and hostname. 
    Might this issue caused by some stopped service “Desktop window manager session” which stop after RDP login. You can check the status as follow.
    1. After the issue appear, please use RDP connect to the computer again and check the Desktop Window Manager Session Manager service status. 
    2. Then, please restar the computer and check System Event log to check if has a Desktop Window Manager Session Manager service error.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How to log successful logins to a syslog server in NX-OS

    Does anyone know how to do this in NX-OS?  I do it in IOS with the following commands:
    login on-failure log
    login on-success log
    logging x.x.x.x
    With that I get a syslog message that I can then log to a file to track who has logged into which device and when.  But I can't find the syntax to do the same thing in the Nexus switches that we have.  Does anyone know what the equivalent commands are?
    Thanks,
    Ben

    Hi Ben,
    By default, failed logins are logged.
    You can checked the log using:
    show logging logfile | last 15
    and for every logging failed (by default) you will get something like this:
    2012 Dec 18 14:51:08 Nexus5010-B %AUTHPRIV-3-SYSTEM_MSG: pam_aaa:Authentication
    failed for user en from 2.2.2.1 - login
    To get the success-login to show up in the logs we need to increase the level of the authpriv to 5 (it is 3 by default), and doing this will add a new log for failed or succesful connections.
    Use the following command:
    Nexus5010-A(config)# logging level authpriv 5
    You can check loggin levels by using:
    #show logging level
    After you do this with the logging level you will see in the log something like this when a succesful login takes place:
    2005 Jan  6 03:29:48 Nexus5010-A %AUTHPRIV-5-SYSTEM_MSG:    admin :TTY=unknown
    ; PWD=/var/sysmgr/vsh ; USER=root ; COMMAND=/usr/bin/strings/proc/18340/environ
    - sudo
    Now for a failed login and after increasing the authpriv level you will see the following logs:
    2005 Jan  6 03:31:36 Nexus5010-A %AUTHPRIV-4-SYSTEM_MSG: pam_unix(aaa:auth):check pass; user unknown - aaad
    2005 Jan  6 03:31:36 Nexus5010-A %AUTHPRIV-5-SYSTEM_MSG: pam_unix(aaa:auth):
    aut
    hentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  - aaad
    For logging *****
    Nexus7018(config)# logging ?
      console           Set console logging
      event             Interface events
      ip                IP configuration
      level             Facility parameter for syslog messages
      logfile           Set File logging
      message           Interface events
      module            Set module(linecard) logging
      monitor           Set terminal line(monitor) logging level
      origin-id         Enable origin information for Remote Syslog Server
      server            Enable forwarding to Remote Syslog Server
      source-interface  Enable Source-Interface for Remote Syslog Server
      timestamp         Set logging timestamp granularity
    You can use logging source-interface ....
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ****

  • Guest Portal appears again after successful login

    I'm setting a Wireless Guest with a WLC 5508 (7.3) and ISE (1.1.2) -- (no anchor).
    It appears to work (still some adjustments are required), but I found when the guest user log in, it receives the successful login screen and inmediately the guest portal again. If another browser window or tab is open, the user can browse properly.
    I think I'm missing something.

    Sorry for the delay! Were you able to figure out what was/is causing this? I have done many deployments and never had this issue before, unless something was misconstrued in a custom HTML portal. Couple of more questions:
    1. Do you have the latest patch installed
    2. Have you tried adding a new portal based on the pre-built templates and try it again

  • Retrieving all users and last successful login

    Hi. I"m trying to return a list of all users and thier last successful login to a particular database. Oracle version is 10.2.0.4 on RHEL 5.3. I am attempting to join to the sys.aud$ table or use the audit_trail views but I didn't know if there was something more obvious to do. We don't have Audit vault yet nor do we have actual logon triggers that write to an audit table - just have auditing turned on. audit_trail=db_extended.
    I appreciate any help in advance.

    Thanks....I have that on. I am now trying to get this information out of the sys.aud$ table to a report in a format similar to
    username, last successful logon
    by joining the all_users and sys.aud$ tables to get the max timestamp for action 100
    where user is in a list of users from all_users.
    This is taking a long time to return any information.
    I am wondering if there are other ways to get this information out of the database in a quicker fashion.

  • Migrating from netbsd courier imap system to SL Server

    Hello,
    I am converting from a courier imap server to Snow Leopard. I have about ten virtual domains and about 25 users in total. I would like to move all their mail and folders over without them knowing. I have seen some scripts to convert the maildirs. Can I connect to the old IMAP server, get a copy of their email, one at a a time, then connect to the new SL Server IMAP and deposit the email. Am I off my rocker or has someone else done this. I can take the mail server offline for a few hours to do this. Any other ideas? Thanks in advance.
    Thanks,
    Gord

    There is a tool called imapsync that can transfer the mail for you and handle duplicates in case the transfer stops / fails, etc. It works really well but has some dependencies (perl and some associated things so you need to install the dev tools on SL server).
    I used it and had nary a problem.

  • Last Successful Login

    Hello,Is there any way to get a User's Last Successful Login date/time stamp using MAXL? We are on v6.5.3. Thanks in advance.

    I know you can get this from the GETUSERINFO command in Esscmd. Couldn't find it in MAXL.

  • Displaying last successful login details of user

    Hi,
    I want to display last successful login details (timestamp may be) on Portal homepage.
    By configuration
    Is there any configuration that we can do to display it on Masthead area may be?
    By code
    I found following two links that talk about direct access of Portal table.
    http://wiki.sdn.sap.com/wiki/display/Snippets/DirectAccesstoDatabaseTables
    http://help.sap.com/saphelp_nw04/helpdata/en/48/6aa9429b930b31e10000000a1550b0/frameset.htm
    In this case, what query should I write to get the last login details of user?
    Please help.
    Thanks and regards,
    Amey

    Hi Ameya,
    Thanks for reply.
    1. I was wondering if there is any System admin level configuration we can do to show this info?.
    Is there any such facility?
    2. Through code, this is what I did: -
    I am getting the last logon timestamp by following code (inside JSPDynpage) : -
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.Statement;
    import java.sql.Timestamp;
    import javax.naming.InitialContext;
    Connection con=null;
    Statement stmt=null;
    ResultSet rs=null;
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("jdbc/SAP/EP_PCD");
    con = ds.getConnection();
    stmt = con.createStatement();
    String connectedUser = _request.getUser().getUniqueName();
    rs = stmt.executeQuery("select MAX(TIMESTAMPHOUR) from WCR_USERSTAT where LOGONID='"+connectedUser+"'");
    int m = 0;
    while(rs.next()){
         m++;
           Timestamp ts = new Timestamp(rs.getLong(m));
         lastLoginString = ts.toGMTString();
    I guess selecting 'MAX' value of time-stamp would return the latest logon time.

  • Courier-imap ERROR: authdaemond is not running

    I recently upgraded the system and rebooted my server. On squirrelmail, I get a 
    Error connecting to IMAP server: localhost.
    111 : Connection refused
    I get:
    [root ~]: /etc/rc.d/courier-imap start
    ERROR: authdaemond is not running
    authdaemod seems to be running which makes everything spooky.
    This is what I have installed an running at the moment.
    DAEMONS=(syslog-ng network netfs crond sshd ntpd httpd spamd mysqld postfix rpcbind fam authdaemond courier-imap)
    I know I am not giving a lot of info, please request, I'll post everything. Any hints, clues, anything will be greatly appreciated
    w7zn7k

    I've resolved the issue. It's in the /etc/rc.d/courier-imap script.
    You need to change this line
    if [ ! -f /var/run/daemons/authdaemond ]; then
    with this line
    if [ ! -f /var/run/authdaemond.pid ]; then
    The full modified script:
    #!/bin/bash
    CI_DAEMONS=
    [ -f /etc/conf.d/courier-imap ] && . /etc/conf.d/courier-imap
    [ -z $AUTO_AUTHDAEMON_LAG ] && AUTO_AUTHDAEMON_LAG=2
    [ -z $AUTO_AUTHDAEMON ] && AUTO_AUTHDAEMON="false"
    . /etc/rc.conf
    . /etc/rc.d/functions
    case "$1" in
    start)
    [ -d /var/run/courier ] || mkdir -p /var/run/courier
    chown courier:courier /var/run/courier
    if [ "$AUTO_AUTHDAEMON" == "true" ]; then
    /etc/rc.d/authdaemond start
    sleep ${AUTO_AUTHDAEMON_LAG}
    fi
    if [ ! -f /var/run/authdaemond.pid ]; then
    echo "ERROR: authdaemond is not running"
    stat_fail
    exit 1
    fi
    for daemon in $CI_DAEMONS; do
    stat_busy "Starting Courier ${daemon}"
    /usr/lib/courier-imap/${daemon}.rc start
    if [ $? -gt 0 ]; then
    stat_fail
    else
    add_daemon $daemon
    stat_done
    fi
    done
    stop)
    for daemon in $CI_DAEMONS; do
    stat_busy "Stopping Courier ${daemon}"
    /usr/lib/courier-imap/$daemon.rc stop > /dev/null
    if [ $? -gt 0 ]; then
    stat_fail
    else
    rm_daemon $daemon
    stat_done
    fi
    done
    if [ "$AUTO_AUTHDAEMON" == "true" ]; then
    /etc/rc.d/authdaemond stop
    fi
    restart)
    $0 stop
    sleep 1
    $0 start
    echo "usage: $0 {start|stop|restart}"
    esac
    exit 0
    ~
    ~

  • IMAP prefix and Courier IMAP Server

    http://www.macosxhints.com/article.php?story=200803070811397
    Looks like I'm exhibiting the same problems as the post above.
    Even though Courier-IMAP is suppose to use the "INBOX" IMAP prefix, my folders do not work properly unless I remove the prefix so that it's blank.
    The side effect I'm getting from this is that I get this pop-up for every email account on the domain when I open up Mail.app:
    http://www.doubletongued.org/inbox-mail-message.jpg
    Is there any way to fix the issue so I can use the INBOX prefix (as I'm suppose to) or have that dialog removed?
    Thanks

    According to Apple Engineering this is a known issue in Mail.app and has been reported long time ago. There is no fix until now, however. Let's hope this gets fixed in Leopards Mail.app.

  • Check for successful login

    Hi
    I have the following problem (hopefully rather simple but I'm new to SQL*Plus and PL/SQL):
    I execute a batch file b.bat (under windows) that in turn executes a SQL-script s.sql via
    sqlpus /nolog @s.sql.
    The script then tries to CONNECT user/pwd@service, does it's stuff and exits.
    If user/pwd is a valid login, all is fine, but it would like the batch to know whether the login was successful or not, for example with a signal file. I can use spool to send information into a file but it gets created even when the login fails so what I'm looking for is a way that creates a file if and only if the login was successful (so that the batch just has to test for it's existence and not analyse it's content). I have tried PL/SQL which gives me "IF"-statements that will probably help me determine wheter the login was successful, but could not execute a spool command from there.

    You could use WHENEVER SQLERROR and check the return status of SQL*Plus
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1014742

  • Disable WebAuth Successful login screen on 1.1.1.1

    We're using an external redirect URL and external RADIUS for our webauth setup and it all works fine.
    I need to disable the popup page you get from a successful authentication after posting to 1.1.1.1/login.html and RADIUS succeeds
    See attached image.
    Do you have any ideas?
    We have a 2504 on v7.6
    Thanks
    James

    The image you posted looks like the default Cisco Web Auth Successful page, which is internal.  When external web page authentication is successful it should redirect the user to the configured redirect URL or the page the client tried to get to.
    Could you verify the address that your redirect URL is configured to and post your custom external server captive portal code?
    If you haven't already there is this document on configuring external web auth as well:
    http://tinyurl.com/nkxeaxf
    Thank you,
    John

  • [IMAP SSL] Certificate-Based Login problems

    Hi,
    I am trying to set up a Certificate-Based Login authentication for an installation of Java Messaging Server 7 Update 3 over Solaris x86 64bit platform.
    The objetive is to allow a client to establish an SSL session using a certificate that has been issued by a CA that the server has established as trusted and then grant access to the user without providing his password.
    In my installation, unfortunately password is allways required to login any user. These are the steps I have made:
    1. Add the CA-signed server certificate.
    2. Add the trusted Certificate Authority.
    3. Turn on all cipher suites including the weak ones.
    4. Enable SSL
    ./configutil -o service.imap.enablesslport -v yes
    ./configutil -o service.imap.enable -v 1
    ./configutil -o service.imap.sslport -v 993
    ./configutil -o service.imap.sslusessl -v yes
    ./configutil -o encryption.rsa.nssslpersonalityssl -v "Product-Cert" (where Product-Cert is my CA signed server certificate)
    5. Check with the netstat command to verify that the service is running.
    bash-3.00# ./configutil -o service.imap.sslport
    993
    bash-3.00# netstat -an | grep 993
    *.993 *.* 0 0 49152 0 LISTEN
    Once I have taken these steps, when I use a client to establish an SSL session with a PKCS#12 certificate installed (signed by the same CA trusted by MS and the email address in your users' certificates matches the email address in a users' directory entry) the connection is correct stablished using the port 993 but it is allways necessary to login with password to grant access.
    The imap logs seems to show that the MS is not requesting the user's certificate from the client, because allways shows "plaintext authentication" (this correspond a try to access to the user's inbox without Login).
    [10/Mar/2010:10:31:38 -0100] goody imapd[2623]: Account Notice: badlogin: [192.168.169.12:1595] plaintext llcc authentication failure
    [10/Mar/2010:10:31:41 -0100] goody imapd[2623]: Account Notice: close [192.168.169.12:1595] [unauthenticated] 2010/3/10 10:31:37 0:00:04 41 907 0
    [10/Mar/2010:10:32:21 -0100] goody imapd[2623]: Network Error: Socket error [192.168.169.12:2226] : I/O function error
    [10/Mar/2010:10:32:21 -0100] goody imapd[2623]: Account Notice: close [192.168.169.12:2226] [unauthenticated] 2010/3/10 10:31:56 0:00:25 11 511 0
    Also there are some error logs related to the Ciphers:
    [10/Mar/2010:10:30:39 -0100] goody imapd[2623]: General Error: SSL initialization error: Unable to enable SSL cipher suite: TLS_RSA_EXPORT1024_WITH_RC4_56_SH
    A (0x0064)
    (-8186)
    Please, Can you help me to discover if there is something wrong in my configuration?
    Thanks in advance.
    Kind Regards,
    Luis

    Thanks for your reply Shane.
    Yes, I have configured the client to use port 993. I think the problem is in the Multiplexor configuration, after finished, I allways get this Log message in the ImapProxy Logs:
    [15/Mar/2010:17:25:10 -0100] goody ImapProxy[1865]: General Error: (id 455) Connection limit reached for client IP 192.168.169.108
    [15/Mar/2010:17:25:22 -0100] goody ImapProxy[1865]: General Error: (id 477) Connection limit reached for client IP 192.168.169.108
    [15/Mar/2010:17:25:37 -0100] goody ImapProxy[1865]: General Error: (id 499) Connection limit reached for client IP 192.168.169.108
    Where 192.168.169.108 is the IP of the server where MS is installed. The strange thing is that there are no connections established becacause this is a development environment, when I try to check the IMAP port (not ssl) I find a strange behaviour:
    bash-3.00# telnet localhost 143
    Trying 192.168.169.108...
    Connected to goody.
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY UNSELECT SORT CATENATE URLAUTH LANGUAGE ESEARCH ESORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ENABLE QRESYNC CONTEXT=SEARCH CONTEXT=SORT WITHIN SASL-IR XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN STARTTLS] Messaging Multiplexor (Sun Java(tm) System Messaging Server 7.3-11.01 (built Sep 1 2009))
    . login llcc LLCC_PASSWORD
    Connection to goody closed by foreign host.
    The ConnLimits parameter is set to default in the ImapProxyAService.cfg (i.e. default:ConnLimits 0.0.0.0|0.0.0.0:20).
    Also I have set this values not present in the link: http://wikis.sun.com/display/CommSuite/Configuring+Encryption+and+Certificate-Based+Authentication#ConfiguringEncryptionandCertificate-BasedAuthentication-ToSetUpCertificateBasedLogin
    configutil -o local.mmp.enable -v 1
    configutil -o local.store.enable -v 0
    configutil -o local.imta.enable -v 0
    configutil -o local.http.enable -v 0
    Any idea?
    One question more. I have read that Store Administrators have proxy authentication privileges to any service (POP, IMAP, HTTP, or SMTP), which means they can authenticate to any service using the privileges of any user. The question is: Is there any way for the Store Administrator to access to the mailbox of all the users using the IMAP protocol?
    Thanks a lot for your help,
    Best Regards,
    Luis

  • In IE 11 version its not entering to the SharePoint site after successful login

    Dears,
    I have problem with in IE 11. My SharePoint have Windows authentication and Forms authentication modes.
    When I opened my SharePoint site its keep asking me to choose Windows Authentication Mode or Forms Authentication Mode. Once I select Windows authentication mode then it ask me credentials. Once I enter credentials then the IE again keep the same screen
    to choose windows authentication mode or forms authentication mode.My sharepoint site is working fine.
    I tested with Chrome & Mozilla. SharePoint site is login okay. but the problem is only with IE
    Support is appreciated.
    I am new to SharePoint

    Hi ShajiManj,
    Did this happen to all machines with IE11 browser? to all users?
    If it is only happening to the IE11 for all users (not Chrome and Firefox browser), you can check if the IE "Compatibility mode" could resolve this issue.
    If it is only happening to you, please reset the IE browser to default settings, then check results again.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Disable AD user after first successful login (after password change) after x amount of days regardless of activity

    I've been searching for over a week high and low now trying to find a way to do this via PS.
    We'd like to lockout certain users (we can put them in a group/OU) 30 days after their first successful log in - the one requiring
    password change by them.
    And we'd like to disable it REGARDLESS of their activity.
    All the tips and scripts I've found look for 'inactivity', date created etc.
    Only parameters I need are 30 days AFTER the first log in. Accounts might be created 60 days before actual use, but still need to be disabled 30 days after their first successful log in.
    Any tips would be GREATLY appreciated!

    I don't think you're going to get the kind of solution you want via scripting. As jrv noted, usually this kind of issue is managed by using account expiration and password expiration. If that won't work for you, then I would recommend looking into supported
    third party tools that can help you get where you need to go.
    -- Bill Stewart [Bill_Stewart]
    As Bill points out you  need to look into third party tools.  If there is any legitimate legal or industry need for this then there wil be third party tools.  Having worked in medical software systems \I can tell you there is not. There are
    old systems that use now-obsolete mechanisms that do things similar to what you are asking.  They are no longer usable.
    I think if you sat down with those asking you to do this and had them get the actual industry and government rules on the table you would see that this is not what they are asking you to do.  It aslo doesn't make much sense from a technical standpoint.
    Just set the password expiration.  That is what it is designed for. To force reauth just set the account so the user cannot set the password.  Use the reauth web page to allow the user to set a new password.  Use the corporate disclaimer
    or a desktop link to notify users what to do when the password expires.
    ¯\_(ツ)_/¯

Maybe you are looking for