Problems with mail server and clients

I have set up OS X server on my iMac with 2 MacBook Pros as clients. I have set up the server to be a mail server.
I have two problems.
1. I can successfully send and receive emails between the server and one MacBook Pro but neither send or receive mail on the other even though the settings are identical. I get the standard dialog box 'cannot connect using Port 25'.
2. On the MacBook Pro that will send mail I can also send mail out of the LAN but mail sent to me is bounced back to the sender.
Any help would be greatly appreciated. I am new to OS server my learning curve over the past week has been vertical!!!

You are not alone. I have started a current thread because of the same problem, http://discussions.apple.com/thread.jspa?threadID=1278072&tstart=0.
Another thread ended with the poster claiming to have things working after a clean install, but I have had no such luck with any of my installations so far.
Do you have only one domain on your server, or are you hosting virtual domains also?
/Lars

Similar Messages

  • Problems with games server and client

    Hi! I am making an MMORPG game and I have problems with the server and client connection.
    I can connect to the server, but when a second player does, the server console tells me this:
    java.net.SocketException: Connection reset
    After that, all clients disconnect.
    Which is the problem?
    How can I solve it?
    Thank you so much

    Here is how my sever work. I took some of this code from a book called Killer Programming Games in Java. If you google for it, you will find it for sure.
    TourGroup tg = new TourGroup(); // this object stores information about all clients connected to the server
        try {
          ServerSocket serverSock = new ServerSocket(PORT);
          Socket clientSock;
          while (true) {
            System.out.println("Waiting for a client...");
            clientSock = serverSock.accept();
            new TourServerHandler(clientSock, tg).start(); // this is the thread that monitors each client
        catch(Exception e)
        {  System.out.println(e);  }
      } This is some code of TourServerHandler
    public TourServerHandler(Socket s, TourGroup tg)
        this.tg = tg;
        clientSock = s;
        name= "?";
        cliAddr = clientSock.getInetAddress().getHostAddress();
        port = clientSock.getPort();
        System.out.println("Client connection from (" +
                     cliAddr + ", " + port + ")");
    public void run()
      // process messages from the client
        try {
          // Get I/O streams from the socket
          BufferedReader in  = new BufferedReader(
       new InputStreamReader( clientSock.getInputStream() ) );
          PrintWriter out =
    new PrintWriter( clientSock.getOutputStream(), true );  
    // and here goes the rest... The TourServerHandler thread uses this code to send messages:
    tg.broadcast(msg); tg.broadcast works like this:
    synchronized public void broadcast(String cliAddr, int port, String msg)
      // broadcast to everyone but original msg sender
        TouristInfo c; // this object stores info about the client
        for(int i=0; i < tourPeople.size(); i++) {
          c = (TouristInfo) tourPeople.get(i);
            c.sendMessage(msg);
      } This is the error part
    public void sendMessage(String msg)
      PrintWriter out;  
        out.println(msg);  
          System.out.println("OK");
      } I can't find any error but I still get that Connection reset exception...

  • Problems with Mail, Safari and iTunes after updating to 10.5.6

    Hi all,
    after installing 10.5.6 I have problems with Mail, Safari and iTunes.
    The time to open mails, websides and iTunes store is increasing dramatically since the update. If I open a webside parallel with Safari and Firefox, Safari needs minimum 15 times longer to open the complete side. Mails containing HTML-code also needs a long time to be opened. Tha same Problem with iTunes store. Connecting to the Store costs at least 30 - 40 seconds. And unfortunately for every iTunes store side I open. Its terrible
    Any idea or workaroung to solve that problem?
    Regards
    Michael

    First, run Disk Utility and repair permissions and then restart.
    I installed the 10.5.6 Combo update. Sometimes things get "lost in the translation" when you use Software Update depending on your installation. Perhaps you can download 10.5.6 Combo from the website and install it from your desktop.

  • 9i installation (network problem b'n server and client

    Hi
    I installed 9i in windows 2003 server and client system (win xp). I configured listener.ora file in server and tns.ora file in client mechine. while trying to ping (i.e tnsping) i m getting follwoing errors in both systems.
    C:\>tnsping tns_tekhub3
    TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 13-DEC-20
    06 11:28:25
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    f:\Orahome92\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    C:\>

    Hi,
    i made chages in sqlnet.ora file.
    C:\>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 14-DEC-2006 09:23:
    04
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "tekhub" has 2 instance(s).
    Instance "tekhub", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "tekhub", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "tekhubXDB" has 1 instance(s).
    Instance "tekhub", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: SERVER, pid: 3684>
    (ADDRESS=(PROTOCOL=tcp)(HOST=server)(PORT=1064))
    The command completed successfully

  • Problems with ical server and mail

    I have a Mac Mini with Mac Os X Snow Leopard Server. I have a external mail and when I receive a invitation ever it adds to local calendar, but I want to add in server calendar. How to configure it for add invitation to my server calendar?
    Another problem I have with calendar that's I can't send invitation to contacts I have added in CardDav Server, just I can send invitations to local contacts.
    And another question how to sync the user's contacts with CardDav account?
    Message was edited by: jvcapo

    this is a big pain in the ***, bug!
    when you have more than one calendar account (lets say one local one CalDAV iCal starts doing silly things.
    what i found that worked is click on the calendar you want the event to be in and drag the .ics to iCal from Mail and drop it on the calendar (in the middle of iCal NOT the Calendars name)
    i have write up a bug report to apple so hopefully it gets fixed now that MobileMe uses CalDAV.
    seems to be a problem that mail app doesn't see CalDAV calendars.

  • Strange problem with AIX server and windows clients

    I am having a real bizzare problem with WLS 7.0.1 running on AIX 5.1 and
    clients on windows. We have J2SE Swing application as a client.
    If the client is w2k or XP, the first client gets good response. If I start
    another client the second client is horribly slow (2 sec vs 16 sec). Even if
    I kill the first client the second client continues to be slow. If I have 2
    clients open together, the first one continues giving 2 sec response while
    the second one continues with 16 sec. For that matter if I start another
    client after shutting down first one I get slow (16 sec) response.
    If the client is NT client I always get good and consistent response from
    the server. Irrespective of how many client I have on the NT machine, I keep
    getting good response. NT and W2K laptops are seating right next to each
    other on the same n/w and infact the NT is a much slower and lessor memory
    machine than W2K.
    We did similar tests keeping server on Solaris or NT server or W2K server,
    and the clients "behave" normally i.e I get consistent repsponse time (it
    may be slow or fast, but it is consistent and is consistent b/w NT and W2K).
    We even tried putting my laptop on the same network as the AIX server, but
    it did not help. Unfortunately some of our clients will be using AIX and
    W2K.
    HELP!!!!

    "Cameron Purdy" <[email protected]> wrote in message
    news:[email protected]..
    Sounds like a reverse DNS lookup or similar network timeout.Thanks for the suggestion, but then why would the first client on w2k or XP
    get a better performance and the subsequent clients get worse performance?
    >
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "vinay moharil" <[email protected]> wrote in message
    news:[email protected]..
    I am having a real bizzare problem with WLS 7.0.1 running on AIX 5.1 and
    clients on windows. We have J2SE Swing application as a client.
    If the client is w2k or XP, the first client gets good response. If Istart
    another client the second client is horribly slow (2 sec vs 16 sec).
    Even
    if
    I kill the first client the second client continues to be slow. If I
    have
    2
    clients open together, the first one continues giving 2 sec response
    while
    the second one continues with 16 sec. For that matter if I start another
    client after shutting down first one I get slow (16 sec) response.
    If the client is NT client I always get good and consistent responsefrom
    the server. Irrespective of how many client I have on the NT machine, Ikeep
    getting good response. NT and W2K laptops are seating right next to each
    other on the same n/w and infact the NT is a much slower and lessor
    memory
    machine than W2K.
    We did similar tests keeping server on Solaris or NT server or W2Kserver,
    and the clients "behave" normally i.e I get consistent repsponse time(it
    may be slow or fast, but it is consistent and is consistent b/w NT andW2K).
    We even tried putting my laptop on the same network as the AIX server,
    but
    it did not help. Unfortunately some of our clients will be using AIX and
    W2K.
    HELP!!!!

  • Server log showing problems with Mail Server

    Ok, so I followed the instructions in that PDF about how to make virtual mail users in 10.5.1 since they are broken. So I did it in the WGM and the Postfix stuff as the document said. Now I get all these errors in the server log and I have no idea how to fix the problem or if what I did was even done right. Here is the error log below:
    Jan 30 23:33:26 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:34:03 xpmedia1 postfix/smtpd[53603]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:34:03 xpmedia1 postfix/smtpd[53603]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:34:04 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53603 exit status 1
    Jan 30 23:34:04 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:34:26 xpmedia1 postfix/cleanup[53611]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:34:26 xpmedia1 postfix/cleanup[53611]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:34:27 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53611 exit status 1
    Jan 30 23:34:27 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:35:04 xpmedia1 postfix/smtpd[53615]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:35:04 xpmedia1 postfix/smtpd[53615]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:35:05 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53615 exit status 1
    Jan 30 23:35:05 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:35:16 xpmedia1 sudo[53616]: root : TTY=unknown ; PWD=/ ; USER=_cyrus ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    Jan 30 23:35:27 xpmedia1 postfix/cleanup[53625]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:35:27 xpmedia1 postfix/cleanup[53625]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:35:28 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53625 exit status 1
    Jan 30 23:35:28 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:36:05 xpmedia1 postfix/smtpd[53633]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:36:05 xpmedia1 postfix/smtpd[53633]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:36:06 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53633 exit status 1
    Jan 30 23:36:06 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:36:28 xpmedia1 postfix/cleanup[53646]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:36:28 xpmedia1 postfix/cleanup[53646]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:36:29 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53646 exit status 1
    Jan 30 23:36:29 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:37:06 xpmedia1 postfix/smtpd[53650]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:37:06 xpmedia1 postfix/smtpd[53650]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:37:07 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53650 exit status 1
    Jan 30 23:37:07 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:37:29 xpmedia1 postfix/cleanup[53662]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:37:29 xpmedia1 postfix/cleanup[53662]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:37:30 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53662 exit status 1
    Jan 30 23:37:30 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:38:07 xpmedia1 postfix/smtpd[53666]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:38:07 xpmedia1 postfix/smtpd[53666]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:38:08 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53666 exit status 1
    Jan 30 23:38:08 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:38:30 xpmedia1 postfix/cleanup[53678]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:38:30 xpmedia1 postfix/cleanup[53678]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:38:31 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53678 exit status 1
    Jan 30 23:38:31 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:39:08 xpmedia1 postfix/smtpd[53682]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:39:08 xpmedia1 postfix/smtpd[53682]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:39:09 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53682 exit status 1
    Jan 30 23:39:09 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:39:31 xpmedia1 imap[53683]: TLS server engine: cannot load CA data
    Jan 30 23:39:31 xpmedia1 imap[53683]: TLS server engine: No CA file specified. Client side certs may not work
    Jan 30 23:39:31 xpmedia1 imap[53683]: STARTTLS negotiation failed: host-12-152-82-88.orbitelcom.com [12.152.82.88]
    Jan 30 23:39:31 xpmedia1 postfix/cleanup[53695]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:39:31 xpmedia1 postfix/cleanup[53695]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:39:32 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53695 exit status 1
    Jan 30 23:39:32 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:39:46 xpmedia1 imap[53683]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits new) no authentication
    Jan 30 23:39:46 xpmedia1 imap[53683]: login: host-12-152-82-88.orbitelcom.com [12.152.82.88] postmaster CRAM-MD5+TLS User logged in
    Jan 30 23:40:09 xpmedia1 postfix/smtpd[53699]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:40:09 xpmedia1 postfix/smtpd[53699]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:40:10 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53699 exit status 1
    Jan 30 23:40:10 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:40:32 xpmedia1 postfix/cleanup[53700]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:40:32 xpmedia1 postfix/cleanup[53700]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:40:33 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53700 exit status 1
    Jan 30 23:40:33 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:41:10 xpmedia1 postfix/smtpd[53719]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:41:10 xpmedia1 postfix/smtpd[53719]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:41:11 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53719 exit status 1
    Jan 30 23:41:11 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:41:33 xpmedia1 postfix/cleanup[53720]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:41:33 xpmedia1 postfix/cleanup[53720]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:41:34 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53720 exit status 1
    Jan 30 23:41:34 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:42:11 xpmedia1 postfix/smtpd[53735]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:42:11 xpmedia1 postfix/smtpd[53735]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:42:12 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53735 exit status 1
    Jan 30 23:42:12 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:42:34 xpmedia1 postfix/cleanup[53736]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:42:34 xpmedia1 postfix/cleanup[53736]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:42:35 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53736 exit status 1
    Jan 30 23:42:35 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
    Jan 30 23:43:12 xpmedia1 postfix/smtpd[53752]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:43:12 xpmedia1 postfix/smtpd[53752]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:43:13 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/smtpd pid 53752 exit status 1
    Jan 30 23:43:13 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jan 30 23:43:35 xpmedia1 postfix/cleanup[53753]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Jan 30 23:43:35 xpmedia1 postfix/cleanup[53753]: fatal: open database /var/mailman/data/virtual-mailman.db: No such file or directory
    Jan 30 23:43:36 xpmedia1 postfix/master[49308]: warning: process /usr/libexec/postfix/cleanup pid 53753 exit status 1
    Jan 30 23:43:36 xpmedia1 postfix/master[49308]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling

    I did what you said and I don't see all those weird messages anymore, but we switched over our MX records today to our mail server in hopes that it would all work and now no one can get their mail. I can log into the mail server no problem via IMAP, but to send messages is not working. And those using POP don't seem to work at all. Even to send messages the Server is rejecting saying that my messages isn't addresed right. Which it is. I can't even send something to myself. I'm trying not to be frustrated with this thing. I'm just not sure what to do since we have a whole bunch of people needing mail and it doesn't seem to be working and I'm not a mail server expert. Any help would be appreciated.
    Here is what I with postconf -n:
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps =
    luser_relay = postmaster
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 10485760
    mydestination = $myhostname,localhost.$mydomain,localhost
    mydomain = xpmedia.com
    mydomain_fallback = localhost
    myhostname = mail.xpmedia.com
    mynetworks = 98.173.129.235,98.173.129.238
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks zen.spamhaus.org permit
    smtpdpw_server_securityoptions = login,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    virtualaliasdomains = hash:/etc/postfix/virtual_domains
    virtualaliasmaps = hash:/etc/postfix/virtual
    virtualmailboxdomains = hash:/etc/postfix/virtualdomainsxp
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    Here is what I got in the system log:
    11:29:53 xpmedia1 loginwindow[57389]: received ATSServer died message. (old server pid = 58904, new pid = 58934, session ID = 256)
    Jan 31 11:29:53 xpmedia1 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[5 7421]: received ATSServer died message. (old server pid = 58904, new pid = 58934, session ID = 256)
    Jan 31 11:29:53 xpmedia1 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[57422]: received ATSServer died message. (old server pid = 58904, new pid = 58934, session ID = 256)
    Jan 31 11:29:54 xpmedia1 com.apple.launchd[1] (0x10f510.login[58959]): Could not setup Mach task special port 9: (os/kern) no access
    Jan 31 11:29:54 xpmedia1 login[58959]: USER_PROCESS: 58959 ttys000
    Jan 31 11:30:03 xpmedia1 login[58959]: DEAD_PROCESS: 58959 ttys000
    Jan 31 11:30:22 xpmedia1 master[58971]: process started
    Jan 31 11:30:22 xpmedia1 org.clamav.clamd[58975]: clamd daemon 0.91.2 (OS: darwin9.0, ARCH: i386, CPU: i386)
    Jan 31 11:30:22 xpmedia1 org.clamav.clamd[58975]: Log file size limited to 1048576 bytes.
    Jan 31 11:30:22 xpmedia1 org.clamav.clamd[58975]: Reading databases from /var/clamav
    Jan 31 11:30:22 xpmedia1 org.clamav.clamd[58975]: Not loading PUA signatures.
    Jan 31 11:30:23 xpmedia1 postfix/postfix-script[58983]: fatal: the Postfix mail system is not running
    Jan 31 11:30:23 xpmedia1 ctl_cyrusdb[58973]: verifying cyrus databases
    Jan 31 11:30:23 xpmedia1 ctl_cyrusdb[58973]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/mailboxes.db (29 records, 5640 bytes) in 0 seconds
    Jan 31 11:30:23 xpmedia1 ctl_cyrusdb[58973]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/annotations.db (0 records, 144 bytes) in 0 seconds
    Jan 31 11:30:24 xpmedia1 org.clamav.clamd[58975]: Loaded 198723 signatures.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Unix socket file /var/amavis/clamd
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Setting connection queue length to 15
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Archive: Archived file size limit set to 10485760 bytes.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Archive: Recursion level limit set to 8.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Archive: Files limit set to 1000.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Archive: Compression ratio limit set to 250.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Archive support enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Algorithmic detection enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Portable Executable support enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: ELF support enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Mail files support enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Mail: Recursion level limit set to 64.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: OLE2 support enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: PDF support disabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: HTML support enabled.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Self checking every 1800 seconds.
    Jan 31 11:30:25 xpmedia1 org.clamav.clamd[58975]: Set stacksize to 1048576
    Jan 31 11:30:25 xpmedia1 com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[58971]): Stray process with PGID equal to this dead job: PID 58973 PPID 1 ctl_cyrusdb
    Jan 31 11:30:25 xpmedia1 com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[58971]): Exited abnormally: User defined signal 1
    Jan 31 11:30:25 xpmedia1 com.apple.launchd[1] (edu.cmu.andrew.cyrus.master): Throttling respawn: Will start in 8 seconds
    Jan 31 11:30:33 xpmedia1 master[59034]: process started
    Jan 31 11:30:34 xpmedia1 ctl_cyrusdb[59035]: verifying cyrus databases
    Jan 31 11:30:34 xpmedia1 ctl_cyrusdb[59035]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/mailboxes.db (29 records, 5640 bytes) in 0 seconds
    Jan 31 11:30:34 xpmedia1 ctl_cyrusdb[59035]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/annotations.db (0 records, 144 bytes) in 0 seconds
    Jan 31 11:30:35 xpmedia1 com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[59034]): Stray process with PGID equal to this dead job: PID 59035 PPID 1 ctl_cyrusdb
    Jan 31 11:30:35 xpmedia1 com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[59034]): Exited abnormally: User defined signal 1
    Jan 31 11:30:35 xpmedia1 com.apple.launchd[1] (edu.cmu.andrew.cyrus.master): Throttling respawn: Will start in 9 seconds
    Jan 31 11:30:43 xpmedia1 postfix/smtpd[59036]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:30:44 xpmedia1 master[59041]: process started
    Jan 31 11:30:45 xpmedia1 ctl_cyrusdb[59042]: verifying cyrus databases
    Jan 31 11:30:45 xpmedia1 ctl_cyrusdb[59042]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/mailboxes.db (29 records, 5640 bytes) in 0 seconds
    Jan 31 11:30:45 xpmedia1 ctl_cyrusdb[59042]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/annotations.db (0 records, 144 bytes) in 0 seconds
    Jan 31 11:30:46 xpmedia1 postfix/smtpd[59036]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:30:47 xpmedia1 ctl_cyrusdb[59042]: done verifying cyrus databases
    Jan 31 11:30:47 xpmedia1 master[59041]: Cyrus POP/IMAP Server v2.3.8 ready for work
    Jan 31 11:30:47 xpmedia1 ctl_cyrusdb[59045]: checkpointing cyrus databases
    Jan 31 11:30:47 xpmedia1 ctl_cyrusdb[59045]: done checkpointing cyrus databases
    Jan 31 11:31:09 xpmedia1 postfix/smtpd[59036]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:31:13 xpmedia1 pop3[59050]: login: host-12-152-82-113.orbitelcom.com [12.152.82.113] jsowerby APOP User logged in
    Jan 31 11:31:13 xpmedia1 pop3[59051]: login: host-12-152-82-113.orbitelcom.com [12.152.82.113] rsowerby APOP User logged in
    Jan 31 11:31:14 xpmedia1 imap[59053]: login: [66.182.118.39] bcorbin CRAM-MD5 User logged in
    Jan 31 11:31:14 xpmedia1 imap[59052]: login: [66.182.118.39] postmaster CRAM-MD5 User logged in
    Jan 31 11:31:14 xpmedia1 imap[59054]: login: [66.182.118.39] bcorbin CRAM-MD5 User logged in
    Jan 31 11:31:14 xpmedia1 imap[59055]: login: [66.182.118.39] postmaster CRAM-MD5 User logged in
    Jan 31 11:31:15 xpmedia1 imap[59055]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/user/p/postmaster.seen (0 records, 144 bytes) in 0 seconds
    Jan 31 11:31:15 xpmedia1 imap[59054]: skiplist: recovered /Volumes/Kingdom/Mail_Database/imap/user/b/bcorbin.seen (2 records, 572 bytes) in 0 seconds
    Jan 31 11:31:15 xpmedia1 imap[59053]: login: [66.182.118.39] postmaster CRAM-MD5 User logged in
    Jan 31 11:31:15 xpmedia1 imap[59056]: login: [66.182.118.39] bcorbin CRAM-MD5 User logged in
    Jan 31 11:31:16 xpmedia1 imap[59052]: login: [66.182.118.39] postmaster CRAM-MD5 User logged in
    Jan 31 11:31:17 xpmedia1 imap[59057]: login: [66.182.118.39] postmaster CRAM-MD5 User logged in
    Jan 31 11:31:17 xpmedia1 imap[59058]: login: [66.182.118.39] bcorbin CRAM-MD5 User logged in
    Jan 31 11:31:18 xpmedia1 imap[59059]: login: [66.182.118.39] bcorbin CRAM-MD5 User logged in
    Jan 31 11:31:25 xpmedia1 pop3[59050]: no secret in database
    Jan 31 11:31:25 xpmedia1 pop3[59050]: badlogin: 71-223-32-176.phnx.qwest.net [71.223.32.176] CRAM-MD5 user not found
    Jan 31 11:31:25 xpmedia1 postfix/smtpd[59036]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:31:25 xpmedia1 pop3[59051]: login: [66.182.125.209] cbrundidge APOP User logged in
    Jan 31 11:31:30 xpmedia1 pop3[59051]: login: 71-223-32-176.phnx.qwest.net [71.223.32.176] kbarr APOP User logged in
    Jan 31 11:31:44 xpmedia1 postfix/smtpd[59036]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:31:44 xpmedia1 postfix/smtpd[59063]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:32:07 xpmedia1 imap[59069]: login: [66.182.118.39] postmaster CRAM-MD5 User logged in
    Jan 31 11:32:07 xpmedia1 imap[59068]: login: [66.182.118.39] bcorbin CRAM-MD5 User logged in
    Jan 31 11:32:25 xpmedia1 pop3[59050]: login: [66.182.125.209] cbrundidge APOP User logged in
    Jan 31 11:32:29 xpmedia1 postfix/smtpd[59063]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:33:01 xpmedia1 postfix/smtpd[59036]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:33:25: --- last message repeated 1 time ---
    Jan 31 11:33:25 xpmedia1 pop3[59050]: no secret in database
    Jan 31 11:33:25 xpmedia1 pop3[59050]: badlogin: 71-223-32-176.phnx.qwest.net [71.223.32.176] CRAM-MD5 user not found
    Jan 31 11:33:25 xpmedia1 postfix/smtpd[59086]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:33:26 xpmedia1 pop3[59091]: login: [66.182.125.209] cbrundidge APOP User logged in
    Jan 31 11:33:30 xpmedia1 pop3[59091]: login: 71-223-32-176.phnx.qwest.net [71.223.32.176] kbarr APOP User logged in
    Jan 31 11:34:12 xpmedia1 postfix/smtpd[59063]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:34:23: --- last message repeated 7 times ---
    Jan 31 11:34:23 xpmedia1 pop3[59050]: login: [66.182.118.39] jrossilli APOP User logged in
    Jan 31 11:34:25 xpmedia1 pop3[59091]: login: [66.182.125.209] cbrundidge APOP User logged in
    Jan 31 11:34:31 xpmedia1 postfix/smtpd[59086]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:34:50 xpmedia1 sudo[59121]: root : TTY=unknown ; PWD=/ ; USER=_cyrus ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    Jan 31 11:34:52 xpmedia1 sudo[59127]: root : TTY=unknown ; PWD=/ ; USER=_cyrus ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    Jan 31 11:35:18 xpmedia1 pop3[59050]: login: host-12-152-82-113.orbitelcom.com [12.152.82.113] rsowerby APOP User logged in
    Jan 31 11:35:18 xpmedia1 pop3[59091]: login: host-12-152-82-113.orbitelcom.com [12.152.82.113] jsowerby APOP User logged in
    Jan 31 11:35:25 xpmedia1 pop3[59091]: no secret in database
    Jan 31 11:35:25 xpmedia1 pop3[59091]: badlogin: 71-223-32-176.phnx.qwest.net [71.223.32.176] CRAM-MD5 user not found
    Jan 31 11:35:25 xpmedia1 pop3[59050]: login: [66.182.125.209] cbrundidge APOP User logged in
    Jan 31 11:35:26 xpmedia1 postfix/smtpd[59063]: warning: unknown smtpd restriction: "zen.spamhaus.org"
    Jan 31 11:35:30 xpmedia1 pop3[59050]: login: 71-223-32-176.phnx.qwest.net [71.223.32.176] kbarr APOP User logged in
    Jan 31 11:35:35 xpmedia1 pop3[59091]: badlogin: 32-109-248-206-catv.choicecable.net [206.248.109.32] APOP (<[email protected]>) Error: -6

  • Problems with MAIL program and IMAP Password

    I have had the same email and password for quite a while.  Now every time I open Mail it promts me enter my password agail.  It is the correct password but it keeps rejecting it.  It is only on my Macbook.  When I log into my mail via Webmail or get mail from my smart phone, there are no issue.  Sometimes it gives me the error, other times it works. 
    How do I correct this problem? 

    It is an IMAP account, so those emails should be fine.  How do I backup the ones I have stored "on my mac" in different folders. Or will they be deleted?
    As long as you don't delete any emails in Mail or on the server, those emails will still be there, but deleting the account removes all of them from Mail immediattely, with no chance of recovery. If you have emails from the IMAP account in 'Smart Mailboxes', those are also affected; but any other accounts are not, unless and until you want to delete the account.
    Keep in mind that there are times when Mail will be unable to connect to your mail server to retrieve mail; this is normal, and it happens to everyone from time to time. It is one possible cause of your password being rejected, but it usually clears itself within a few minutes, as it's a mail server issue, so you have no control over it.

  • PROBLEMS WITH MAIL IN AND OUT.

    A new subscriber with an 14 phone.
    Am receiving my in emails long after they appear on my computer.
    Have been unable to send any out.
    They end up in my Outbox.
    Probably a simple connection problem but I am frustrated.
    Can anyone help in laymans language?

    Who is your mail provider? If they don't use push (or your phone is not set up to use it), you will need to tell your iPhone how often to check for mail (in Settings. Mail, Fetch New Data). You may have it set on Hourly or even Manually which would account for the delay in mail arriving on your phone.
    The outgoing mail problem is almost definitely an SMTP server issue. Ask your mail provider for the right settings and make sure they are correctly entered in the Outgoing Mail Server area of the settings for your e-mail account on your phone. In particular, check if the server requires authentication and make sure the correct method is being used.

  • I am trying to set up my outlook 2007 account on i pad and the process sticks on verifying.  It would appear to be a problem with outgoing server and I have changed the port number but with no success.

    I have just purchased an i pad 2 and am having trouble with the e-mail set up.  Set up with wi-fi, i-cloud etc has worked fine but the i pad is recognising my outlook 2007 account details but is not verifying it.  The trouble appears to be with the outgoing server and I have tried changing the port number, but to no avail!  Also reset the account settings for holding messages on the server...help!  As you can tell I'm not very techy and I'm desperate to get the bloody thing working as I'm going away on Tuesday! Any suggestions?

    I had a similar issue and it was password case sensitive issue

  • Problems with mail server & here is a screenshot

    This keeps happening and I don't know how to fix it.

    I sometimes run into such problems. I don't know the nature of the problem, because my solution is to always just remove the entry for SMTP server from the server list and then add it back to make sure that it is working (or that I am entering the right information, etc).
    I do think that either Mail or Keychain "loses" the password sometimes, and that is the root of the problem. It is solved just by removing the server and reentering it into the servers list; at least, that has worked for me every single time I've had the same problem.

  • Problems with mail, messags, and social network accounts

    Hi,
    first of all, sorry for my bad English.
    I would like to know if there is a maximum limit of accounts (email, social network, etc. etc.) that OS10 can handle.
    On my Passport (OS10 Version 10.3.0.675) I have the following:
    - 1 BBM
    - 1 WhatsApp
    - 1 Facebook
    - 12 Mail
    Now, when I try to insert another account (for example mail or Twitter), I recived the following error message: 
    "The maxximum accounts has been reached".
    Is that right?
    With the Z10 and the Q10, if I remember correctly, I did not have this problem.
    I need to add more email accounts, someone can help me?
    Thank you all.
    I'M NOT LAZY,
    I JUST DON'T GIVE NOTHING!

    Let me see what I can find out and I'll get back to you when I know more! Thanks
    Did someone help you? Click Like! Did a post solve your issue? Click Accept as Solution!
    Follow me on Twitter or Google+ and subscribe to the Inside BlackBerry Help Blog

  • Problems with mail server certificates

    Hi,
    i have problems accessing my mail server over ssl since I upgraded from Lion to Mountain Lion.
    The problem is, that when i try to connect to my mail server Mail stops working (and so does Safari and Keychain access).
    I tryed to add my servers certificate to Keychain manually. When i drag the certificate to Keychain it shows up in Certificates, but when i try to set 'Allways trust' the application stops responding (and after that Mail won't send or receive anything and Safari wont load anythin until i restart the Mac).
    Firefox is working without problems (webmail access which uses same certificate), even when Safari and Mail stop working.
    Any idea what to do?

    I found that the problematic process is "ocspd". If you force quit it, the applications continue to work.
    It seams that Apple has a bug here.

  • Problem with Reports Server and invalid DB packages when release code

    Hello,
    I'm not certain that this is a Reports issue or not, but wondered if anyone had encountered similar. We've recently upgraded from Forms and Reports 6i to 10.1.2.0.2. A couple of times now, after doing a release of code to our environment, we find that the next request to the Reports Server generates a 'existing state of packages has been discarded' error. Submitting exactly the same report request a second and subsequent times works fine.
    However, we always make sure we recompile all invalid packages after a code release; and our Forms front-end doesn't encounter any errors like this. Is there some possible issue with using existing Reports engines to run reports after a code release - should we be bouncing the Reports server..?
    Thanks,
    James

    Hi. Thanks for your quick response. The contain of StrSql is:
    "SELECT IdTipo FROM TIPOSTELEFONO", where IdTipo id a column of TIPOSTELEFONO Table.
    I tryied the same sql setence with SQL Server Management Studio Express and it works fine. Already I have tryied with others sql sentences. All they worked fine in SQL Server Management Studio, but not with my java example using sqljdbc4.jar.
    sqljdbc4.jar documentation comment that these driver work with sql server 2000 to sql server 2008. I'll ask this cuestion in Microsoft forums.
    Thanks.

  • Problem with mail server

    Hi,
    For some reason my mail server is now unable to send mail. I've tried restarting via the GUI and the green light doesn't go grey.
    Here's the log from the system.
    May 13 09:58:09 XXX postfix/master[645]: daemon started -- version 2.4.3, configuration /etc/postfix
    May 13 09:58:39 XXX postfix/master[645]: terminating on signal 15
    May 13 09:58:39 XXX postfix/postfix-script[693]: fatal: the Postfix mail system is not running
    May 13 09:58:40 XXX postfix/master[739]: daemon started -- version 2.4.3, configuration /etc/postfix
    May 13 09:59:40 XXX postfix/master[739]: master exit time has arrived
    May 13 09:59:40 XXX postfix/master[796]: daemon started -- version 2.4.3, configuration /etc/postfix
    May 13 10:00:40 XXX postfix/master[796]: master exit time has arrived
    May 13 10:00:40 XXX postfix/master[848]: daemon started -- version 2.4.3, configuration /etc/postfix
    May 13 10:01:40 XXX postfix/master[848]: master exit time has arrived
    May 13 10:01:40 XXX postfix/master[865]: daemon started -- version 2.4.3, configuration /etc/postfix
    May 13 10:02:40 XXX postfix/master[865]: master exit time has arrived
    May 13 10:02:40 XX postfix/master[903]: daemon started -- version 2.4.3, configuration /etc/postfix
    May 13 10:03:40 XX postfix/master[903]: master exit time has arrived
    May 13 10:03:40 XX postfix/master[922]: daemon started -- version 2.4.3, configuration /etc/postfix

    Please increase the logging level for SMTP to "Information". Then try to send and post the related log entries from /var/log/mail.log

Maybe you are looking for