How to configure sendmail to act as a mail gateway and relay mails???

I installed the Solaris (Intel) v.8 (10/01) in my external network. Now, I want to configure it as a mail server and as a mail gateway between my internal mail host and itself.
I think I have read all documentation which comes in Answerbook2 about mail gateway.
I added some aliases to the aliases file in /etc/mail and executed the newaliases command.
The aliases pointed to my mail host which is in my internal network.
I included the IP address and the name of the mail host in the /etc/hosts
I can telnet the internal mail host and I can connect to it and verify the internal account thru:
mconnect "mail host"
vrfy "account"
But when I do
/usr/lib/sendmail -v "alias" < /dev/null
it translates the alias to the account in the internal mail host but it returns to me
"account" ... User Unknow.
When I try to use the mail server from one client in my internal network (I configure my mail client to use as Outgoing server the server in the external network) to send mails I receive the error:
550 5.7.1 Relaying denied. IP name lookup failed
I create a file called "access" and create the binary called "access.db" (makemap hash access < access), but it doesn�t work.
I think that maybe the sendmail.cf doesn�t recognize the access file but I�m not sure. I have worked with other "sendmail" version under others OS (RedHat Linux) but the files are quite differents.
Would you please help me?

I found the way to do it and this is the procedure
How to implement the mail gateway on Solaris 5.8
You have to make changes in 3 different places
1.- Files in /etc/mail (sendmail files)
2.- /etc/hosts file
3.- DNS files and /etc/nsswitch.conf file
1.- Files in /etc/mail
1.1.- Backup your existent sendmail.cf file and copy the main.cf file as
sendmail.cf (cp /etc/mail/main.cf /etc/mail/sendmail.cf)
1.2.- If you want to accept mail for entire domain in your mail gateway (your mail
server is an MX record in the DNS files), you�ll have to modify the sendmail.cf
file editing the line Dj as Dj$m or if you want to accept just mail for your specific
server you must put Dj$w.$m (be carefull to avoid spaces).
1.3.- Change in the sendmail.cf file the DM parameter adding ddn. It should
looks like DMddn (no spaces anywhere).
1.4.- Insert a line for the Dm parameter, which should include your domain
(ex.:Dmyourdomain.com, be care with spaces). If you have defined multiple
domains, add a line with Cm and put the domains one after other separated by
spaces. You have to put a space between Cm and the first domain
1.5.- Add the following rule in the ruleset, don�t use spaces, use tabs as
separator:
R$*<@$*.$+>$* $#ddn $@ $2.$3 $:$1<@$2.$3>$4 [email protected]
1.6.- If you find the following rule in the ruleset you should comment out it.
R$*<@$*.$+>$* $#$M $@$R $:$1<@$2.$3>$4 [email protected]
1.7.- If your host is receiving mail under different names for "local" delivery,
often you need to define those hosts in a "Cw" line and put the names one after
other separated by spaces. You have to put a space between Cw and the first
name.
1.8.- If you want to relay mails to different domains or subnets you can include
them into the file relay-domains. Each record in this file is a domain name (like
sun.com) or a subnet (like 192.0.0., be carefull with last dot).
1.9.- To test your sendmail service you have to stop and start it
(/etc/init.d/sendmail stop; /etc/init.d/sendmail start) and you can do the following:
1.9.1- To get basic debug information type:
/usr/lib/sendmail -bt -d0.1 < /dev/null
1.9.2- To test the conection:
mconnect "mail server"
vrfy "any alias"
1.9.3- To test the alias you inserted into aliases file (remember run newaliases
command after insert them).
/usr/lib/sendmail -v "any alias" </dev/null
2.- The /etc/hosts file:
2.1.- You must include in this file the IP address server, its nickname
(servername), its extended nickname (servername.domain), the word
"mailhost", the word "mailhost" and your domain (mailhost.domain) and the
word loghost.
2.2.- If you wish you can include all the servers that you want in the file. You
should do this is to avoid the use of DNS service translation.
2.3.- Check the DNS service thru nslookup servername (ex. Nslookup
sun.com), then test nslookup to your mail gateway
3.- DNS files and /etc/nsswitch.conf file
3.1.- Include a MX record for your mail gateway as the mail host for the entire
domain and verify that each record into the zone files include the MX record.
These files are in your DNS server (nameserver).
3.2.- Check your /etc/nsswitch.conf file. The record host must include files and
dns. It must look like
hosts: files dns

Similar Messages

  • How to configure sendmail to use multiple LDAP servers ?

    Hi everybody!
    I have a sendmail running on Solaris 10 and a LDAP server(192.168.1.9) also running Solaris 10 OS. I have configured the sendmail the following way:
    bash-3.00# ldapclient list
    NS_LDAP_FILE_VERSION= 2.0
    NS_LDAP_BINDDN= cn=proxyagent,ou=profile,dc=email,dc=reso,dc=ru
    NS_LDAP_BINDPASSWD= {NS1}*********************
    NS_LDAP_SERVERS= 192.168.1.9
    NS_LDAP_SEARCH_BASEDN= dc=email,dc=domain,dc=ru
    NS_LDAP_AUTH= simple
    NS_LDAP_SEARCH_REF= FALSE
    NS_LDAP_SEARCH_SCOPE= sub
    NS_LDAP_SEARCH_TIME= 30
    NS_LDAP_CACHETTL= 43200
    NS_LDAP_PROFILE= default
    NS_LDAP_CREDENTIAL_LEVEL= proxy
    NS_LDAP_BIND_TIME= 10
    I also have another LDAP server (IP 192.168.1.10). It is configured as a replicant of the 192.168.1.9 LDAP server.
    The question is how can i configure sendmail to use both LDAP servers ?
    The man pages explain how to configure ldapclient to use ONE server and what if want to use two or more? All the settings and the profiles the same.
    Thanks in advance =))

    Hi!
    To add LDAP servers to the Solaris ldapclient, you might use the ldapclient command:
    ldapclient manual -v -a defaultServerList="servera.yourdomain.com serverb.yourdomain.com"
    But this is only failover, AFAIK the Solaris ldapclient does not perform loadbalancing by itself.
    But I am not sure about your sendmail programm. Normally, sendmail has its own configuration
    and can be configured to use LDAP e.g. for aliases etc.
    Regards!
    Rainer

  • How to configure sendmail on linux

    Hi,
    I have to configure sendmail for workflow notifications. I have just done necessary changes in sendmail.mc and generated sendmail.cf. But still i am not able to send mail. Could any one please tell me how sendmail sends mail.
    The scenario is:
    We aer hosting our domain at smtp.gmail.com. So all the emails have domain @xyz.com. How can i configure sendmail so that i can send mails from my linux server to [email protected]
    Do i need to generate any certificates, Is this for free. How do i generate these.
    Please help
    Regards
    Taher
    Edited by: user11970143 on Jun 7, 2010 5:06 AM

    What do you mean by having done the necessary sendmail changes?
    From what I understand, your question cannot be easily answered without knowing your security or Firewall DMZ requirements. You may have to define a default mail relay gateway on your sendmail server to relay all outgoing messages to a specific relay mail server for forwarding to the Internet.
    You may also have to define approprate mail exchange MX records in your DNS.
    Perhaps you can use Sendmail's personal mail forwarding. Sendmail allows individual users to define their own forwarding. The user defines personal forwarding in the .forward file in the home directory. Sendmail checks for this file after using the aliases file and before making final delivery to the user. If the .forward file exists, sendmail delivers the mail as directed by that file. For example, say that user oracle has a .forward file in the home directory that contains [email protected]

  • How to configure Sendmail mail relay with authentication

    Hi,
           How to configure send mail relay.  Client gave us smtp host,port, username and password. We have a couple of server. If we configure the relay in any one of the server other servers able send mails using relay server. Please help me on this? 

    .Create an IT Resource of Type Mail Server. Give Name as "Email Server.Now populate the values for all the parameter for example Server,username,password and authentication type.
    .Go to System Configuration and in Email Server property value give the name of IT resource you created in step1 so the name will be "Email Server".
    http://forums.oracle.com/forums/messageview.jspa?messageID=3867506&stqc=true

  • How to configure sendmail on 10.5.8 Mac OS X ?

    Hi
    I like to configure sendmail service to work for me in conjunction with XAMPP for web development.
    I only want to configure for outgoing mail, and no incoming mail.
    I get the following errors:
    Jul 9 05:14:03 einstein postfix/pickup[28344]: 9393E63A1A6: uid=-2 from=<nobody>
    Jul 9 05:14:03 einstein postfix/cleanup[28346]: 9393E63A1A6: message-id=<[email protected]>
    Jul 9 05:14:03 einstein postfix/qmgr[28345]: 9393E63A1A6: from=<[email protected]>, size=712, nrcpt=1 (queue active)
    Jul 9 05:14:03 einstein postfix/local[28356]: 9393E63A1A6: to=<[email protected]>, orig_to=<z>, relay=local, delay=0.03, delays=
    0.01/0.01/0/0.01, dsn=5.1.1, status=bounced (unknown user: "z")
    Jul 9 05:14:03 einstein postfix/cleanup[28346]: 9A17F63A1A8: message-id=<[email protected]>
    Jul 9 05:14:03 einstein postfix/bounce[28357]: 9393E63A1A6: sender non-delivery notification: 9A17F63A1A8
    Jul 9 05:14:03 einstein postfix/qmgr[28345]: 9A17F63A1A8: from=, size=2427, nrcpt=1 (queue active)
    Jul 9 05:14:03 einstein postfix/qmgr[28345]: 9393E63A1A6: removed
    Jul 9 05:14:03 einstein postfix/local[28356]: 9A17F63A1A8: to=<[email protected]>, relay=local, delay=0.06, delays=0/0/0/0.
    05, dsn=2.0.0, status=sent (delivered to mailbox)
    Jul 9 05:14:03 einstein postfix/local[28356]: warning: service not found: biff/udp
    Jul 9 05:14:03 einstein postfix/qmgr[28345]: 9A17F63A1A8: removed
    Jul 9 05:14:04 einstein postfix/smtp[28353]: 755FE63A1A4: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[74.125.127.27]:25, delay=3.3, delays=0.13/0.03/2.4/0.7, dsn=2.0.0, status=sent (250 2.0.0 OK 1278677644 l6si1998561wfa.144)
    Jul 9 05:14:04 einstein postfix/qmgr[28345]: 755FE63A1A4: removed
    Jul 9 05:14:31 einstein postfix/smtp[28348]: connect to example.com[192.0.32.10]: Operation timed out (port 25)
    Jul 9 05:14:31 einstein postfix/smtp[28349]: connect to example.com[192.0.32.10]: Operation timed out (port 25)
    Jul 9 05:14:31 einstein postfix/smtp[28348]: 4029B639F8D: to=<[email protected]>, relay=none, delay=2163, delays=2133/0.07/3
    0/0, dsn=4.4.1, status=deferred (connect to example.com[192.0.32.10]: Operation timed out)
    Are there simple steps to configure sendmail ?
    Any help is appreciated.
    Thank you
    Sincerely

    I don't have any idea, since all that's used here is postfix. For development stuff, peruse or post to the developer forums under OS X Technologies or to the appropriate Server Products forum.

  • How to configure sendmail for outgoing only?

    I have another custom application running on port 25, listening to the email traffic there. However, I still need to send mail from the localhost to the internet. I need a way to configure sendmail such that it will send mail but either not listen at all, or listen on a different port. I have tried fiddling with the sendmail.cf file, but without success.
    Please forward replys to [email protected]

    I'm not sure you can do it by fiddling with the cf file as I'm not sure the cf has the features you need turned on.
    You better off tweaking an mc file and generating a whole new cf.
    The bit you need in the mc file is
    DAEMON_OPTIONS(``Port=smtp, Addr=127.0.0.1, Name=MTA'')dnl
    FEATURE(`no_default_msa')dnl
    An alternative that I prefer is to create the file /etc/default/sendmail containing
    MODE="-bd -ODaemonPortOptions=Addr=127.0.0.1"

  • Configure sendmail to reject all incomming mail?

    how would i configure sendmail on solaris8 to reject or trash all incomming email and still maintain capability to send email?

    I found this thread useful and wonder why it some of this information isn't more readily available. Webservers shouldn't be running at mailservers and so the sendmail daemon doesn't boot up. Mail at cron and through .cgi/perl scripts utilize the sendmail on the servers I manage.
    BUT -- in the last six months I find I'm having to reconfigure the sendmail.cf to find a way around an email configuration problem in our networks somewhere.
    I've normally used the smart relay without problem. Now, even though I have the "connect" for mail going out to several different mail relays on the domain, the mail does not get delivered. I've tried to trace it down to one relay and have been unsuccessful.
    The solution, and I don't understand it, is that we've setup a mail relay on a windows box in our domain and I've edited the sendmail.cf to use that mail relay instead of the smart relay.
    In addition, and this is really strange to me, but I'm not a sendmail guru -- we're masquerading as a hotmail.com
    If we don't masquerade as hotmail.com and use our own relay, the mail receipients don't receive mail occasionally. Both of these have to be in place for it to work successfully.
    I think someone, somewhere, has a rule setup incorrectly, but it's beyond the relays we normally default to. With the mail relay setup in our domain, it accepts the mail because it's a relay, but what kind of rule would they possibly setup that accepts us masquerading as someone else???
    Can anyone help explain this?
    I personally would love to see some documentation on how an SA could setup sendmail.cf for their webservers as outgoing and have it RIGHT.
    Thanks for listening.... feel free to say something. :-)

  • How to configure Java Plug-In in Mozilla 1.4 and Netscape 7 on Red Hat 9?

    How to configure the java plug-in (Java 2 v1.4.2) to work on Mozilla 1.4 and Netscape 7 on Red Hat 9?
    Thanks in advance.

    I have redhat 9 and mozilla 1.2. Installed java sdk 1.4.2 which comes with JRE 1.4.2. Had no problems/errors while installing. The about plugin page doesnot indicate that the plugin is installed. and i get the pop-up saying application/x-java-vm is not available while browsing. Any help here please ??
    Thanks

  • How to configure CVC automation process using SNP master data and BI customer master data

    Hi Gurus,
    How to configure CVC automation in MPOS structure technically, using SNP master data in CVC creation such as Product and location details
    and in parallel extract date from ECC to BI customer master data in DP. Where-in a APO BI cube should have only new combinations which are to be validated with ECC and existing combinations in the MPOS structure before creation of CVC in different regions of MPOS.
    Second the automation should also check certain validations of product, location and are part of SNP-ECC master data and are these new combinations.
    Could someone guide us in this process.
    Thanks
    Kumar

    Praveen,
    The short answer is to move the data into infoproviders or flat files for all of the 'characteristic-type' source data; and then copy CVCs from the infoproviders into the Planning area, probably using one or more Process Chains (program /SAPAPO/TS_PLOB_MAINTAIN).
    The long answer is that this is not a trivial undertaking; this could end up being a pretty involved solution.  If you do not have enough BW/DP expertise available locally to create this solution for you, then I recommend you consider engaging external resources to assist you.  I personally wouldn't even consider starting to work on such a solution without first knowing a lot more about the detailed business requirements, and about any existing solutions that may already in place.  An SCN forum is not really suitable for such an answer.  In my opinion, the BBP doc alone would be 20+ pages, assuming no enhancements..
    Best Regards,
    DB49

  • How to configure email server so that I can reply without "relaying" issues

    I've setup the Snow Leopard Server 10.6 and setup the email server. The problem we have is that when a user sends an email using an ISP other than the one where the server is connected, or replys to an email using a different ISP it gets bounced with the message that our server doesn't allow relaying. That is correct. We didn't set it up to relay because of concerns that we might be blacklisted as a spammer. Can you tell me how to configure the email server settings so we don't have this bounce problem and can send and reply using our domain.com email address regardless of the ISP we're connect to? Thanks

    Such a seemingly innocuous question. If only the answer were that simple.
    There are many factors in getting a working mail server.
    For one, if you expect to receive incoming mail for your domain you will need a static IP address with matching forward and reverse DNS entries. You might already have this, or you might not. You don't say anything about your network environment to know.
    Once you've addressed the network side of things there are two common elements to implement.
    First is you tell the server about your local networks - the ones that you trust users on. Typically this is your private LAN (e.g. a 192.168.x.x network) where your users are. This works well for an office environment and lets users send mail unhindered, but doesn't cater to remote users (you probably cannot whitelist all the remote user's IP addresses, especially those that are mobile).
    For those users you implement SMTP Authentication. This ensures the mail client authenticates to the server using a valid username and password. If your user can authenticate then you inherently trust them and allow the mail to be relayed. If the user is remote and cannot authenticate then they're out of luck.
    All of this can be configured in Server Admin.

  • How to configure ARR to Reverse Proxy to RD Gateway

    We have an ARR server in the DMZ working fine providing reverse proxy for our internal Exchange Server 2013 environment and I've tried to create rules to allow access to the internal RD Gateway as well but when testing from an external client it never connects.
    Does anyone have any configuration notes for how ARR should be configured to allow reverse proxy of RD Gateway?
    Cheers for now
    Russell

    Hi,
    I think you can refer this below article might get some insight from this case.
    RD Gateway/RD Web Access & IIS Reverse Proxy/ARR
    http://forums.iis.net/t/1210901.aspx?RD+Gateway+RD+Web+Access+IIS+Reverse+Proxy+ARR
    Apart seem this as the configurations need to be done in IIS side, I would like to suggest you post the question in our IIS forum for further assistance.
    http://forums.iis.net/
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to configure oracle alerts to use Workflow mailer?

    Hello Guys:
    We were trying to setup oracle alerts using workflow mailer. I have created a dedicated mailer for handling oracle alerts related mail.
    Here is what I need to clarify:
    1. Having setup a new mailer for Oracle alert do I have to still configure the Options in Oracle Alerts. This is where you choose which type of mail u want to use ( like Unix mail,Windows NT mail )
    2.How do I tell oracle alert to use the new mailer that I created exclusively for this? While creating the mailer at some point I remember putting ALR in configuration form.
    I am on 11.5.10 CU2. I am on 11i.ATG_PF.H
    Regards,
    Bala

    Hi Hussain:
    Based on the note I realised that my oracle alerts will user unix sendmail. But then If u go to " Oracle Alert Options "
    -- > Mail systems -- I check Unix send mail
    -- > Mail server options ( Do I have to fill this section? )
    My guess is that the send mail will post the email to a IMAP account ( I created oraclealert account ) and IMAP account will push the alert email to Recipient
    Mail Database/Server Name --- imap.mydomain.com
    Mail Priority --- Normal
    Accounts
    Application Installation username Password
    Blank ** Blank ** oraclealert pwd
    Blank ** Blank ** oraclealert pwd
    ** - It wont allow me to choose an application.
    Is there a simple test to make sure that my oracle alert is working or not? I appreciate your help.
    Regards,
    Bala

  • How to configure to run SNP that creates only PReq and Stock Transfer only?

    Hi all,
    I am very new to SCM.
    Please help me on the scenario like this:
    -There are 3 Distribution Centers (DC): 2400, 2500, 3800 and a Vendor: 1003.
    -Each DC can take products from otherDC. But only DC 2400 can directly send purchase requisition to Vendor  1003 when no stock at all DCs.
    -There is a Forecast released from Demand Planning to SNP, that is 1000 products at Distribution Center 2400.
    -I will run SNP Heuristic (or Capabable to Match or Optimization) to cover this demand.
    -Usually, SNP can create: Purchase Requisition, Stock transfer Requistion, and Planned Order.
                         But I only want the SNP to create Purchase Requisition and Stock Stransfer only.
    The question are:
    1.In which situations (tock situation,u2026) the system can create Requisition and Stock Stransfer only ?
    2.I need create a new Supply Chain  Model (Model) and a new Planning Version from scratch. How can I configure the system (Transportation lanes, Product Master Data, Procurement type in product masteru2026) and make it run to satisfy this scenario?
    3.Do I need setting differently for each SNP method ( Heuristic, Capable to Match, Optimization)?
    Thanks very much for your support.
    XuanDuyen

    Dear Mr. Aparna,
    Thanks for your quick reply.
    Now I haved created a model like the scenario with product T-F204 and can run. ( I do not use vendor 1003. I created the Plant 1000 instead). But as you said, when I run with SNP Heuristic method (Network level), the system alert:
      u201C Error exist in Locationsu2019 processing sequence for product T-F204u201D
    However, I search internet and found a book about CTM. It also discuss about this and the solution as below:
    u201CRecursive Replenishment
    When using complex supply chains, with many locations and various directional
    supply routes, it can be easy to confuse a level-by-level planning tool. In certain
    situations, recursive planning can occur. Recursiveness, is when the planning
    algorithm is thrown into a loop (circular replenishment). Location 1000 can ship
    to location 2400, and location 2400 can ship to location 1000. Situations such as
    this can cause the CTM engine to terminate since it cannot find a starting point.
     The solution: Reduce to number of muximum consecutive transport order chains.
    Within the CTMProfile, Settingsu2192Master Data Settings tab, planners can control
    the sources of supply for External Procurement. With the parameter Maximum
    Number of Consecutive Stock Transfers, you determine how many consecutive
    stock transfers CTM planning can create. This value does not restrict the total
    number of stock transfers for a demand. If you enter a value here, you can prevent
    the system from transporting the receipts for a demand over several locations due
    to the procurement priority. Also, you must have modeled the master data in such
    a way that a direct stock transfer is possible if the system ignores the procurement
    priority. If a direct stock transfer is not possible, CTM cannot fulfill the demand.u201D
    Currently, our system runs only with Heuristic. It could not run CTM and Optimization so I could not check.
    My questions are:
    1.     Is the solution of the book can apply for my bi-direction transportation lanes requirement?
    2.     If it is true, with my scenario, what is the best u201CMaximum Number of Consecutive Stock Transfersu201D I can set?
    3.     How can I model u201Cthe master data in such a way that a direct stock transfer is possible if the system ignores the procurement priorityu201D?
    Please follow the link to download the book (and view page 107 of book (page 117 of Acrobat Reader) as bellow if you want:
    http://www.mediafire.com/?9clag9op3lm0iv9
    Thanks very much for your help!
    Xuanduyen

  • How to configure DMS to create the document of WBS and Netwrok.

    1、Microsoft office 2007: how to assign to  WBS?
    2、the other document type like rar. how to assign to WBS?
    Please explain me all the steps to be required.
    Thanks in advance!

    Hi,
    Use following basic steps to configure the DMS for WBS & Network Actvities.
    1) SPRO / IMG -> Cross - Application Component -> Document Management System -
        > Control Data -> Define Number Ranges for Document Numbers.
        Here you can use Internal or External Number Range for saving the documents.
    2) SPRO / IMG -> Cross - Application Component -> Document Management System -
        > Control Data -> Define Document Types
        Here you have to add various Document Types (must be 3 char)  as per your requirement
        For Example.:
        COM     Comparitive Statemnt
        MMB     Measurement Book
        MPR     Monthly Work Proggs
    3) SPRO / IMG -> Cross - Application Component -> Document Management
        System -> Control Data -> Define Document Types -> Define Document Status. ( Not Mandatory )
        Document status is used to show the current status of yr document.
        For Example:
        IW - In Work
        RE - Released
        CR - Change Request
        AR - Archieved
    4) SPRO / IMG -> Cross - Application Component -> Document Management
        System -> Control Data -> Define Document Types -> Define Object links.
        If you want to attach the documents to WBS Element & Network Actvity add following Objects by     using above menu path
    PRPS  - WBS Element
    VORGNET - Network
    If you are going to store the DMS documents in same R/3 Server follow the below menu path, here you must take help of your BASIS Consultant
    5) SPRO / IMG -> Cross - Application Component -> Document Management
        System -> General Data -> Define Data Carrier.
    If you are going to store the DMS documents in Seperate DMS Server follow the below menu path, here you must take help of your BASIS Consultant
    6) SPRO / IMG -> Cross - Application Component -> Document Management
        System -> General Data -> Settings for Storage Systems > Maintain Storage System & Maintain Storage Category
    7) SPRO / IMG -> Cross - Application Component -> Document Management
        System -> General Data -> Define Work Station Application
    In addition of above go through below sap help link
    http://help.sap.com/saphelp_46C/helpdata/EN/c1/1c31a243c711d1893e0000e8323c4f/frameset.htm
    By using below link you can able to configure DMS.
    http://help.sap.com/saphelp_46C/helpdata/EN/6f/72369adc56d11195100060b03c6b76/frameset.htm
    Note: Hence forth if you have any DMS realted query, then you must post in sdn DMS Forum which is dedicated for DMS only.
    Hope its useful.
    Regards
    Sandeep

  • Wife and I have separate iOS devices, separate iCloud accounts. But we both want to access mail from the iMac (OSX Mavericks.) Currently only my mail is linked. How to configure so that wife's iCloud mail can be seen  on iMac. Simple and explicit please!

    My wife and I have separate ioS devices (iOS7)  with separate iCloud accounts.
    So we access our mail separately on these devices. But we would both like to be able to access mail at the desk top (iMac, OSX Mavericks). Currently only my mail is linked. How do I set up the Mac to allow it to access my wife's e-mail too, either in the same mail inbox or a separate one. Simple instructions please!

    If Mail in Mavericks is the same as earlier versions you can select accounts in the sidebar, so that you can either display the inboxes for individual accounts, or the contents of all the account inboxes. (If the accounts don't show click the disclosure triangle next to 'INBOX'). The layout may have changed since the version I have - Snow Leopard - but you should be able to do the same thing.

Maybe you are looking for

  • GRN number for rejected items in sales order

    hi sapgurus, i want to know the grn number for rejected goods in the sales order  consider if i put a sales order for a material named X for 10 quantities and if 5 quantities are rejected i will put GRN for those rejected items and add it to my stock

  • Open pictures in Camera RAW and still have paths/clipping paths?

    Hello A big problem in Bridge is that I can not open my pictures in Camera RAW and still have my paths left. I work in a place where we get loads of product photos from many different companies and they almost always have a clipping path in it. Many

  • METHOD to get schedule line item in ME_PROCESS_PO_CUST

    Hi all, i am using BADI: ME_PROCESS_PO_CUST. i am using method PROCESS_POST. i am getting header data & item data using some methods. which method i should use to get schedule line data how to find what are the methods are there to get all the PO ope

  • Reaching Swing Components

    I am having a problem with a program, i am using a variation of the InternalFrameDemo as a base for my user interface. Its just that some sections of the program are not accessable to other parts of the program as far as i can see. In the following p

  • Table for Vendors

    Hi, Some of our vendors are created through Internal number range when replicated from ECC. We wanted to know what are those vendors. Can you please let me know to which table I need to go to look for these vendors created through Internal number ran