"NOQUEUE: reject: RCPT from ... : Recipient address rejected" etc error

I've got the following error in my SL Server 10.6.4 mail server log:
Sep 4 17:22:06 myservername postfix/smtpd[74713]: connect from asmtpout028.mac.com[17.148.16.103]
Sep 4 17:22:06 myservername postfix/smtpd[74713]: NOQUEUE: reject: RCPT from asmtpout028.mac.com[17.148.16.103]: 450 4.7.1 <[email protected]>: Recipient address rejected: Service is unavailable; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<asmtpout028.mac.com>
Sep 4 17:22:07 myservername postfix/smtpd[74713]: disconnect from asmtpout028.mac.com[17.148.16.103]
and I get the same result any time my server must deliver to its internal recipients some mail from MobileMe.
While emails arrive from other mail servers, e.g. gmail, the system accepts averything and delivers it.
Just to see the log of an incoming mail from gmail:
Sep 4 17:39:46 myservername postfix/smtpd[74953]: connect from mail-ww0-f47.google.com[74.125.82.47]
Sep 4 17:39:56 myservername postfix/smtpd[74953]: A2871BA721: client=mail-ww0-f47.google.com[74.125.82.47]
Sep 4 17:39:56 myservername postfix/smtpd[75004]: connect from mail-ww0-f47.google.com[74.125.82.47]
Sep 4 17:39:57 myservername postfix/cleanup[74983]: A2871BA721: message-id=<[email protected]>
Sep 4 17:39:57 myservername postfix/qmgr[59405]: A2871BA721: from=<[email protected]>, size=1897, nrcpt=1 (queue active)
Sep 4 17:39:57 myservername postfix/smtpd[74986]: connect from localhost[127.0.0.1]
Sep 4 17:39:57 myservername postfix/smtpd[74986]: C08F4BA728: client=localhost[127.0.0.1]
Sep 4 17:39:57 myservername postfix/cleanup[74983]: C08F4BA728: message-id=<[email protected]>
Sep 4 17:39:57 myservername postfix/smtpd[74986]: disconnect from localhost[127.0.0.1]
Sep 4 17:39:57 myservername postfix/qmgr[59405]: C08F4BA728: from=<[email protected]>, size=2358, nrcpt=1 (queue active)
Sep 4 17:39:57 myservername postfix/pipe[74989]: C08F4BA728: to=<[email protected]>, relay=dovecot, delay=0.02, delays=0/0/0/0.01, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 4 17:39:57 myservername postfix/qmgr[59405]: C08F4BA728: removed
it delivers the message but I've the suspect that some redundance occurs.
No problems with outgoing mail.
This is my postfix configuration:
myserver:/ root# postconf -n
biff = no
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
header_checks = pcre:/etc/postfix/customheaderchecks
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
localrecipientmaps =
mail_owner = _postfix
mailboxsizelimit = 0
mailbox_transport = dovecot
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mapsrbldomains =
messagesizelimit = 31457280
mydestination = $myhostname, localhost.$mydomain, mail.mydomain.com, www.mydomain.com, $mydomain
mydomain = mydomain.com
mydomain_fallback = localhost
myhostname = myservername.mydomain.com
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relayhost =
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = _postdrop
smtpsasl_passwordmaps =
smtpdclientrestrictions = permit_mynetworks permitsaslauthenticated permit
smtpdenforcetls = no
smtpdhelorequired = yes
smtpdhelorestrictions = rejectinvalid_helohostname rejectnon_fqdn_helohostname
smtpdpw_server_securityoptions = cram-md5
smtpdrecipientrestrictions = permitsaslauthenticated permit_mynetworks rejectunauthdestination checkpolicyservice unix:private/policy permit
smtpdsasl_authenable = yes
smtpdtlsCAfile = /etc/certificates/myservername.mydomain.com.longcodehere.chain.pem
smtpdtls_certfile = /etc/certificates/myservername.mydomain.com.longcodehere.cert.pem
smtpdtls_excludeciphers = SSLv2, aNULL, ADH, eNULL
smtpdtls_keyfile = /etc/certificates/myservername.mydomain.com.longcodehere.key.pem
smtpdtlsloglevel = 0
smtpduse_pwserver = yes
smtpdusetls = yes
tlsrandomsource = dev:/dev/urandom
unknownlocal_recipient_rejectcode = 550
virtualaliasmaps =
what am I forgetting?
where is the mistake?
is a conf problem either I've got a MTU black hole as someone has suggested me?
the MTU of my cisco router seems to be 1464
any help?

But from Yahoo, without any more action from me, so clearly after its automatic retry, that's the new result log:
Sep 4 18:29:25 myservername postfix/smtpd[75776]: connect from n23.bullet.mail.ukl.yahoo.com[87.248.110.140]
Sep 4 18:29:25 myservername postfix/smtpd[75776]: 73E88BA7F8: client=n23.bullet.mail.ukl.yahoo.com[87.248.110.140]
Sep 4 18:29:25 myservername postfix/cleanup[75784]: 73E88BA7F8: message-id=<[email protected]>
Sep 4 18:29:25 myservername postfix/qmgr[59405]: 73E88BA7F8: from=<[email protected]>, size=2744, nrcpt=1 (queue active)
Sep 4 18:29:25 myservername postfix/smtpd[75776]: disconnect from n23.bullet.mail.ukl.yahoo.com[87.248.110.140]
Sep 4 18:29:26 myservername postfix/smtpd[75787]: connect from localhost[127.0.0.1]
Sep 4 18:29:26 myservername postfix/smtpd[75787]: 57E3EBA809: client=localhost[127.0.0.1]
Sep 4 18:29:26 myservername postfix/cleanup[75784]: 57E3EBA809: message-id=<[email protected]>
Sep 4 18:29:26 myservername postfix/smtpd[75787]: disconnect from localhost[127.0.0.1]
Sep 4 18:29:26 myservername postfix/qmgr[59405]: 57E3EBA809: from=<[email protected]>, size=3205, nrcpt=1 (queue active)
Sep 4 18:29:26 myservername postfix/smtp[75785]: 73E88BA7F8: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=1, delays=0.36/0.01/0/0.66, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=59259-09, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 57E3EBA809)
Sep 4 18:29:26 newthor postfix/qmgr[59405]: 73E88BA7F8: removed
Sep 4 18:29:26 newthor postfix/pipe[75790]: 57E3EBA809: to=<[email protected]>, relay=dovecot, delay=0.03, delays=0/0.01/0/0.02, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 4 18:29:26 newthor postfix/qmgr[59405]: 57E3EBA809: removed
Again, someone can explain me such a strange behavior?
Why at the first try the mail fromyahoo is rejected and at the second try it is accepted and delivered?
Why mail from mobileme is cut out?
It's a matter of what?

Similar Messages

  • Recipient address rejected : Access denied (in reply to RCPT TO command)

    Hi,
    I run Mac OS X Server 10.5.5 with mail service. smtp is on port 587. I created an account which only forward to another account on an external domain.
    When trying to send a mail from outside to that account, the sender receive "554 5.7.1 <[email protected]>: Recipient address rejected : Access denied (in reply to RCPT TO command)".
    Any idea?
    Kind regards,
    Xavier.
    Here is my postconf:
    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 = xavier
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 20971520
    mydestination = $myhostname,localhost.$mydomain,localhost,jehin.net
    mydomain = jehin.net
    mydomain_fallback = localhost
    myhostname = mail.jehin.net
    mynetworks = 127.0.0.0/8
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost = relay.skynet.be
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = none
    smtpdrecipientrestrictions = permitmynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = no
    smtpdtls_certfile = /etc/certificates/Default.crt
    smtpdtls_keyfile = /etc/certificates/Default.key
    smtpdtlsloglevel = 0
    smtpduse_pwserver = no
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp

    I apologize... Was trying to find a solution too and looks like I forgot to inform you about that point ...
    This is the new result in log (for an outside mail):
    Oct 27 22:26:54 jehin postfix/tlsmgr[15509]: warning: no entropy source specified with parameter tlsrandomsource
    Oct 27 22:26:54 jehin postfix/tlsmgr[15509]: warning: encryption keys etc. may be predictable
    Oct 27 22:26:54 jehin postfix/smtpd[15508]: connect from mhfr-03-bos.mailhop.org[63.208.196.167]
    Oct 27 22:26:55 jehin postfix/trivial-rewrite[15511]: warning: do not list domain jehin.net in BOTH mydestination and virtualmailboxdomains
    Oct 27 22:26:55 jehin postfix/smtpd[15508]: NOQUEUE: reject: RCPT from mhfr-03-bos.mailhop.org[63.208.196.167]: 554 5.7.1 <[email protected]>: Recipient address rejected: Access denied; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<mhfr-03-bos.mailhop.org>
    Oct 27 22:26:55 jehin postfix/smtpd[15508]: disconnect from mhfr-03-bos.mailhop.org[63.208.196.167]
    Telnet test:
    sh-3.2# telnet jehin.net 587
    Trying 81.245.99.141...
    Connected to jehin.net.
    Escape character is '^]'.
    220 mail.jehin.net ESMTP Postfix
    helo me
    250 mail.jehin.net
    mail from:
    250 2.1.0 Ok
    rcpt to:<[email protected]>
    554 5.7.1 <[email protected]>: Recipient address rejected: Access denied
    quit
    221 2.0.0 Bye
    Connection closed by foreign host.
    its log:
    Oct 27 22:29:02 jehin postfix/smtpd[15528]: connect from unknown[10.185.112.199]
    Oct 27 22:30:11 jehin postfix/trivial-rewrite[15532]: warning: do not list domain jehin.net in BOTH mydestination and virtualmailboxdomains
    Oct 27 22:30:11 jehin postfix/smtpd[15528]: NOQUEUE: reject: RCPT from unknown[10.185.112.199]: 554 5.7.1 <[email protected]>: Recipient address rejected: Access denied; from= to=<[email protected]> proto=SMTP helo=<me>
    Oct 27 22:30:20 jehin postfix/smtpd[15528]: disconnect from unknown[10.185.112.199]

  • Mail error 5.1.0 - Unknown address error 554-'5.7.1 user@rjh.school.nz : Recipient address rejected: Access denied'

    Cannot receive mail in.  Can send mail out.
    Result of postconf -n
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debug_peer_level = 2
    enable_server_options = yes
    header_checks = pcre:/etc/postfix/custom_header_checks
    html_directory = /usr/share/doc/postfix/html
    inet_interfaces = all
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailbox_transport = dovecot
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    message_size_limit = 83886080
    mydestination = $myhostname, localhost.$mydomain, localhost, rutherfordint.co.nz, rjh.school.nz, hpcfootball.info
    mydomain = rjh.school.nz
    mydomain_fallback = localhost
    myhostname = mail.rjh.school.nz
    mynetworks = 127.0.0.0/8,rjh.school.nz,rutherfordint.co.nz
    newaliases_path = /usr/bin/newaliases
    owner_request_special = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtp_sasl_auth_enable = no
    smtp_sasl_password_maps =
    smtpd_client_restrictions = hash:/etc/postfix/smtpdreject cidr:/etc/postfix/smtpdreject.cidr permit_mynetworks permit_sasl_authenticated permit
    smtpd_enforce_tls = no
    smtpd_helo_required = yes
    smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    smtpd_pw_server_security_options = cram-md5,login
    smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks  reject_unauth_destination check_policy_service unix:private/policy reject
    smtpd_sasl_auth_enable = yes
    smtpd_tls_CAfile = /etc/certificates/server.rutherfordint.co.nz.C3479A3DA932D042025B19ACAEA2F77EE5 C1AF86.chain.pem
    smtpd_tls_cert_file =
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    smtpd_tls_key_file =
    smtpd_tls_loglevel = 0
    smtpd_use_pw_server = yes
    smtpd_use_tls = no
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    virtual_alias_domains = $virtual_alias_maps hash:/etc/postfix/virtual_domains
    virtual_alias_maps = hash:/etc/postfix/virtual_users

    I'm getting the same errors and well having issues with virtual domains, even after I add user e-mails in INFO tab in workgroup manager.  
    : Recipient address rejected: User unknown in virtual alias table [RCPT_TO]

  • Recipient address rejected: User unknown in relay recipient table

    Running GW 7.0.3 on NW 6.5.6. Can anyone tell me if this is my problem or if it is the recipients system. Other email to the same domain goes through.
    Thanks,
    Bill

    On 1/20/2010 10:05 AM, [email protected] wrote:
    > The email was sent to 2 individuals at sl*****, but only one went out
    > without error.
    > 14:05:00 210 MSG 280915 Processing inbound message:
    > SHINET/MAIL:\PPCINET\WPGATE\GWIA\receive\006705B4.888
    > 14:05:00 210 MSG 280915 Sender: M*************@pubpress.com
    > <mailto:M*************@pubpress.com>
    > 14:05:00 210 MSG 280915 Recipient: p****@pubpress.com
    > <mailto:p****@pubpress.com>
    > 14:05:00 210 MSG 280915 Recipient: k****@pubpress.com
    > <mailto:k****@pubpress.com>
    > 14:05:00 210 MSG 280915 Recipient: c*****@slackinc.com
    > <mailto:c*****@slackinc.com>
    > 14:05:00 210 MSG 280915 Recipient: a*****@slackinc.com
    > <mailto:a*****@slackinc.com>
    > 14:05:00 210 MSG 280915 Building message: sb50760c.152
    > 14:05:00 210 Recipient: a*****@sl*****.com <mailto:a*****@sl*****.com>
    > 14:05:00 210 Recipient: c*****@sl*****.com <mailto:c*****@sl*****.com>
    > 14:05:00 210 MSG 280915 Queuing to MTA
    > 14:05:01 383 DMN: MSG 280917 Send Failure: 550 5.1.1
    > <a*****@slackinc.com <mailto:a*****@slackinc.com>>: Recipient address
    > rejected: User unknown in relay recipient table
    > 14:05:16 109 MSG 280934 Analyzing result file:
    > SHINET/MAIL:\PPCINET\WPGATE\GWIA\result\rb50760c.152
    > 14:05:16 109 MSG 280934 Detected error on SMTP command
    > 14:05:16 109 MSG 280934 Command: RCPT TO:<a*****@sl*****.com
    > <mailto:a*****@sl*****.com>>
    > 14:05:16 109 MSG 280934 Response: 550 5.1.1 <a*****@sl*****.com
    > <mailto:a*****@sl*****.com>>: Recipient address rejected: User unknown
    > in relay recipient table
    > 14:05:16 109 Building undeliverable message
    > 14:05:16 109 MSG 280934 Building message: sb50761c.155
    >
    > >>> Massimo Rosen<[email protected]> 1/20/2010 11:28:AM >>>
    > Hi,
    >
    > > "[email protected]" wrote:
    > >
    > > Running GW 7.0.3 on NW 6.5.6. Can anyone tell me if this is my
    > > problem or if it is the recipients system. Other email to the same
    > > domain goes through.
    >
    > Impossible to say without more details, precisely GWIA logs. The only
    > way how this could be a problem on your side is if GWIA is talking to
    > the wrong server. That has been a problem in the past occasionally, and
    > is often DNS related, e.g could be a problem of the OS even. Of course,
    > in that regard, SP6 for NW65 is old. I'd suggest to install SP8 anyways.
    >
    > CU,
    > --
    > Massimo Rosen
    > Novell Product Support Forum Sysop
    > No emails please!
    > http://www.cfc-it.de
    >
    >
    The rejection seems to be on their side.

  • Group mail not delivered - "Recipient address rejected: Access denied"

    Apparently I'm not alone who is having the issue with mails being rejected while the addresses are fully valid.
    Specifically, I have a mail distribution group created, with several e-mail addresses configured. The group is properly set to accept mails from the outside of the company.
    The emails sent from the company accounts are delivered properly. However, when an email is sent from the outside, it gets "Recipient address rejected: Access denied" error message back. There is no trace of such an email in "message trace".
    What helps (others on the forum as well as me) is switching the Domain type in Mail flow / Accepted domains from Authoritative to Internal relay. The emails start to be delivered.
    The main reason why I do not want to have ths setup is that when an invalid email address is used, the email apparently keeps going in rounds between servers until the maximum number of hops is reached and then the message that is sent back to the sender
    is just that - "554 5.4.6 Too many hops".
    Is there any intention to tackle this problem?

    Hi,
    The first thing that comes to my mind is the 'Require that all senders are authenticated' setting. Is that setting to found your distribution list? If, try uncheck that.
    Best Regards,
    Jesper Vindum, Denmark
    Systems Administrator
    Help the forum: Monitor(alert) your threads and vote helpful replies or mark them as answer, if it helps solving your problem.

  • Odd SMTP server behaviour - Recipient address rejected: Service is unavaila

    Hi,
    I noticed since upgrading to 10.6 that some emails took a long time to go through on my mail server. Looking at the logs it looks as if a lot of mails are being rejected on the first try with a ...
    450 4.7.1 <[removed]@[removed]>: Recipient address rejected: Service is unavailable
    The next attempt to deliver seems to succeed.
    Any suggestions where to look at what is going wrong? I have log level set to debug but there is no extra info so I am unsure which service is unavailable.

    http://discussions.apple.com/thread.jspa?threadID=2130446&tstart=0&messageID=102 60551#10260551

  • Can't send mail due to "One of the recipient addresses was incorrect" error

    I have my iPhone set up with two mail accounts: my personal Yahoo account and my work e-mail account ([email protected], for example). I can send/receive email fine with my personal account, but for my work account, I cannot send any mail to any email addresses that are not people at my work with the same domain name (I can send to [email protected], but not [email protected]).
    I thought the problem had to be with my settings, but I compared my settings on the iPhone with how I have my work email set up in Thunderbird and even Apple Mail. They're the same! So I'm at a loss. Any ideas?
    Thanks!!

    More than likely, yes, but since a MobileMe account is accessed as an IMAP account, when accessing the account with an email client you have the option to store messages on the server or locally on the hard drive or device. If your account has been compromised and someone is accessing the account with an email client on their computer, they could choose not to store the sent messages on the server so you wouldn't see them.

  • When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until

    When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until yesterday.  HELP!

    The specific text of the error message is very important here — I'm not sure exactly you're encountering here.
    If you're able to connect to your email server and are able send email to other email addresses and if the failures are specific to one email recipient address, then please contact the intended recipient of the failing email, and confirm their address is valid.  (This is the way I'm reading your question.)
    If you are unable to send any email to any other email addresses and this is specific to your email address, then try the web mail client interface (if one is available) to verify your login user and password, and check with your email ISP for assistance.  If your email password works via web mail, follow this Apple troubleshooting guide, then — if everything else fails — I'd probably then entirely remove the email account from Mail.app and re-add it per your email ISP's particular setup requirements.  (Some issue with the setup or maybe a corrupt setting in OS X or a problem at the mail ISP servers is a common problem, but this effects attempts to send to all email addresses via that account.)
    An email account setup is specific to an email provider, unfortunately.   If you're using one of the more common email ISPs, then there are usually setup guides and frequently-asked questions posted online.

  • TS4291 I can't send mail from my iPad apps, I just get the error message, 'The recipient- was rejected by the server because it does not allow relaying.' Does anyone know what this means and how to fix the problem.

    I can't send mail from my iPad apps, I just get the error message, 'The recipient… was rejected by the server because it does not allow relaying.' Does anyone know what this means and how to fix the problem.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305 ?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Have a new iPad with ios6.  Will not send emails. Addresses are valid  but get notice each time that recipient was rejected by the server.  No help on web site, and Apple's only manual is for previous os version.  We miss Steve Jobs.

    Have a new IPad with IOS6.  Will not send emails.  Addresses are valid but get notice each time that "recipient was rejected by the server."  Apple has apparently neglected to put out a manual with IOS6 and the previous manual has no indication of what to do.  Really miss Steve Jobs.

    Try going into Settings > Mail, Contacts, Calendars > select the account > account name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and try entering your email account and password and see if it then works

  • 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.

  • Just downloaded iOS 7.0 on iPhone and now cannot send email -sender address rejected by server???

    JusJust downloaded iOS 7.0 on iPhone and now cannot send email -sender address rejected by server???

    What happens when you go to the web based mail for your email account?
    Are you able to login and send / receive messages from the web?
    If so, you might need to check outgoing email settings on your iPhone
    Settings > Mail, Contacts Calendars
    Tap on the account you are having an issue with
    Tap on the email address beside the word Account
    Tap on info beside SMTP  (SMTP = outgoing mail server)
    Tap on the SMTP server name again. 
    Make sure server is turned on
    Check settings & port info, password, etc.
    Good luck!

  • 550 #5.1.0 Address rejected

    Generating server: spamfirewall.xxx.xxx
    [email protected]
    #< #5.0.0 X-Spam-&-Virus-Firewall; host unmcip1.unmc.edu[192.198.54.156] said: 550 #5.1.0 Address rejected. (in reply to RCPT TO command)> #SMTP#
    please advice. Thank You

    Hi,
    I recommend that you use the following link to check if your domain name in the blacklist:
    http://mxtoolbox.com/
    Thanks.
    Niko Cheng
    TechNet Community Support

  • When replying to an email I get a response that the recipient was rejected by the server because it does not allow relaying, what is this message?

    when replying to an email I get a response that teh recipient was rejected by teh server because it does not allow relaying, what is this from?

    reset the phone
    reset network setting
    remove and re add the account

  • I can't delete rejected files from events!!

    Just started working with iMovie. I completed editing my first event (i.e. rejecting, marking favorites, etc.) and created a project. But I'm unable to delete the rejected files from the event...I hit the button at the top and nothing happens, the rejected files remain. The option to delete under the FILE menu isn't highlighted. Only the SPACE SAVER option is highlighted. Tried everything, but nothing happens. My rejected clips remain. What am I missing??

    No, unfortunately that is not the case. They are clips imported directly from my Canon HV30 camcorder into iMovie 08. This morning I simplified the procedure to see what would happen. I downloaded half a soccer game, went through it immediately, rejecting all portions that were out-of-bound balls, etc., and then tried to "Move Rejected Clips to Trash." These clips have been manipulated no other way. I haven't even started a project related to them. The progress bar showed activity until it reached the end (about 25 minutes for 20 minutes of rejected clips). Then the beach ball spun for about twenty minutes. Eventually the ball was replaced by the pointer, but moving the mouse made the beach ball reappear. This continued for another twenty minutes or more, with the beach ball returning to the pointer over and over. (It took all of the patience I could muster to sit and watch this time waster, but I was afraid that if I left and didn't keep moving the pointer so that it returned to the beach ball, nothing would be happening in my absence! This is probably what happened when I waited for hours away from the computer yesterday.) The upshot is that the window finally closed and the clips appeared in the trash can. I was able to empty the trash this time, because I had no project associated with the clips. My experience leads me to these conclusions:
    1. It is best to delete footage you know you aren't going to use before you ever begin a project.
    2. Deleting clips is a lengthy process, probably roughly the same amount of time or more that it took for importing the original footage, at least on my G-5.
    3. Do NOT use Force Quit when the beach ball spins forever after using Space Saver! I most definitely experienced *completely unrelated clips* being put in the trash by doing this! On two separate occasions! In case you are wondering why I would do something stupid twice, I figured out how to retrieve the clips from the trash and put them back in their proper folders, so I took the risk the second time in the name of science. I couldn't believe it could happen, but it did. I haven't yet tested whether this is a glitch related to Force Quit or Space Saver because I haven't had the time to watch the spinning ball of death for hours again. But until I figure out which one is responsible, I won't be using Space Saver either.
    4. This may seem like overkill to those of you who have oodles of projects, but I will always either check my projects before I empty the trash or go through the trash to make sure there are no clips with dates that shouldn't be deleted.
    5. Learn how to read the label on the clips being trashed. If you find a project with the caution exclamation and you haven't yet emptied the trash, look for the clip in the trash. It will be in an "iMovie temporary folder." Open the folder and drag the clip back into its correct event folder and replace the thumbnail in the corresponding thumbnail folder and all will be well.
    I guess there is irony in all of this: When I first began using iMovie, I thought it was a miracle that it could manipulate such huge HD video files. Then when it doesn't function just right, I feel it is a travesty. Its all good, if not perfect.
    Thanks, rloo, for trying to help.

Maybe you are looking for