cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Email Problem + Archiving Question

excitedbynoise
Champ in-the-making
Champ in-the-making
I'm trying to allow emailing to nodes on my Alfresco server. My goal is setup an archiving system. Whenever I send emails out, I get the following error:

<node@alfresco.mydomain.com>: host alfresco.mydomain.com[my.internal.ip] said:
    554 The user 'anonymous' in not in the email contributor group. (in reply
    to end of DATA command)

It seems to me, that it's not recognizing the from field in the email addresses. It just comes back as 'anonymous'. The testing user is part of the email contributors group, has write access to the node, and the Alfresco user account has the right email address listed.

Below is my config:


email.inbound.enabled=true

# Email Server properties
#————-
email.server.enabled=true
email.server.port=25
email.server.domain=alfresco.mydomain.com
email.inbound.unknownUser=anonymous


email.server.allowed.senders=.*\@mydomain\.com,.*\@mail\.mydomain\.com

Also, I'm not sure how others are doing archiving, but I was going to setup a space for archiving and then use postfix always BCC. Is there a better way?
1 REPLY 1

excitedbynoise
Champ in-the-making
Champ in-the-making
I think it's a DNS thing. when I change allowed senders to *., no problem.

I'm not sure exactly how I'm going to correct it, only allowing *\@mydomin\.com gave the 'anonymous' denied error. Allowing *\@mail\.mydomain\.com, actually gave me the following error

<node@alfresco.mydomain.com>: host alfresco.mydomain.com[my.internal.ip]
    said: 554 test.user@mydomain.com' has been denied access. (in reply to
    MAIL FROM command)

It seems like it wants the from email addresses to be test.user@mail.mydomain.com. I'm going to play around with it.