1

Topic: Inbound email

==== 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?
- Related log if you're reporting an issue:
====

CentOS MySQL iRedAdmin-Pro

Email from a third party vendor using a Java Application for lead systems is sending email to our system user as the user. 
Example:  some_user@domain_name.tld is hosted on the iRedAdmin-Pro system.  Have a vendor that makes sends e-mail from their JavaMail system as some_user@domain_name.tld.

I believe this is blocked as spam since known not to the host.  However, not sure where this value is adjusted in the new release and changes. 

Can you advise of where to adjust this so that such email will pass? 
Can you advise of where to adjust if want "system" wide e-mail to be accepted when known sender is local?

Not that I want to open entire system but was curious about settings (if in iRedAPD)...

Thanks

----

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

2

Re: Inbound email

Could you please extract  related log in Postfix log file? In this case, sender must be authenticated via smtp auth.

3 (edited by pbf343 2016-01-13 00:52:16)

Re: Inbound email

ZhangHuangbin wrote:

Could you please extract  related log in Postfix log file? In this case, sender must be authenticated via smtp auth.

Jan 11 17:47:13 mail02 postfix/cleanup[11190]: BC218401827: message-id=<xxxxxxxxx.xxxxxxxxxxxxxxx.JavaMail.cfadmin@email.domain_name.tld>
Jan 11 17:47:15 mail02 postfix/cleanup[11948]: 47729401829: message-id=<xxxxxxxxx.xxxxxxxxxxxxxxx.JavaMail.cfadmin@email.domain_name.tld>
Jan 11 17:47:15 mail02 amavis[11851]: (11851-02) Passed CLEAN {RelayedInbound}, [67.192.33.86]:7119 [67.192.33.86] <e-mail.user@domain_name.tld> -> <e-mail.user@domain_name.tld>, Queue-ID: BC218401827, Message-ID: <144206111.321452552433244.JavaMail.cfadmin@email.domain_name.tld>, mail_id: hBnCdgAwIG-G, Hits: -1.172, size: 3763, queued_as: 47729401829, 1460 ms

This is from the maillog.  Is this what you're seeking?

4

Re: Inbound email

pbf343 wrote:

This is from the maillog.  Is this what you're seeking?

Yes, but it's not enough.
You should extract FULL smtp session log related to these emails, from initial smtp connection, to local mail delivery. "grep"ed log is not enough.