Exchange 2010 Send mail

We have Exchange setup but are running into an issue where anyone can spoof an email account from our domain and it goes out using SMTP through command prompt. I want to know if it is possible to set up Exchange so whenever anyone tries to send an email
out from our domain it verifies the account exists and also looks for a password. This will prevent people from being able to send email pretending they are someone else. Here are accouple examples
1) I can use [email protected] and send an email to [email protected] and it goes through with no password required using smtp through command prompt both accounts exist but the sender is not really josh.smith.
2) I can send an email from [email protected] to [email protected] but [email protected] does not exist on the domain.
Thanks
Kevin

There are two ways to do this - 1) you can configure your receive connectors to only allow messages from specific IP addresses, or 2) you can configure the ms-exch-smtp-accept-authoritative-domain-sender permission on the domain (use Get-ReceiveConnector
“Internet ReceiveConnector” | Get-ADPermission -user “NT AUTHORITY\Anonymous Logon” | where {$_.ExtendedRights -like “ms-exch-smtp-accept-authoritative-domain-sender”} | Remove-ADPermission
to do this).  The first allows messages inbound from the Internet, which may be useful when people use their internal address for signing up on external websites.  The second blocks everything using your domain that's not authenticated.

Similar Messages

  • Exchange 2010 Send Connector to postfix (v. 2.11) smarthost uses STARTTLS and cannot connect

    Dear all,
    I am having problems with exchange 2010 sending emails through a postfix smarthost server which disconnects the sessions. I also use a sendmail as a smarthost
    server which is working just fine but I have to switch to postfix and cannot do this as long as the encryption does not work.
    Here is the log file of the postfix server:
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: initializing the server-side TLS engine
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: connect from server1.mydomain.com[192.168.20.10]
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: setting up TLS connection from server1.mydomain.com[192.168.20.10]
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: server1.mydomain.com[192.168.20.10]: TLS cipher list "aNULL:-aNULL:ALL:+RC4:@STRENGTH"
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:before/accept initialization
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: read from 7F4823FA5210 [7F4823FAB1B0] (11 bytes => -1 (0xFFFFFFFFFFFFFFFF))
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: read from 7F4823FA5210 [7F4823FAB1B0] (11 bytes => 11 (0xB))
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0000 16 03 01 00 5a 01 00 00|56 03 01                 ....Z... V..
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: read from 7F4823FA5210 [7F4823FAB1BE] (84 bytes => 84 (0x54))
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0000 54 a9 3d b9 0d 5e 8b 64|7c 6b b5 21 f2 93 e7 84  T.=..^.d |k.!....
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0010 17 ea 33 d7 e5 13 f2 75|3a 87 38 32 01 85 82 5b  ..3....u :.82...[
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0020 00 00 18 00 2f 00 35 00|05 00 0a c0 13 c0 14 c0  ..../.5. ........
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0030 09 c0 0a 00 32 00 38 00|13 00 04 01 00 00 15 ff  ....2.8. ........
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0040 01 00 01 00 00 0a 00 06|00 04 00 17 00 18 00 0b  ........ ........
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0050 00 02 01                                         ...
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0053 - <SPACES/NULLS>
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:SSLv3 read client hello A
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:SSLv3 write server hello A
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:SSLv3 write certificate A
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:SSLv3 write key exchange A
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:SSLv3 write server done A
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: write to 7F4823FA5210 [7F4823FB8B70] (1911 bytes => 1911 (0x777))
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: 0774 - <SPACES/NULLS>
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:SSLv3 flush data
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: read from 7F4823FA5210 [7F4823FAC803] (5 bytes => 0 (0x0))
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept:failed in SSLv3 read client certificate A
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: SSL_accept error from server1.mydomain.com[192.168.20.10]: lost connection
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: lost connection after STARTTLS from server1.mydomain.com[192.168.20.10]
    Jan  4 14:18:59 server7 postfix/smtpd[1659]: disconnect from server1.mydomain.com[192.168.20.10]
    I
    have read in the post at https://social.technet.microsoft.com/Forums/exchange/en-US/6db38364-cb08-45c0-b159-3ddf30ef0b3e/exchange-2010-send-connector-uses-ssltls-and-cannot-connect-to-smarthost-how-to-deactivate-ssl?forum=exchange2010
    how to deactivate the SSL encryption, but this is of course a security flaw, if I am not mistaken. I would like to encrypt the connection between the servers for obvious security
    reasons but I have come to a standstill...
    My Exchange server certificate is configured
    as follows:
    AccessRules        : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAcc
                         ule, System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKe
                         essRule}
    CertificateDomains : {server1, server1.solid-con.com}
    HasPrivateKey      : True
    IsSelfSigned       : True
    Issuer             : CN=server1
    NotAfter           : 22/01/2017 13:18:02
    NotBefore          : 22/01/2012 13:18:02
    PublicKeySize      : 2048
    RootCAType         : None
    SerialNumber       : 6925D91285B649BD4D5E4297F1A48471
    Services           : IMAP, POP, IIS, SMTP
    Status             : Valid
    Subject            : CN=server1
    Thumbprint         : 939A37173BF84E352CEDC74F7D9A3D71F498A005
    AccessRules        : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAcc
                         ule, System.Security.AccessControl.CryptoKeyAccessRule}
    CertificateDomains : {WMSvc-SERVER1}
    HasPrivateKey      : True
    IsSelfSigned       : True
    Issuer             : CN=WMSvc-SERVER1
    NotAfter           : 19/01/2022 12:56:44
    NotBefore          : 22/01/2012 12:56:44
    PublicKeySize      : 2048
    RootCAType         : Registry
    SerialNumber       : 1DB8711F7ADC5CB54196468EF2FF5D21
    Services           : None
    Status             : Valid
    Subject            : CN=WMSvc-SERVER1
    Thumbprint         : 191D86BDE274510453D58DDB91D253DABBCF05F1
    And My Default Send Connector is configured as follows:
    AddressSpaces                : {SMTP:*;1}
    AuthenticationCredential     : System.Management.Automation.PSCredential
    Comment                      :
    ConnectedDomains             : {}
    ConnectionInactivityTimeOut  : 00:10:00
    DNSRoutingEnabled            : False
    DomainSecureEnabled          : False
    Enabled                      : True
    ErrorPolicies                : Default
    ForceHELO                    : False
    Fqdn                         :
    HomeMTA                      : Microsoft MTA
    HomeMtaServerId              : SERVER1
    Identity                     : Internet
    IgnoreSTARTTLS               : False
    IsScopedConnector            : False
    IsSmtpConnector              : True
    LinkedReceiveConnector       :
    MaxMessageSize               : unlimited
    Name                         : Internet
    Port                         : 25
    ProtocolLoggingLevel         : None
    RequireOorg                  : False
    RequireTLS                   : False
    SmartHostAuthMechanism       : None
    SmartHosts                   : {server7.mydomain.com, server6.mydomain.com}
    SmartHostsString             : server7.mydomain.com,server6.mydomain.com
    SmtpMaxMessagesPerConnection : 20
    SourceIPAddress              : 0.0.0.0
    SourceRoutingGroup           : Exchange Routing Group (DWBGZMFD01QNBJR)
    SourceTransportServers       : {SERVER1}
    TlsAuthLevel                 :
    TlsDomain                    :
    UseExternalDNSServersEnabled : False
    Any help would be greatly appreciated as I am
    stuck...
    Luca

    Hi Allen,
    Thank you very much for your reply.
    The Postfix TLS Manager is enabled in master.cf
    tlsmgr    unix  -       -       n       1000?   1       tlsmgr
    and running
    server7:/etc/postfix # ps -efa|grep tls
    postfix  11967 11863  0 11:21 ?        00:00:00
    tlsmgr -l -t unix -u
    Every other (Linux/UNIX) server has no problem e.g.:
    Jan  5 11:28:36 server7 postfix/smtpd[12215]: connect from server2.mydomain.com[192.168.20.20]
    Jan  5 11:28:36 server7 postfix/smtpd[12215]: Anonymous TLS connection established from server2.mydomain.com[192.168.20.20]: TLSv1 with cipher DHE-DSS-AES256-SHA (256/256 bits)
    Jan  5 11:28:36 server7 postfix/smtpd[12215]: B5502946AB0: client=server2.mydomain.com[192.168.20.20]
    Jan  5 11:28:36 server7 postfix/cleanup[12221]: B5502946AB0: message-id=<[email protected]>
    Jan  5 11:28:36 server7 postfix/qmgr[12200]: B5502946AB0: from=<[email protected]>, size=1026, nrcpt=1 (queue active)
    Jan  5 11:28:36 server7 postfix/smtpd[12215]: disconnect from server2.mydomain.com[192.168.20.20]
    Jan  5 11:28:37 server7 postfix/smtpd[12225]: connect from localhost[127.0.0.1]
    Jan  5 11:28:37 server7 postfix/smtpd[12225]: 4076A946AB1: client=localhost[127.0.0.1]
    Jan  5 11:28:37 server7 postfix/cleanup[12221]: 4076A946AB1: message-id=<[email protected]>
    Jan  5 11:28:37 server7 postfix/qmgr[12200]: 4076A946AB1: from=<[email protected]>, size=1778, nrcpt=1 (queue active)
    Jan  5 11:28:37 server7 postfix/smtpd[12225]: disconnect from localhost[127.0.0.1]
    Jan  5 11:28:37 server7 postfix/smtp[12222]: B5502946AB0: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.54, delays=0.05/0.01/0.01/0.47, dsn=2.0.0, status=sent
    (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 4076A946AB1)
    Jan  5 11:28:37 server7 postfix/qmgr[12200]: B5502946AB0: removed
    Jan  5 11:28:37 server7 postfix/cleanup[12221]: 4401F946AB0: message-id=<[email protected]>
    Jan  5 11:28:37 server7 postfix/qmgr[12200]: 4401F946AB0: from=<[email protected]>, size=1920, nrcpt=1 (queue active)
    Jan  5 11:28:37 server7 postfix/local[12226]: 4076A946AB1: to=<[email protected]>, relay=local, delay=0.02, delays=0/0.01/0/0, dsn=2.0.0, status=sent (forwarded as 4401F946AB0)
    Jan  5 11:28:37 server7 postfix/qmgr[12200]: 4076A946AB1: removed
    Jan  5 11:28:37 server7 postfix/smtp[12227]: Untrusted TLS connection established to 192.168.20.10[192.168.20.10]:25: TLSv1 with cipher AES128-SHA (128/128 bits)
    Jan  5 11:28:37 server7 postfix/smtp[12227]: 4401F946AB0: to=<[email protected]>, orig_to=<[email protected]>, relay=192.168.20.10[192.168.20.10]:25,
    delay=0.29, delays=0/0.01/0.02/0.25, dsn=2.6.0, status=sent (250 2.6.0 <[email protected]> [InternalId=619] Queued
    mail for delivery)
    Jan  5 11:28:37 server7 postfix/qmgr[12200]: 4401F946AB0: removed
    and if you take a look at the lines in bold you will see that mails can be delivered over TLS to that very Exchange server (the mailboxes are on that server)...
    To summarise:
    exchange --> postfix with TLS = session disconnected (and everything seems to be initiated by the exchange server -if I read the logs correctly)
    postfix --> exchange with TLS = works
    any further hints?
    Thank you very much in advance,
    Luca

  • Exchange 2010 server (Mail,HUB and CAS) installation in new site.

    We are  planned to install Exchange 2010 servers(MAIL,HUB and CAS) server in new Active director site in existing exchange organization.
    Kindly share best practice link for exchange server installation in new site.

    The best practice for installing into a new Active Directory site is the same as installing into a new organization, except you don't need to prepare the organization or domains (unless you are also installing into a new domain that hasn't been prepared).
    Install the CAS then hub, then mailbox roles, or install a multi-role server, then define your CAS Array name and IP address, and set your CAS behind a load balancer (if needed). Add your external certificate to both the CAS and the load balancer (and the
    hub if you use TLS for mail transfer), and you should be golden.  Also, if you intend to proxy your CAS connections, here's a link that may help: 
    https://technet.microsoft.com/en-us/library/bb310763.aspx?f=255&MSPPError=-2147217396
    For completeness, here's a thread on the msexchange.org forums that specifically mentions adding Exchange into a second site: 
    http://forums.msexchange.org/New_Exchange_2010_at_another_Site/m_1800557445/tm.htm

  • Exchange 2010 mit Mail 7.2 unter OSX 10.9

    Ist Exchange 2010 mit Mail 7.2 unter OSX 10.9 kompatibel?

    Hello Daryl,
    Thanks for using Apple Support Communities.
    I found another Apple Discussion covering the same topic, with a response showing it solved the issue.
    How do I restore the "whoosh" sent mail...: Apple Support Communities
    https://discussions.apple.com/thread/4236085
    Take care,
    Alex H.

  • Exchange 2010: Sender address rejected: Access denied

    hi friends
    i have been recently experiencing an issue with one of my customer which i send email i get bounce message while i can receive their emails with no issue. i have exchange 2010 installed and im using Anti spam device too. my domain is ok.com
    i try to send from OWA as well but i get the same result.
    Delivery has failed to these recipients or groups:
    [email protected] A problem occurred during the delivery of this
    message to this e-mail address. Try sending this message again. If the problem continues, please contact your helpdesk.
    Diagnostic information for administrators:
    Generating server: antispamServer.ok.com
    [email protected] #< #5.0.0 X-Spam-&-Virus-Firewall; host mail.abc.com[22.22.22.12] said: 554
    5.7.1 <btv1==14869c83b8f==[email protected]: Sender address rejected: Access denied (in reply to RCPT TO command)> #SMTP#
    Original message headers:
    any idea?
    thanks

    hi
    when i disable the antispam device i get this error
    smtp5.relay.iad3a.emailsrvr.com rejected your message to the following e-mail addresses:
    [email protected]
    smtp5.relay.iad3a.emailsrvr.com gave this error: <[email protected]>: Sender address rejected: Access denied
    Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another
    restriction may be preventing delivery.

  • Exchange 2010\Outlook Mail issues

    Hi,
    I am having some issues with mail disappearing and outlook not updating. The issues are:
    When sending an email from Outlook it appears in the sent items for 30 seconds in Outlook and then disappears. It never shows up in OWA The email does send though. If an email is sent via OWA the email appears and stays in both OWA and Outlook. This is
    happening in Outlook 2010\Exchange 2010
    Updating issues on random folders in Outlook. This is happening on both Outlook 2013 and Outlook 2010 different users with the same Exchange 2010 back end. 
    Both users have cached email forced. I have tried rebuilding the mailbox locally.
    Cheers,
    Zac Avramides

    Hi,
    Thanks for your detailed information about the symptom.
    It seems the issue is more related to the Outlook client since OWA works fine. I suggest we can follow the checkpoints below:
    1. Rebuild Outlook profile.
    2. Disable any third-party firewall or AV programs.
    3. Run Windows in Clean Boot.
    4. Run Outlook in safe mode by “Outlook /safe”.
    What’s the result now?
    Thanks,
    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 Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Office 365 to Exchange 2010 Hybrid Mail Box Migration

    I'm working on setting up a pilot for Office 365. We have Exchange 2010 SP3, in a DAG configuration (two front end, and 2 mail box servers). I have setup the hybrid configuration. All firewall ports are open.
    Problem 1: We can move mail boxes up to office 365 with out a problem. When we try to move them back we get
    "[email protected]
    Status: Failed
    [email protected] Skipped item details
    Data migrated:  Migration rate:  Error: MigrationTransientException: The call to ‎'https://webmail.contoso.com/EWS/mrsproxy.svc City-ExchCAS1.contoso.local ‎(14.3.178.0 caps:05FFFF)‎‎' failed. Error
    details: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults ‎(either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior)‎
    on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.. --> The call to ‎'https://webmail.contoso.com/EWS/mrsproxy.svc
    City-ExchCAS1.contoso.local ‎(14.3.178.0 caps:05FFFF)‎‎' failed. Error details: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults ‎(either from ServiceBehaviorAttribute
    or from the <serviceDebug> configuration behavior)‎ on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.. --> The
    server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults ‎(either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior)‎ on the server
    in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs."
    I know someone is going to say "Trun on IncludeExceptionDetailInFaults", please tell me how to do that. I'm not an exchange expert, or an IIS expert.
    Problem 2: We can email to account in Office 365. Office 365 can't email to on-site exchange. We do have Mimecast as a spam filter, and I've been digging in that to see if that is a problem.
    Just looking to see if anyone has an idea of thing to check for this.

    Fixed
    1. Connect to the Office 365 Portal http://portal.microsoftonline.com 
    2. Click “Admin” in the upper left hand corner and go to “Exchange”
    3. Click “migration”
    4. Click “+” and then “Migrate from Exchange Online”
    5. Click “+” 
    6. Add the users that you need to move back to Exchange on site at Dedicated Computing
    7. Click “next”
    8. Click “next”
    9. Put any name for “*New migration batch name:”
    10. Put <your email domain> for “*Target delivery domain:”
    11. Put GUID of target database in for “*Target database:”
    Commands for Exchange Management PowerShell to find GUID
    i. Get-MailboxDatabase
    ii. Get-MailboxDatabase <insert database name from last command> |fl
    12. Click “next”
    13. Make sure both radio buttons for Automatically are check, and click “new”

  • Exchange 2010 - Send Connector High Availability

    Hi All,
    I performed a successful migration a few years back from a single node Exchange 2003 server to a two node Exchange 2010 organisation with a DAG and Kemp load balanced CAS array.  The solution works well and when we simulate a site failure
    I am able to get the second node to handle all mail functions.
    The one problem I have though is that I have to manually disable the send connector on the primary server in order for the one on the secondary server to be in use.  I should explain that I have two send connectors as I do not want the secondary server
    to be used unless the primary server is down or the route is unavailable.  I realise that Exchange 2010 does not know whether the SMTP route is down or not so will just continue trying to use the send connector from the primary server (until I tell it
    not to by disabling it).
    My question is how do I get this to happen automatically?  Does anyone else have an example of how this could be done or use a PowerShell script to achieve this?  I guess a script could check the route and disable the send connector on the primary
    server if necessary, but how would one do this?
    Any help greatly appreciated.
    Rob

    Hi,
    According to your description, your secondary send connector cannot be automatically used when the first one is down. If I misunderstand your meaning, please feel free to let me know.
    If yes, I’d like to confirm if the settings of the secondary one is same with the first one and we can check the connectivity logs including diagnostic information for Healthy Server Selector.
    For more information, you can refer to the following article:
    http://technet.microsoft.com/en-us/library/ff634392(v=exchg.141).aspx
    Thanks,
    Angela Shi
    TechNet Community Support

  • Outlook 2011 w. Exchange 2010 - deliver mail to local inbox?

    Hi all. I have a problem with a MacbookPro (OSx 10.6.8, fully updated) and Outlook 2011 (14.2.5, fully updated) using an account on a Exchange 2010 server.
    Mails sent directly the users e-mail address, is delivered to a local Inbox and is therefore removed from the Exchange inbox. This is a problem, because the user is also accessing the mailbox from iPad and iPhone. There are no rules at all in the Outlook settings. The mail remains in the Exchange inbox until Outlook syncronizes folders. The strange part is that the user also recieves mails, sent to distribution lists, but these mails is not delivered to the local inbox, but stays in the Exchange Inbox.
    The mail in the Exchange inbox should stay there, until deleted by the user ...
    I have 40 other users using the same setup (MacBookPro, iPad, various SmartPhones) and they does not have this problem.
    Does anybody know what to do or do I have to reinstall Office 2011 (again, I might add ...)

    I found this and it worked for me too....
    Outlook 2011 Moving Exchange Messages To On My Computer
    Posted on April 8, 2011 by ccooper
    I had a problem where Outlook 2011 was moving sent and inbox messages from the Exchange folders to the inbox under On My Computer. The solution was to go to Tools -> Mailing List Manager and turn off the rule that must have been set by accident.
    If you simply open up the Mailing List Manager I noticed that it automatically creates a rule that matches your email address and then moves them to the Inbox On My Computer. I must have been going through the various menu options and hit return by mistake.

  • Forefront for Exchange 2010 - no mails in quarantine or incidents list

    I have a client with Forefront 2010 installed on their exchange 2010 server. I see 45 messages that have been blocked as spam in the dashboard - 43 connection, 1 smtp and 1 content.
    The client wants to know which messages are being blocked and which aren't, however when I open up the incidents and quarantine pages there is nothing there.
    They have the antispam configuration set to stamp headers and continue for SCL5 to 9 and it seems to me that things should be in the quarantine.
    I have all the logging options turned on and I've followed the other technet threads about this issue but none of those solutions seem to work on this machine.
    If anyone has any ideas I would really appreciate it!

    Hi,
    Firstly, please make sure if you have enabled the anti-spam filtering engine of FPE. If yes, please refer to the blog below:
    Exchange Content Filter settings are ignored
    Besides, please make sure you have installed all the released hotfix rollups for FPE. Please also make sure that you have enabled "Enable content filtering incident logging" in Advanced Options of Global settings.
    You can deliver quarantined items to specified recipients and set emial notification.
    In addition, only an Administrator can access/manage the quarantine of FPE.
    Please also ensure that you haven't configured FPE to automatically purge quarantined in a short time.
    FPE content filter uses the Cloudmark™ Antispam engine to analyze each e-mail message and stamp it with a SCL.
    When the setting 5 – 9 is selected, all messages with a rating of 5 or higher are treated as suspected spam. 
    Messages with an SCL rating of -1 and 0 will be treated as non-spam. You have the option to Quarantine or Stamp header and continue processing mail with an SCL rating in the 5 – 9 range.
    If the issue persists, you can adjust the SCL setting to a lower value to see if the issue persists.
    The links below would be helpful to you:
    Configuring content filtering
    Configuring e-mail notifications
    How to Manage Quarantined Files in Forefront Protection 2010 for Exchange Server
    (FPE)
    Best regards,
    Susie

  • Exchange 2010 Send As Permissions Dropping

    We are finding send as rights are dropping even though they are still appearing in the send As Rights Permissions box. This has been happeneing intermittently for a few weeks now, has anyone experienced something similar?
    Thanks

    Hi,
    As per the information and details provided by you, Send As permission is Dropping in Exchange 2010.
    Please follow these steps to setup Send As Permission in Exchange Server2010: -
    In Exchange 2010, Click on Start>
    Programs> Microsoft Exchange> and then click
    Active Directory Users and Computers.
    In the View menu, click on the
    Advanced Features.
    Expend Users, then right click the Mailbox Owner object where you want to grant the permission, and then click
    Properties.
    Click on the Security tab, and then click on
    Advanced.
    In the Access Control Setting for Mailbox Owner dialog box, click on Add.
    In the Select User, Computer, or Group dialog box, click the user account or the group that you want to grant Send As permission to and then click
    OK.
    In the Permission entry for Mailbox Owner dialog box, click
    This Object Only in the Apply onto list.
    In the Permission list, locate
    Send As, and then click to select the Allow check box.
    Click OK three times to close the dialog boxes.
    I hope this information will be helpful for you.
    Thanks and regards
    Ashish@S 
    Ashish@V

  • Configure Exchange 2010 internal mail routing

    Hello,
    I’m have an Exchange server system which includes exchange 2003 standard edition server and an Exchange 2010 server standard edition server, plus a public SMTP server. Each exchange edition is on a separate machine. The SMTP server is on a separate machine.
    I am in the process of retiring the Exchange 2003 server per the following document:
    http://support.microsoft.com/kb/822931
    Inbound mail arrives at the SMTP server and is forwarded from there to the Exchange 2010 server. All user mailboxes have been moved to the Exchange 2010 server. There is a connector between the Exchange 2003 and Exchange 2010 servers. Both the Exchange 2003
    and Exchange 2010 server have a connector to the public SMTP server.
    In reviewing some of the log files, it appears that a lot of mail which originates from a user mailbox on the Exchange 2010 server is being sent from the 2010 server to the 2003 server and from there to the public SMTP server. I don’t know how to change
    this priority so that no mail will be sent to the Exchange 2003 server. At this point there is no reason for any mail to travel to or from the Exchange 2003 server. Any suggestions on how to change this configuration so that mail goes directly from the Exchange
    2010 server to the SMTP server?
    Thank you for taking the time to read and hopefully provide a response!

    Hi,
    From your description, I would like to clarify the following thing:
    If you have finished the migration successfully, and the Exchange server 2003 is unnecessary. You can remove the connector between Exchange 2003 to Exchange 2010 and the connector between Exchange 2003 to public SMTP server. And then the mail should go directly
    from Exchange 2010 to the SMTP server.
    Hope my clarification can be helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Lion, Exchange 2010. Mail loses all emails in an exchange account

    I am running Lion on an new 2.0 GHz i7.
    We are using Exchange 2010 SP1 and I have 2 exchange accounts setup in Mail. Every two weeks or so Iose all the emails in one of the accounts. After a few minutes Mail seems to realise, and startes resyncing all my emails. The mailbox is 2GB in size so this takes about an hour time during which Ihave no emails.
    Fortunatly so far this has only happened while I'm working in the office but if it happened while Iwas work off-site it could take a lot longer to sync
    The other exchange account has not had this problem.

    Since posting this Ihave archived my mailbox which has reduced it from 2GB to about 800 MB. I did have growlmail and dockstar addons running so I uninstalled them.
    It seemed ok for 4 days, and I installed herald which is a notification addon (hate the fact that mac mail doesn't have any kind of notification of new emails) and guess what the issue has occurred again.
    All emails dissappear and the whole mailbox has to re-sync.
    I'm getting really frustrated with this and am being forced to consider using Outlook Mac 2011, something Ireally don't want to do.
    Does apple actually look at these posts, can someone please help I really don't want to use Outlook

  • Exchange 2010 - Forwarding Mail

    We are looking to forward inbound mail for a couple of users  on our exchange 2010 server to an external address.  Will it take up any space on our local exchange store.
    Hank

    No if you setup to just redirect the mail but if you select to deliver to mailbox and forward then it will keep a copy and yes will take up the space.
    Create a contact for External address and set up the forwarding as per below article...
    Configure Mail Forwarding - http://technet.microsoft.com/en-us/library/dd351134(v=exchg.141).aspx

  • SQL Server 8 / Server 2003 + Exchange 2010 E-Mail Notification

    I was asked to setup a mail profile on the SQL 8 server we have running on Server 2003 so it can send emails via exchange. Every guide online is telling me to install an exchange client but I have no idea what an exchange client is? Anyone got any guides
    for this?

    Hi Neurotox,
    According to your description, we need to verify if you use SQL Server 2008 and
     want to setup a mail profile in SQL Server database for sending an email or notification. If yes, as other post, you need to configure database mail in SQL Server. In SQL Server 2000 , it supports MAPI profiles to send email instead of an
    SMTP server. SQL Mail requires a MAPI-compliant mail server (Microsoft Exchange Server) and a MAPI client (Microsoft Outlook).
    And now it uses an SMTP server to send mail. When you specify the related accounts associated with the profile, you can use
    an external e-mail application, such as 126, 163, yahoo and so on.
     Only set the right SMTP server name, port number, and
     in Basic Authentication option, enter the same email ID along with the valid password of the email ID. It can send and receive e-mail.
    For more information, see:
    http://www.codeproject.com/Articles/485124/Configuring-Database-Mail-in-SQL-Server
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

Maybe you are looking for

  • Sharing an iTunes Library w/Multiple iPods/Computers

    I'm sure there is a tutorial somewhere that tells you how to do this...but I cant seem to find one. I'm trying to find out how to share one iTunes library that is on my mac with another computer on my network (a laptop PC). I have 2 ipods as well, an

  • ITunes music files did not transfer afte rebooting OS software

    hi there I had to reboot system 10.3 software- I was happy because I had everything backed up on a Lacie external drive that i had formatted as a bootable disk. So when my iBook came back from the repair shop with a new blank OS and asked me if I wan

  • What's a fair price to ask for this G4?

    I have a G4 with the following specs which I'd like to sell but have no idea of how to price it. I'd really appreciate some suggestions as to what a fair price to ask would be: G4 ver 2.1 Model M8570 Dual 1 ghz cpu's 768 mg ram Mirrored Drive Doors D

  • Date and number format with JDEV 10 g

    Are there some known bugs in JDEV 10g regarding dates and currency format? I am using bc4j, struts and jsp. I have tried setting the format on the entity and view objects but it works sometimes and sometimes not.

  • Edited RAW photos not appearing in Lightoom V2 automatically

    I have just upgrade to Lightroom 2 and I now find that if I edit my Canon CR2 RAW images in Photoshop CS3 directly i.e. CTRL +E (not CTRL+ALT+E) and then use SAVE, the image which is now a TIFF file does not automatically appear in the Lightroom cata