1

Topic: Delivering mail from a richo scanner

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

So I have went round and round with this.  But here is where I am today.

I have a richo all in one, it is set up to send scanned documents via our new iredmail server here it the error: 

554 5.7.1 <tfasko@premalux.com>: Recipient address rejected: SMTP AUTH is required, or it is a spam with forged sender domain; from=<premaluxscan@premalux.com> to=<xxxxx@premalux.com> proto=SMTP helo=<ricoh>

The send address is valid, the to address is valid.
I have tried using SMTP authentication and that fails in a whole diffrent way.  I have tried sending it from noreply@premalux.com that tells me the send from user is not in the table.  I have the IP address of this device listed in mynetworks.

What am I missing?

Thank you for your assistance.

Travis

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Delivering mail from a richo scanner

Maybe you can try one of these documents:

- http://www.iredmail.org/docs/allow.user … ation.html
- http://www.iredmail.org/docs/additional.smtp.port.html

3

Re: Delivering mail from a richo scanner

So I have tried both of these options to no avail, I am still getting this error message:

Oct 20 12:27:36 mail postfix/postscreen[24920]: CONNECT from [172.16.0.18]:65354 to [172.16.0.15]:25
Oct 20 12:27:36 mail postfix/postscreen[24920]: WHITELISTED [172.16.0.18]:65354
Oct 20 12:27:37 mail postfix/smtpd[24921]: connect from unknown[172.16.0.18]
Oct 20 12:27:37 mail postfix/smtpd[24921]: NOQUEUE: reject: RCPT from unknown[172.16.0.18]: 554 5.7.1 <tfasko@premalux.com>: Recipient address rejected: SMTP AUTH is required, or it is a spam with forged sender domain; from=<premaluxscan@premalux.com> to=<tfasko@premalux.com> proto=SMTP helo=<ricoh>
Oct 20 12:27:37 mail postfix/smtpd[24921]: disconnect from unknown[172.16.0.18]

the file exiests:
root@mail:/etc/postfix# ls accepted_unauth_senders*
accepted_unauth_senders  accepted_unauth_senders.db
root@mail:/etc/postfix#

content of the file:

root@mail:/etc/postfix# vi accepted_unauth_senders
premaluxscan@premalux.com       OK
~
~
~

Entry in main.cf:

# Sender restrictions
smtpd_sender_restrictions =
    reject_unknown_sender_domain
    reject_non_fqdn_sender
    reject_unlisted_sender
    permit_mynetworks
    permit_sasl_authenticated
    check_sender_access hash:/etc/postfix/accepted_unauth_senders
#    check_sender_access pcre:/etc/postfix/sender_access.pcre

I am at a loss, and it is killing the staff.

Thank you for any and all assistance with this!

Travis

4

Re: Delivering mail from a richo scanner

tfasko wrote:

SMTP AUTH is required, or it is a spam with forged sender domain

Please configure your MUA to enable smtp auth for sending email.

5

Re: Delivering mail from a richo scanner

I have tried both of these options using the documentation:

SMTP AUTH
Accepting unauth senders

Neither has worked.

I am at a loss

6

Re: Delivering mail from a richo scanner

I have even tried the ALLOWED_FORGED_SENDERS option:

http://www.iredmail.org/docs/allow.user … ation.html

7

Re: Delivering mail from a richo scanner

What's the error log in Postfix now? And how do you configure the device to send email?