1

Topic: iredapd no work

i define in phpldapadmin de group of all by restric only for admins send mails

# Objeto 1: mail=all@feu.ucp.ss.rimed.cu,ou=Groups,domainName=feu.ucp.ss....
dn: mail=all@feu.ucp.ss.rimed.cu,ou=Groups,domainName=feu.ucp.ss.rimed.cu,o=
domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu
accesspolicy: allowedOnly
accountstatus: active
cn: All users
hasmember: yes
listalloweduser: yguerra@ucp.ss.rimed.cu
listalloweduser: yrjc2004@ucp.ss.rimed.cu
mail: all@feu.ucp.ss.rimed.cu
objectclass: mailList
objectclass: top

sorry for my english
==== Required information ====
- iRedMail version: 0.8.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: debian
- Related log if you're reporting an issue:
====

----

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

2

Re: iredapd no work

Show us output of command "postconf -n" and iRedAPD config (/opt/iredapd/etc/iredapd.ini) please, remove password before posting.

3

Re: iredapd no work

root@mail:~# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_min_user = no
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
delay_warning_time = 0h
disable_dns_lookups = yes
disable_vrfy_command = yes
enable_original_recipient = no
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = ipv4
mailbox_command = /usr/lib/dovecot/deliver
mailbox_size_limit = 0
maximal_backoff_time = 4000s
maximal_queue_lifetime = 1d
message_size_limit = 15728640
minimal_backoff_time = 300s
mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhostname
mydomain = feu.ucp
myhostname = mail.feu.ucp.ss.rimed.cu
mynetworks = 127.0.0.0/8
mynetworks_style = subnet
myorigin = mail.feu.ucp.ss.rimed.cu
proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions
queue_run_delay = 300s
readme_directory = no
recipient_bcc_maps = proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_domain.cf
recipient_delimiter = +
relay_domains = $mydestination, proxy:ldap:/etc/postfix/ldap/relay_domains.cf
relayhost = 10.0.0.2
sender_bcc_maps = proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_domain.cf
smtp_data_init_timeout = 240s
smtp_data_xfer_timeout = 600s
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_enforce_tls = no
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated, check_helo_access pcre:/etc/postfix/helo_access.pcre
smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/usuarios_out, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:7777, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_service inet:127.0.0.1:10031
smtpd_reject_unlisted_recipient = yes
smtpd_reject_unlisted_sender = yes
smtpd_restriction_classes = nac_in, nac_out
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain =
smtpd_sasl_path = ./dovecot-auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = proxy:ldap:/etc/postfix/ldap/sender_login_maps.cf
smtpd_sender_restrictions = check_recipient_access hash:/etc/postfix/usuarios_in, permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated
smtpd_tls_CAfile = /etc/ssl/certs/iRedMail_CA.pem
smtpd_tls_cert_file = /etc/ssl/certs/iRedMail_CA.pem
smtpd_tls_key_file = /etc/ssl/private/iRedMail.key
smtpd_tls_loglevel = 0
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = proxy:ldap:/etc/postfix/ldap/transport_maps_user.cf, proxy:ldap:/etc/postfix/ldap/transport_maps_domain.cf
virtual_alias_domains =
virtual_alias_maps = proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_members_maps.cf, proxy:ldap:/etc/postfix/ldap/catchall_maps.cf
virtual_gid_maps = static:1000
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_domains.cf
virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_maps.cf
virtual_minimum_uid = 1000
virtual_transport = dovecot
virtual_uid_maps = static:1000
root@mail:~# cat /opt/iredapd/etc/iredapd.ini
[general]
# Listen address and port.
listen_addr = 127.0.0.1
listen_port = 7777

# Run as a low privileged user.
# If you don't want to create one, you can try 'nobody'.
run_as_user = iredapd

# Background/daemon mode: yes, no.
# Run iRedAPD as daemon, detach iredapd from terminal.
run_as_daemon = yes

# Path to pid file.
pid_file        = /var/run/iredapd.pid

# Log type: file.
# Set 'log_file = /dev/null' if you don't want to keep the log.
log_type        = file
log_file        = /var/log/iredapd.log

# Log level: info, error, debug.
log_level = info

# Backend: ldap, mysql, pgsql.
backend = ldap

[ldap]
# For ldap backend only.
# LDAP server setting.
# Uri must starts with ldap:// or ldaps:// (TLS/SSL).
#
# Tip: You can get binddn, bindpw from /etc/postfix/ldap_*.cf.
#
uri = ldap://127.0.0.1:389
binddn = cn=vmail,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu
bindpw =
basedn = o=domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu

# Enabled plugins.
#   - Plugin name is file name which placed under 'src/plugins/' directory.
#   - Plugin names MUST be seperated by comma.
#
# Available plugins:
#   * ldap_domain_wblist: per-domain white/blacklist support.
#       Note: If you want to enable this plugin, it's better to make it the
#             first one in enabled plugin list.
#   * ldap_maillist_access_policy: mail list deliver restrictions.
#   * block_amavisd_blacklisted_senders: per-user white/blacklist support.
plugins = ldap_maillist_access_policy, block_amavisd_blacklisted_senders

[sql]
# For MySQL and PostgreSQL backends
server      = 127.0.0.1
port        = 3306
db          = vmail
user        = vmail
password    =

# Enabled plugins.
#   - Plugin name is file name which placed under 'src/plugins/' directory,
#     starts with 'sql_'.
#   - Plugin names MUST be seperated by comma.
plugins = ldap_maillist_access_policy, block_amavisd_blacklisted_senders
root@mail:~#

4

Re: iredapd no work

yrjc2004 wrote:

plugins = ldap_maillist_access_policy, block_amavisd_blacklisted_senders

Postfix config is OK, and you have iRedAPD plugin "ldap_maillist_access_policy" enabled, everything looks fine.

Could you please set "log_level = debug" in /opt/iredapd/etc/iredapd.ini, restart iRedAPD service, and monitor its log file /var/log/iredapd.log? Send an testing email to this mail list, and paste related log here to help troubleshoot.

5

Re: iredapd no work

2012-09-13 09:25:24 DEBUG Forking first child.
2012-09-13 09:25:24 DEBUG Creating new session
2012-09-13 09:25:24 DEBUG Forking second child.
2012-09-13 09:25:24 DEBUG Setting umask
2012-09-13 09:25:24 DEBUG Changing working directory to "/"
2012-09-13 09:25:24 DEBUG Redirecting file descriptors

2012-09-13 09:27:09 DEBUG Connect from 127.0.0.1, port 60532.
2012-09-13 09:27:09 DEBUG smtp session: request=smtpd_access_policy
2012-09-13 09:27:09 DEBUG smtp session: protocol_state=RCPT
2012-09-13 09:27:09 DEBUG smtp session: protocol_name=ESMTP
2012-09-13 09:27:09 DEBUG smtp session: client_address=10.0.0.2
2012-09-13 09:27:09 DEBUG smtp session: client_name=unknown
2012-09-13 09:27:09 DEBUG smtp session: reverse_client_name=unknown
2012-09-13 09:27:09 DEBUG smtp session: helo_name=ns2.ss.rimed.cu
2012-09-13 09:27:09 DEBUG smtp session: sender=yrjc2004@ucp.ss.rimed.cu
2012-09-13 09:27:09 DEBUG smtp session: recipient=all@feu.ucp.ss.rimed.cu
2012-09-13 09:27:09 DEBUG smtp session: recipient_count=0
2012-09-13 09:27:09 DEBUG smtp session: queue_id=
2012-09-13 09:27:09 DEBUG smtp session: instance=7e75.5051df2d.36af8.0
2012-09-13 09:27:09 DEBUG smtp session: size=780
2012-09-13 09:27:09 DEBUG smtp session: etrn_domain=
2012-09-13 09:27:09 DEBUG smtp session: stress=
2012-09-13 09:27:09 DEBUG smtp session: sasl_method=
2012-09-13 09:27:09 DEBUG smtp session: sasl_username=
2012-09-13 09:27:09 DEBUG smtp session: sasl_sender=
2012-09-13 09:27:09 DEBUG smtp session: ccert_subject=
2012-09-13 09:27:09 DEBUG smtp session: ccert_issuer=
2012-09-13 09:27:09 DEBUG smtp session: ccert_fingerprint=
2012-09-13 09:27:09 DEBUG smtp session: encryption_protocol=
2012-09-13 09:27:09 DEBUG smtp session: encryption_cipher=
2012-09-13 09:27:09 DEBUG smtp session: encryption_keysize=0
2012-09-13 09:27:09 DEBUG LDAP connection initialied success.
2012-09-13 09:27:09 DEBUG LDAP bind success.
2012-09-13 09:27:09 DEBUG __get_recipient_dn_ldif (recipient): all@feu.ucp.ss.rimed.cu
2012-09-13 09:27:09 DEBUG __get_recipient_dn_ldif (ldap query filter): (&(|(mail=all@feu.ucp.ss.rimed.cu)(shadowAddress=all@feu.ucp.ss.rimed.cu))(|(objectClass=mailUser)(objectClass=mailList)(objectClass=mailAlias)))
2012-09-13 09:27:09 DEBUG __get_recipient_dn_ldif (ldap query result): [('mail=all@feu.ucp.ss.rimed.cu,ou=Groups,domainName=feu.ucp.ss.rimed.cu,o=domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu', {'cn': ['All users'], 'listAllowedUser': ['yguerra@ucp.ss.rimed.cu', 'yrjc2004@ucp.ss.rimed.cu'], 'hasMember': ['yes'], 'objectClass': ['mailList', 'top'], 'accountStatus': ['active'], 'accessPolicy': ['allowedOnly'], 'mail': ['all@feu.ucp.ss.rimed.cu']})]
2012-09-13 09:27:09 DEBUG Apply plugin (ldap_maillist_access_policy).
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) Sender: yrjc2004@ucp.ss.rimed.cu
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) Recipient: all@feu.ucp.ss.rimed.cu
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) Policy: allowedonly
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) Get allowed senders...
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) base dn: mail=all@feu.ucp.ss.rimed.cu,ou=Groups,domainName=feu.ucp.ss.rimed.cu,o=domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search scope: 0
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search filter: (&(objectclass=mailList)(mail=all@feu.ucp.ss.rimed.cu))
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search attributes: listAllowedUser
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search result: ['yguerra@ucp.ss.rimed.cu', 'yrjc2004@ucp.ss.rimed.cu']
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) Addition query to get user aliases...
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) base dn: ou=Users,domainName=feu.ucp.ss.rimed.cu,o=domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search scope: 2 (ldap.SCOPE_SUBTREE)
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search filter: (&(objectClass=mailUser)(enabledService=shadowaddress)(|(mail=yguerra@ucp.ss.rimed.cu)(mail=yrjc2004@ucp.ss.rimed.cu)))
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) search attributes: shadowAddress
2012-09-13 09:27:09 DEBUG (ldap_maillist_access_policy) final result: ['yguerra@ucp.ss.rimed.cu', 'yrjc2004@ucp.ss.rimed.cu']
2012-09-13 09:27:09 DEBUG Response from plugin (ldap_maillist_access_policy): DUNNO Allowed sender.
2012-09-13 09:27:09 DEBUG Apply plugin (block_amavisd_blacklisted_senders).
2012-09-13 09:27:09 DEBUG (block_amavisd_blacklisted_senders) Sender: yrjc2004@ucp.ss.rimed.cu
2012-09-13 09:27:09 DEBUG (block_amavisd_blacklisted_senders) Whitelisted senders: set([])
2012-09-13 09:27:09 DEBUG (block_amavisd_blacklisted_senders) Blacklisted senders: set([])
2012-09-13 09:27:09 DEBUG Response from plugin (block_amavisd_blacklisted_senders): DUNNO No white-/blacklist records found.
2012-09-13 09:27:09 DEBUG Final action: None.
2012-09-13 09:27:09 INFO [10.0.0.2] yrjc2004@ucp.ss.rimed.cu -> all@feu.ucp.ss.rimed.cu, DUNNO
2012-09-13 09:27:09 DEBUG Connection closed
2012-09-13 09:27:09 DEBUG Close LDAP connection.

6

Re: iredapd no work

Hello Zang tried emailing via a normal user and iredap rouncube not work

7

Re: iredapd no work

yrjc2004 wrote:

2012-09-13 09:27:09 DEBUG Response from plugin (ldap_maillist_access_policy): DUNNO Allowed sender.

It's clear in this log message, iRedAPD found sender is allowed to send to this mail list.

8

Re: iredapd no work

rouncube use admin@feu.ucp.ss.rimed.cu and mailed to all@feu.ucp.ss.rimed.cu and mail out and admin@feu.ucp.ss.rimed.cu not have permission to send the list

see de log tailf /var/log/mail.log

Sep 13 11:27:38 mail postfix/smtpd[7155]: connect from localhost[127.0.0.1]
Sep 13 11:27:38 mail postfix/smtpd[7155]: E55E299A7B9: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=admin@feu.ucp.ss.rimed.cu
Sep 13 11:27:41 mail postfix/cleanup[6815]: E55E299A7B9: message-id=<7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>
Sep 13 11:27:41 mail postfix/qmgr[7585]: E55E299A7B9: from=<admin@feu.ucp.ss.rimed.cu>, size=555, nrcpt=691 (queue active)
Sep 13 11:27:41 mail roundcube: User admin@feu.ucp.ss.rimed.cu [10.0.0.18]; Message for all@feu.ucp.ss.rimed.cu; 250: 2.0.0 Ok: queued as E55E299A7B9
Sep 13 11:27:41 mail postfix/smtpd[7155]: disconnect from localhost[127.0.0.1]
Sep 13 11:27:41 mail postfix/smtpd[4062]: 6C71399A836: client=localhost[127.0.0.1]
Sep 13 11:27:41 mail postfix/cleanup[6815]: 6C71399A836: message-id=<7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>
Sep 13 11:27:41 mail postfix/qmgr[7585]: 6C71399A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1539, nrcpt=1 (queue active)
Sep 13 11:27:41 mail postfix/smtpd[4063]: 8326C99A838: client=localhost[127.0.0.1]
Sep 13 11:27:41 mail postfix/smtpd[4062]: disconnect from localhost[127.0.0.1]
Sep 13 11:27:41 mail postfix/cleanup[6815]: 8326C99A838: message-id=<7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>
Sep 13 11:27:41 mail amavis[7066]: (07066-18) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aantunez@feu.ucp.ss.rimed.cu>, Message-ID: <7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>, mail_id: 2laB3Me8ygaz, Hits: -8.451, size: 555, queued_as: 6C71399A836, 450 ms
Sep 13 11:27:41 mail postfix/qmgr[7585]: 8326C99A838: from=<admin@feu.ucp.ss.rimed.cu>, size=1535, nrcpt=1 (queue active)
Sep 13 11:27:41 mail postfix/smtpd[4063]: disconnect from localhost[127.0.0.1]
Sep 13 11:27:41 mail postfix/smtp[7088]: E55E299A7B9: to=<aantunez@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.7, delays=2.2/0.02/0.01/0.48, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=07066-18, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6C71399A836)
Sep 13 11:27:41 mail amavis[7074]: (07074-16) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aamaro@feu.ucp.ss.rimed.cu>, Message-ID: <7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>, mail_id: sWiUVVvl++sG, Hits: -8.451, size: 555, queued_as: 8326C99A838, 498 ms
Sep 13 11:27:41 mail postfix/smtp[7096]: E55E299A7B9: to=<aamaro@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.8, delays=2.2/0.02/0.01/0.53, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=07074-16, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 8326C99A838)
Sep 13 11:27:41 mail postfix/pipe[6321]: 6C71399A836: to=<aantunez@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.28, delays=0.1/0.01/0/0.17, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 13 11:27:41 mail postfix/qmgr[7585]: 6C71399A836: removed
Sep 13 11:27:41 mail postfix/pipe[6299]: 8326C99A838: to=<aamaro@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.28, delays=0.14/0.01/0/0.13, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 13 11:27:41 mail postfix/qmgr[7585]: 8326C99A838: removed
Sep 13 11:27:42 mail postfix/smtpd[4062]: connect from localhost[127.0.0.1]
Sep 13 11:27:42 mail postfix/smtpd[4062]: 0391D99A836: client=localhost[127.0.0.1]
Sep 13 11:27:42 mail postfix/cleanup[7160]: 0391D99A836: message-id=<7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>
Sep 13 11:27:42 mail postfix/qmgr[7585]: 0391D99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1535, nrcpt=1 (queue active)
Sep 13 11:27:42 mail amavis[7074]: (07074-17) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aarmas@feu.ucp.ss.rimed.cu>, Message-ID: <7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>, mail_id: 6SdSqXEwUdyG, Hits: -8.451, size: 555, queued_as: 0391D99A836, 400 ms
Sep 13 11:27:42 mail postfix/smtpd[4063]: connect from localhost[127.0.0.1]
Sep 13 11:27:42 mail postfix/smtpd[4063]: 1945399A838: client=localhost[127.0.0.1]
Sep 13 11:27:42 mail postfix/cleanup[6815]: 1945399A838: message-id=<7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>
Sep 13 11:27:42 mail postfix/smtp[7096]: E55E299A7B9: to=<aarmas@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=3.3, delays=2.2/0.56/0.01/0.47, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=07074-17, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 0391D99A836)
Sep 13 11:27:42 mail postfix/qmgr[7585]: 1945399A838: from=<admin@feu.ucp.ss.rimed.cu>, size=1535, nrcpt=1 (queue active)
Sep 13 11:27:42 mail amavis[7066]: (07066-19) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aarcis@feu.ucp.ss.rimed.cu>, Message-ID: <7a4616cf16df5c50abd82e46ee792240@feu.ucp.ss.rimed.cu>, mail_id: vILzL6vCTMtv, Hits: -8.451, size: 555, queued_as: 1945399A838, 542 ms
Sep 13 11:27:42 mail postfix/pipe[6305]: 0391D99A836: to=<aarmas@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.2, delays=0.01/0.01/0/0.18, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 13 11:27:42 mail postfix/qmgr[7585]: 0391D99A836: removed


this is the list
# Objeto 1: mail=all@feu.ucp.ss.rimed.cu,ou=Groups,domainName=feu.ucp.ss....
dn: mail=all@feu.ucp.ss.rimed.cu,ou=Groups,domainName=feu.ucp.ss.rimed.cu,o=
domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu
accesspolicy: allowedOnly
accountstatus: active
cn: All users
hasmember: yes
listalloweduser: yguerra@ucp.ss.rimed.cu
listalloweduser: yrjc2004@ucp.ss.rimed.cu
mail: all@feu.ucp.ss.rimed.cu
objectclass: mailList
objectclass: top

9

Re: iredapd no work

yrjc2004 wrote:

rouncube use admin@feu.ucp.ss.rimed.cu and mailed to all@feu.ucp.ss.rimed.cu and mail out and admin@feu.ucp.ss.rimed.cu not have permission to send the list

Then please turn on debug in iRedAPD (log_level = debug), and send email from admin@feu.ucp.ss.rimed.cu to all@, paste iRedAPD debug log here.

10

Re: iredapd no work

hi Zang the admin@mydomain send the email to all@ perfect
iredapd no work

see the log
2012-09-15 15:39:15 INFO [10.0.0.2] ymelgarejo08@graduados.uci.cu -> pmquincose@feu.ucp.ss.rimed.cu, DUNNO
2012-09-15 15:39:15 DEBUG Connection closed
2012-09-15 15:39:15 DEBUG Close LDAP connection.
2012-09-15 15:58:38 INFO Starting iredapd (v1.3.7, ldap). Enabled plugin(s): ldap_maillist_access_policy, block_amavisd_blacklisted_senders. Listening on 127.0.0.1:7777.
2012-09-15 15:58:38 DEBUG Forking first child.
2012-09-15 15:58:38 DEBUG Creating new session
2012-09-15 15:58:38 DEBUG Forking second child.
2012-09-15 15:58:38 DEBUG Setting umask
2012-09-15 15:58:38 DEBUG Changing working directory to "/"
2012-09-15 15:58:38 DEBUG Redirecting file descriptors

11

Re: iredapd no work

Why there's no debug log in iRedAPD? How did you send mail from admin@ to all@? Was it through SMTP? How about sending with Roundcube webmail or Outlook, Thunderbird?

12

Re: iredapd no work

ZhangHuangbin wrote:

Why there's no debug log in iRedAPD? How did you send mail from admin@ to all@? Was it through SMTP? How about sending with Roundcube webmail or Outlook, Thunderbird?

Sep 17 10:12:30 mail roundcube: User admin@feu.ucp.ss.rimed.cu [10.0.0.90]; Message for all@feu.ucp.ss.rimed.cu; 250: 2.0.0 Ok: queued as D8D7F99A7B8
Sep 17 10:12:30 mail postfix/qmgr[3229]: D8D7F99A7B8: from=<admin@feu.ucp.ss.rimed.cu>, size=574, nrcpt=691 (queue active)
Sep 17 10:12:30 mail postfix/smtpd[3307]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/smtpd[3324]: connect from localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/smtpd[3325]: connect from localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/smtpd[3324]: 7DC7D99A836: client=localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/cleanup[3311]: 7DC7D99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:31 mail postfix/qmgr[3229]: 7DC7D99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1558, nrcpt=1 (queue active)
Sep 17 10:12:31 mail postfix/smtpd[3324]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/smtpd[3324]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/smtpd[3325]: 8248A99A837: client=localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/cleanup[3311]: 8248A99A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:31 mail postfix/smtpd[3325]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:31 mail postfix/qmgr[3229]: 8248A99A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1554, nrcpt=1 (queue active)
Sep 17 10:12:31 mail amavis[2067]: (02067-03) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aantunez@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: Ar3DG6UTkikX, Hits: -10, size: 574, queued_as: 7DC7D99A836, 1245 ms
Sep 17 10:12:31 mail amavis[12811]: (12811-18) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aamaro@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: XJWqlC6W79SB, Hits: -10, size: 574, queued_as: 8248A99A837, 1296 ms
Sep 17 10:12:31 mail postfix/smtp[3317]: D8D7F99A7B8: to=<aantunez@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=3.9, delays=2.5/0.11/0.09/1.3, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-03, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 7DC7D99A836)
Sep 17 10:12:31 mail postfix/smtp[3316]: D8D7F99A7B8: to=<aamaro@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=4, delays=2.5/0.04/0.1/1.4, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=12811-18, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 8248A99A837)
Sep 17 10:12:32 mail postfix/pipe[3328]: 8248A99A837: to=<aamaro@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.52, delays=0.07/0.12/0/0.33, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:32 mail postfix/pipe[3327]: 7DC7D99A836: to=<aantunez@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.54, delays=0.03/0.17/0/0.34, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:32 mail postfix/qmgr[3229]: 8248A99A837: removed
Sep 17 10:12:32 mail postfix/qmgr[3229]: 7DC7D99A836: removed
Sep 17 10:12:32 mail postfix/smtpd[3324]: connect from localhost[127.0.0.1]
Sep 17 10:12:32 mail postfix/smtpd[3324]: 7D00D99A836: client=localhost[127.0.0.1]
Sep 17 10:12:32 mail postfix/cleanup[3326]: 7D00D99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:32 mail postfix/smtpd[3325]: connect from localhost[127.0.0.1]
Sep 17 10:12:32 mail postfix/smtpd[3325]: 8188199A837: client=localhost[127.0.0.1]
Sep 17 10:12:32 mail postfix/cleanup[3311]: 8188199A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:32 mail postfix/cleanup[3311]: 8188199A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:32 mail postfix/qmgr[3229]: 7D00D99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1554, nrcpt=1 (queue active)
Sep 17 10:12:32 mail postfix/qmgr[3229]: 8188199A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1554, nrcpt=1 (queue active)
Sep 17 10:12:32 mail amavis[2067]: (02067-04) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aarcis@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: mGFNTXSIC8wd, Hits: -10, size: 574, queued_as: 8188199A837, 917 ms
Sep 17 10:12:32 mail amavis[12811]: (12811-19) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aarmas@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: XNxo+eTaGhnn, Hits: -10, size: 574, queued_as: 7D00D99A836, 892 ms
Sep 17 10:12:32 mail postfix/smtp[3317]: D8D7F99A7B8: to=<aarcis@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.9, delays=2.5/1.5/0.02/0.93, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-04, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 8188199A837)
Sep 17 10:12:32 mail postfix/smtp[3316]: D8D7F99A7B8: to=<aarmas@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.9, delays=2.5/1.5/0.02/0.9, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=12811-19, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 7D00D99A836)
Sep 17 10:12:32 mail postfix/pipe[3328]: 8188199A837: to=<aarcis@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.22, delays=0.02/0.05/0/0.15, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:32 mail postfix/qmgr[3229]: 8188199A837: removed
Sep 17 10:12:32 mail postfix/pipe[3327]: 7D00D99A836: to=<aarmas@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.24, delays=0.03/0.06/0/0.15, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:32 mail postfix/qmgr[3229]: 7D00D99A836: removed
Sep 17 10:12:33 mail postfix/smtpd[3324]: 034AC99A836: client=localhost[127.0.0.1]
Sep 17 10:12:33 mail postfix/smtpd[3325]: 043F199A837: client=localhost[127.0.0.1]
Sep 17 10:12:33 mail postfix/smtpd[3325]: 043F199A837: client=localhost[127.0.0.1]
Sep 17 10:12:33 mail postfix/cleanup[3311]: 043F199A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:33 mail postfix/cleanup[3326]: 034AC99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:33 mail postfix/qmgr[3229]: 034AC99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1558, nrcpt=1 (queue active)
Sep 17 10:12:33 mail postfix/qmgr[3229]: 043F199A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:33 mail amavis[2067]: (02067-05) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aarostica@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: 4qTecIUyI1AD, Hits: -10, size: 574, queued_as: 043F199A837, 435 ms
Sep 17 10:12:33 mail amavis[12811]: (12811-20) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <abaquino@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: FxOLkpAyEHEE, Hits: -10, size: 574, queued_as: 034AC99A836, 476 ms
Sep 17 10:12:33 mail postfix/smtp[3317]: D8D7F99A7B8: to=<aarostica@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=5.4, delays=2.5/2.4/0.01/0.48, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-05, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 043F199A837)
Sep 17 10:12:33 mail postfix/smtp[3316]: D8D7F99A7B8: to=<abaquino@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=5.4, delays=2.5/2.4/0.01/0.49, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=12811-20, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 034AC99A836)
Sep 17 10:12:33 mail postfix/smtpd[3324]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:33 mail postfix/pipe[3327]: 043F199A837: to=<aarostica@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.27, delays=0.03/0.01/0/0.23, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:33 mail postfix/qmgr[3229]: 043F199A837: removed
Sep 17 10:12:33 mail postfix/pipe[3328]: 034AC99A836: to=<abaquino@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.28, delays=0.03/0.01/0/0.24, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:33 mail postfix/qmgr[3229]: 034AC99A836: removed
Sep 17 10:12:33 mail postfix/smtpd[3325]: 6A84799A836: client=localhost[127.0.0.1]
Sep 17 10:12:33 mail postfix/cleanup[3311]: 6A84799A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:33 mail postfix/qmgr[3229]: 6A84799A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1554, nrcpt=1 (queue active)
Sep 17 10:12:33 mail amavis[2067]: (02067-06) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <abeker@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: oZYiO9iUg12o, Hits: -10, size: 574, queued_as: 6A84799A836, 377 ms
Sep 17 10:12:33 mail postfix/smtp[3317]: D8D7F99A7B8: to=<abeker@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=5.8, delays=2.5/2.9/0.01/0.4, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-06, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6A84799A836)
Sep 17 10:12:33 mail postfix/pipe[3327]: 6A84799A836: to=<abeker@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.23, delays=0.05/0.01/0/0.17, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:33 mail postfix/qmgr[3229]: 6A84799A836: removed
Sep 17 10:12:33 mail postfix/smtpd[3325]: B520B99A836: client=localhost[127.0.0.1]
Sep 17 10:12:33 mail postfix/cleanup[3326]: B520B99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:33 mail postfix/qmgr[3229]: B520B99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1558, nrcpt=1 (queue active)
Sep 17 10:12:33 mail amavis[2067]: (02067-07) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <abeltran@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: 4SiGdb-8s1hN, Hits: -10, size: 574, queued_as: B520B99A836, 253 ms
Sep 17 10:12:33 mail postfix/smtp[3316]: D8D7F99A7B8: to=<abeltran@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.1, delays=2.5/2.9/0.41/0.29, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-07, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as B520B99A836)
Sep 17 10:12:34 mail postfix/smtpd[3325]: 078D399A837: client=localhost[127.0.0.1]
Sep 17 10:12:34 mail postfix/cleanup[3311]: 078D399A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:34 mail postfix/qmgr[3229]: 078D399A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1552, nrcpt=1 (queue active)
Sep 17 10:12:34 mail amavis[2067]: (02067-08) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <achoz@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: lCopYROX7CKp, Hits: -10, size: 574, queued_as: 078D399A837, 249 ms
Sep 17 10:12:34 mail postfix/smtp[3316]: D8D7F99A7B8: to=<achoz@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.4, delays=2.5/3.6/0.01/0.34, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-08, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 078D399A837)
Sep 17 10:12:34 mail postfix/pipe[3328]: B520B99A836: to=<abeltran@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.47, delays=0.02/0.01/0/0.44, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:34 mail postfix/qmgr[3229]: B520B99A836: removed
Sep 17 10:12:34 mail postfix/pipe[3327]: 078D399A837: to=<achoz@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.22, delays=0.02/0.01/0/0.19, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:34 mail postfix/qmgr[3229]: 078D399A837: removed
Sep 17 10:12:34 mail postfix/smtpd[3325]: 6DFC499A836: client=localhost[127.0.0.1]
Sep 17 10:12:34 mail postfix/cleanup[3326]: 6DFC499A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:34 mail postfix/qmgr[3229]: 6DFC499A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:34 mail amavis[2067]: (02067-09) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aclemente@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: nsKwx5zjUKnW, Hits: -10, size: 574, queued_as: 6DFC499A836, 329 ms
Sep 17 10:12:34 mail postfix/smtp[3316]: D8D7F99A7B8: to=<aclemente@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.8, delays=2.5/4/0.03/0.33, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-09, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6DFC499A836)
Sep 17 10:12:34 mail postfix/pipe[3328]: 6DFC499A836: to=<aclemente@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.17, delays=0.05/0.01/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:34 mail postfix/qmgr[3229]: 6DFC499A836: removed
Sep 17 10:12:34 mail postfix/smtpd[3325]: B95E399A836: client=localhost[127.0.0.1]
Sep 17 10:12:34 mail postfix/cleanup[3311]: B95E399A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:34 mail postfix/qmgr[3229]: B95E399A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1558, nrcpt=1 (queue active)
Sep 17 10:12:34 mail amavis[2067]: (02067-10) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <acmendez@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: QjHsk07ypS7R, Hits: -10, size: 574, queued_as: B95E399A836, 276 ms
Sep 17 10:12:34 mail postfix/smtp[3316]: D8D7F99A7B8: to=<acmendez@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=7.1, delays=2.5/4.3/0.01/0.29, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-10, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as B95E399A836)
Sep 17 10:12:34 mail postfix/pipe[3327]: B95E399A836: to=<acmendez@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.23, delays=0.02/0.01/0/0.21, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:34 mail postfix/qmgr[3229]: B95E399A836: removed
Sep 17 10:12:35 mail postfix/smtpd[3325]: 1DA4B99A836: client=localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/cleanup[3326]: 1DA4B99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:35 mail postfix/qmgr[3229]: 1DA4B99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:35 mail amavis[2067]: (02067-11) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <acmorales@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: uofEx2wSav1Y, Hits: -10, size: 574, queued_as: 1DA4B99A836, 353 ms
Sep 17 10:12:35 mail postfix/smtp[3316]: D8D7F99A7B8: to=<acmorales@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=7.5, delays=2.5/4.6/0.01/0.4, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-11, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 1DA4B99A836)
Sep 17 10:12:35 mail postfix/smtpd[3324]: connect from localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/pipe[3328]: 1DA4B99A836: to=<acmorales@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.34, delays=0.04/0.01/0/0.29, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:35 mail postfix/qmgr[3229]: 1DA4B99A836: removed
Sep 17 10:12:35 mail postfix/qmgr[3229]: 1DA4B99A836: removed
Sep 17 10:12:35 mail postfix/smtpd[3324]: 718C899A836: client=localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/cleanup[3311]: 718C899A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:35 mail postfix/qmgr[3229]: 718C899A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1556, nrcpt=1 (queue active)
Sep 17 10:12:35 mail postfix/smtpd[3324]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/smtpd[3324]: disconnect from localhost[127.0.0.1]
Sep 17 10:12:35 mail amavis[3349]: (03349-01) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <acastro@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: NVMKnSiIrYwJ, Hits: -10, size: 574, queued_as: 718C899A836, 1754 ms
Sep 17 10:12:35 mail postfix/smtpd[3325]: 7E77799A837: client=localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/cleanup[3326]: 7E77799A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:35 mail postfix/qmgr[3229]: 7E77799A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1556, nrcpt=1 (queue active)
Sep 17 10:12:35 mail postfix/smtp[3317]: D8D7F99A7B8: to=<acastro@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=7.8, delays=2.5/3.3/0.25/1.8, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-01, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 718C899A836)
Sep 17 10:12:35 mail amavis[2067]: (02067-12) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <acolina@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: VUDex+7K1jZg, Hits: -10, size: 574, queued_as: 7E77799A837, 319 ms
Sep 17 10:12:35 mail postfix/smtp[3316]: D8D7F99A7B8: to=<acolina@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=7.9, delays=2.5/5/0.01/0.36, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-12, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 7E77799A837)
Sep 17 10:12:35 mail postfix/pipe[3327]: 718C899A836: to=<acastro@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.2, delays=0.01/0.01/0/0.18, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:35 mail postfix/qmgr[3229]: 718C899A836: removed
Sep 17 10:12:35 mail postfix/pipe[3328]: 7E77799A837: to=<acolina@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.18, delays=0.01/0.01/0/0.16, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:35 mail postfix/qmgr[3229]: 7E77799A837: removed
Sep 17 10:12:35 mail postfix/smtpd[3325]: DF1CA99A836: client=localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/smtpd[3324]: connect from localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/cleanup[3311]: DF1CA99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:35 mail postfix/qmgr[3229]: DF1CA99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1562, nrcpt=1 (queue active)
Sep 17 10:12:35 mail postfix/smtpd[3324]: E629E99A837: client=localhost[127.0.0.1]
Sep 17 10:12:35 mail postfix/cleanup[3326]: E629E99A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:35 mail postfix/qmgr[3229]: E629E99A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1552, nrcpt=1 (queue active)
Sep 17 10:12:36 mail amavis[2067]: (02067-13) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aconsuegra@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: b0obsvanGjv6, Hits: -10, size: 574, queued_as: DF1CA99A836, 413 ms
Sep 17 10:12:36 mail amavis[3349]: (03349-02) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <acruz@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: jlXeXyf5GNo7, Hits: -10, size: 574, queued_as: E629E99A837, 405 ms
Sep 17 10:12:36 mail postfix/smtp[3317]: D8D7F99A7B8: to=<aconsuegra@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=8.3, delays=2.5/5.4/0.06/0.43, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-13, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as DF1CA99A836)
Sep 17 10:12:36 mail postfix/smtp[3316]: D8D7F99A7B8: to=<acruz@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=8.3, delays=2.5/5.4/0.02/0.43, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as E629E99A837)
Sep 17 10:12:36 mail postfix/pipe[3327]: DF1CA99A836: to=<aconsuegra@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.25, delays=0.03/0.01/0/0.21, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:36 mail postfix/qmgr[3229]: DF1CA99A836: removed
Sep 17 10:12:36 mail postfix/pipe[3328]: E629E99A837: to=<acruz@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.22, delays=0.02/0.04/0/0.16, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:36 mail postfix/qmgr[3229]: E629E99A837: removed
Sep 17 10:12:36 mail postfix/smtpd[3324]: 6164899A836: client=localhost[127.0.0.1]
Sep 17 10:12:36 mail postfix/cleanup[3311]: 6164899A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:36 mail postfix/smtpd[3325]: 6362599A837: client=localhost[127.0.0.1]
Sep 17 10:12:36 mail postfix/cleanup[3326]: 6362599A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:36 mail postfix/qmgr[3229]: 6164899A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1552, nrcpt=1 (queue active)
Sep 17 10:12:36 mail postfix/qmgr[3229]: 6362599A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1554, nrcpt=1 (queue active)
Sep 17 10:12:36 mail amavis[3349]: (03349-03) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <admin@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: fGwh+Z-B72yi, Hits: -10, size: 574, queued_as: 6164899A836, 397 ms
Sep 17 10:12:36 mail postfix/smtp[3316]: D8D7F99A7B8: to=<admin@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=8.7, delays=2.5/5.9/0.01/0.4, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-03, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6164899A836)
Sep 17 10:12:36 mail amavis[2067]: (02067-14) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <adiego@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: 2axyKyfU0Qix, Hits: -10, size: 574, queued_as: 6362599A837, 422 ms
Sep 17 10:12:36 mail postfix/smtp[3317]: D8D7F99A7B8: to=<adiego@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=8.8, delays=2.5/5.8/0.01/0.48, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-14, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6362599A837)
Sep 17 10:12:36 mail postfix/pipe[3328]: 6362599A837: to=<adiego@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.16, delays=0.02/0.01/0/0.13, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:36 mail postfix/qmgr[3229]: 6362599A837: removed
Sep 17 10:12:36 mail postfix/pipe[3327]: 6164899A836: to=<admin@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.17, delays=0.02/0.02/0/0.13, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:36 mail postfix/qmgr[3229]: 6164899A836: removed
Sep 17 10:12:36 mail postfix/smtpd[3324]: CA63F99A836: client=localhost[127.0.0.1]
Sep 17 10:12:36 mail postfix/cleanup[3311]: CA63F99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:36 mail postfix/smtpd[3325]: CDB2199A837: client=localhost[127.0.0.1]
Sep 17 10:12:36 mail postfix/cleanup[3326]: CDB2199A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:36 mail postfix/qmgr[3229]: CDB2199A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:36 mail postfix/qmgr[3229]: CA63F99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:36 mail amavis[3349]: (03349-04) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <admorales@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: YgM+kW5WIUKs, Hits: -10, size: 574, queued_as: CA63F99A836, 451 ms
Sep 17 10:12:36 mail amavis[2067]: (02067-15) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <afsabedra@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: E542txwJNCkR, Hits: -10, size: 574, queued_as: CDB2199A837, 393 ms
Sep 17 10:12:36 mail postfix/smtp[3316]: D8D7F99A7B8: to=<admorales@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=9.2, delays=2.5/6.3/0.05/0.43, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-04, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as CA63F99A836)
Sep 17 10:12:36 mail postfix/smtp[3317]: D8D7F99A7B8: to=<afsabedra@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=9.2, delays=2.5/6.3/0.01/0.42, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-15, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as CDB2199A837)
Sep 17 10:12:37 mail postfix/pipe[3328]: CDB2199A837: to=<afsabedra@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.19, delays=0.02/0.05/0/0.12, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:37 mail postfix/qmgr[3229]: CDB2199A837: removed
Sep 17 10:12:37 mail postfix/pipe[3327]: CA63F99A836: to=<admorales@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.21, delays=0.08/0.01/0/0.12, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:37 mail postfix/qmgr[3229]: CA63F99A836: removed
Sep 17 10:12:37 mail postfix/smtpd[3324]: 4CE4A99A836: client=localhost[127.0.0.1]
Sep 17 10:12:37 mail postfix/cleanup[3311]: 4CE4A99A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:37 mail postfix/qmgr[3229]: 4CE4A99A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1556, nrcpt=1 (queue active)
Sep 17 10:12:37 mail postfix/smtpd[3325]: 520D199A837: client=localhost[127.0.0.1]
Sep 17 10:12:37 mail postfix/cleanup[3326]: 520D199A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:37 mail postfix/qmgr[3229]: 520D199A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:37 mail amavis[3349]: (03349-05) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <agarcia@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: V-VJyDNUO7+L, Hits: -10, size: 574, queued_as: 4CE4A99A836, 415 ms
Sep 17 10:12:37 mail amavis[2067]: (02067-16) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <agcabrera@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: FhwsKt0CWYvp, Hits: -10, size: 574, queued_as: 520D199A837, 461 ms
Sep 17 10:12:37 mail postfix/smtp[3316]: D8D7F99A7B8: to=<agarcia@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=9.7, delays=2.5/6.7/0.01/0.49, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-05, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 4CE4A99A836)
Sep 17 10:12:37 mail postfix/smtp[3317]: D8D7F99A7B8: to=<agcabrera@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=9.7, delays=2.5/6.8/0.01/0.48, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-16, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 520D199A837)
Sep 17 10:12:37 mail postfix/pipe[3328]: 4CE4A99A836: to=<agarcia@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.2, delays=0.02/0.01/0/0.16, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:37 mail postfix/qmgr[3229]: 4CE4A99A836: removed
Sep 17 10:12:37 mail postfix/pipe[3327]: 520D199A837: to=<agcabrera@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.18, delays=0.02/0.05/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:37 mail postfix/qmgr[3229]: 520D199A837: removed
Sep 17 10:12:37 mail postfix/smtpd[3324]: C4EA699A836: client=localhost[127.0.0.1]
Sep 17 10:12:37 mail postfix/smtpd[3325]: C62E399A837: client=localhost[127.0.0.1]
Sep 17 10:12:37 mail postfix/cleanup[3311]: C4EA699A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:37 mail postfix/cleanup[3326]: C62E399A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:37 mail postfix/qmgr[3229]: C62E399A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1558, nrcpt=1 (queue active)
Sep 17 10:12:37 mail postfix/qmgr[3229]: C4EA699A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1558, nrcpt=1 (queue active)
Sep 17 10:12:37 mail amavis[3349]: (03349-06) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <agcarpio@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: tigD6zH8UAdF, Hits: -10, size: 574, queued_as: C4EA699A836, 416 ms
Sep 17 10:12:37 mail amavis[2067]: (02067-17) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <agferrer@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: aeG6WX+6PmpX, Hits: -10, size: 574, queued_as: C62E399A837, 418 ms
Sep 17 10:12:37 mail postfix/smtp[3316]: D8D7F99A7B8: to=<agcarpio@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=10, delays=2.5/7.2/0.01/0.46, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-06, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as C4EA699A836)
Sep 17 10:12:37 mail postfix/smtp[3317]: D8D7F99A7B8: to=<agferrer@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=10, delays=2.5/7.2/0.01/0.47, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-17, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as C62E399A837)
Sep 17 10:12:37 mail postfix/pipe[3327]: C4EA699A836: to=<agcarpio@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.15, delays=0.04/0.01/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:37 mail postfix/qmgr[3229]: C4EA699A836: removed
Sep 17 10:12:37 mail postfix/pipe[3328]: C62E399A837: to=<agferrer@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.15, delays=0.03/0.01/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:37 mail postfix/qmgr[3229]: C62E399A837: removed
Sep 17 10:12:38 mail postfix/smtpd[3324]: 3EB5899A836: client=localhost[127.0.0.1]
Sep 17 10:12:38 mail postfix/cleanup[3311]: 3EB5899A836: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:38 mail postfix/qmgr[3229]: 3EB5899A836: from=<admin@feu.ucp.ss.rimed.cu>, size=1564, nrcpt=1 (queue active)
Sep 17 10:12:38 mail amavis[3349]: (03349-07) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <aghernandez@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: KDWCfNnicTlG, Hits: -10, size: 574, queued_as: 3EB5899A836, 417 ms
Sep 17 10:12:38 mail postfix/smtpd[3325]: 5352B99A837: client=localhost[127.0.0.1]
Sep 17 10:12:38 mail postfix/smtp[3316]: D8D7F99A7B8: to=<aghernandez@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=11, delays=2.5/7.7/0.01/0.44, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03349-07, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 3EB5899A836)
Sep 17 10:12:38 mail postfix/cleanup[3326]: 5352B99A837: message-id=<160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>
Sep 17 10:12:38 mail postfix/qmgr[3229]: 5352B99A837: from=<admin@feu.ucp.ss.rimed.cu>, size=1560, nrcpt=1 (queue active)
Sep 17 10:12:38 mail postfix/pipe[3327]: 3EB5899A836: to=<aghernandez@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.13, delays=0.04/0.02/0/0.07, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:38 mail postfix/qmgr[3229]: 3EB5899A836: removed
Sep 17 10:12:38 mail amavis[2067]: (02067-18) Passed CLEAN, MYNETS/MYUSERS LOCAL [127.0.0.1] [127.0.0.1] <admin@feu.ucp.ss.rimed.cu> -> <agherrera@feu.ucp.ss.rimed.cu>, Message-ID: <160cd44fcc6a5d4c0b82adb35e788e04@feu.ucp.ss.rimed.cu>, mail_id: RryxeD2tHlQq, Hits: -10, size: 574, queued_as: 5352B99A837, 473 ms
Sep 17 10:12:38 mail postfix/smtp[3317]: D8D7F99A7B8: to=<agherrera@feu.ucp.ss.rimed.cu>, relay=127.0.0.1[127.0.0.1]:10024, delay=11, delays=2.5/7.7/0.02/0.48, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02067-18, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 5352B99A837)
Sep 17 10:12:38 mail postfix/pipe[3328]: 5352B99A837: to=<agherrera@feu.ucp.ss.rimed.cu>, relay=dovecot, delay=0.1, delays=0.03/0.01/0/0.05, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 17 10:12:38 mail postfix/qmgr[3229]: 5352B99A837: removed
Sep 17 10:12:38 mail postfix/smtpd[3324]: B0C7D99A836: client=localhost[127.0.0.1]

13

Re: iredapd no work

OK, so you sent out email with Roundcube.

But since you have "smtpd_recipient_restrictions = ..., check_policy_service inet:127.0.0.1:7777, permit_mynetworks, ..." in Postfix, mails generated on localhost should go to iRedAPD first, so please paste me iRedAPD log, not Postfix log.

14

Re: iredapd no work

ZhangHuangbin wrote:

OK, so you sent out email with Roundcube.

But since you have "smtpd_recipient_restrictions = ..., check_policy_service inet:127.0.0.1:7777, permit_mynetworks, ..." in Postfix, mails generated on localhost should go to iRedAPD first, so please paste me iRedAPD log, not Postfix log.


smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/usuarios_out, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:7777, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_service inet:127.0.0.1:10031


2012-09-17 15:06:51 DEBUG Response from plugin (ldap_maillist_access_policy): DUNNO Not a mail list account.
2012-09-17 15:06:51 DEBUG Apply plugin (block_amavisd_blacklisted_senders).
2012-09-17 15:06:51 DEBUG (block_amavisd_blacklisted_senders) Sender: betsymb@ucp.ca.rimed.cu
2012-09-17 15:06:51 DEBUG (block_amavisd_blacklisted_senders) Whitelisted senders: set([])
2012-09-17 15:06:51 DEBUG (block_amavisd_blacklisted_senders) Blacklisted senders: set([])
2012-09-17 15:06:51 DEBUG Response from plugin (block_amavisd_blacklisted_senders): DUNNO No white-/blacklist records found.
2012-09-17 15:06:51 DEBUG Final action: None.
2012-09-17 15:06:51 INFO [10.0.0.2] betsymb@ucp.ca.rimed.cu -> dcastro@feu.ucp.ss.rimed.cu, DUNNO
2012-09-17 15:06:51 DEBUG Connection closed
2012-09-17 15:06:51 DEBUG Close LDAP connection.
2012-09-17 16:33:43 DEBUG Connect from 127.0.0.1, port 56635.
2012-09-17 16:33:43 DEBUG smtp session: request=smtpd_access_policy
2012-09-17 16:33:43 DEBUG smtp session: protocol_state=RCPT
2012-09-17 16:33:43 DEBUG smtp session: protocol_name=ESMTP
2012-09-17 16:33:43 DEBUG smtp session: client_address=10.0.0.2
2012-09-17 16:33:43 DEBUG smtp session: client_name=unknown
2012-09-17 16:33:43 DEBUG smtp session: reverse_client_name=unknown
2012-09-17 16:33:43 DEBUG smtp session: helo_name=ns2.ss.rimed.cu
2012-09-17 16:33:43 DEBUG smtp session: sender=no-responder@cubadebate.cu
2012-09-17 16:33:43 DEBUG smtp session: recipient=olacosta@feu.ucp.ss.rimed.cu
2012-09-17 16:33:43 DEBUG smtp session: recipient_count=0
2012-09-17 16:33:43 DEBUG smtp session: queue_id=
2012-09-17 16:33:43 DEBUG smtp session: instance=283e.50578927.6367.0
2012-09-17 16:33:43 DEBUG smtp session: size=23876
2012-09-17 16:33:43 DEBUG smtp session: etrn_domain=
2012-09-17 16:33:43 DEBUG smtp session: stress=
2012-09-17 16:33:43 DEBUG smtp session: sasl_method=
2012-09-17 16:33:43 DEBUG smtp session: sasl_username=
2012-09-17 16:33:43 DEBUG smtp session: sasl_sender=
2012-09-17 16:33:43 DEBUG smtp session: ccert_subject=
2012-09-17 16:33:43 DEBUG smtp session: ccert_issuer=
2012-09-17 16:33:43 DEBUG smtp session: ccert_fingerprint=
2012-09-17 16:33:43 DEBUG smtp session: encryption_protocol=
2012-09-17 16:33:43 DEBUG smtp session: encryption_cipher=
2012-09-17 16:33:43 DEBUG smtp session: encryption_keysize=0
2012-09-17 16:33:43 DEBUG LDAP connection initialied success.
2012-09-17 16:33:43 DEBUG LDAP bind success.
2012-09-17 16:33:43 DEBUG __get_recipient_dn_ldif (recipient): olacosta@feu.ucp.ss.rimed.cu
2012-09-17 16:33:43 DEBUG __get_recipient_dn_ldif (ldap query filter): (&(|(mail=olacosta@feu.ucp.ss.rimed.cu)(shadowAddress=olacosta@feu.ucp.ss.rimed.cu))(|(objectClass=mailUser)(objectClass=mailList)(objectClass=mailAlias)))
2012-09-17 16:33:43 DEBUG __get_recipient_dn_ldif (ldap query result): [('mail=olacosta@feu.ucp.ss.rimed.cu,ou=Users,domainName=feu.ucp.ss.rimed.cu,o=domains,dc=feu,dc=ucp,dc=ss,dc=rimed,dc=cu', {'memberOfGroup': ['all@feu.ucp.ss.rimed.cu'], 'cn': ['Osvaldo Leonel Acosta Fleites'], 'mailQuota': ['20971520'], 'objectClass': ['inetOrgPerson', 'mailUser', 'shadowAccount', 'amavisAccount', 'top'], 'userPassword': ['olacosta'], 'accountStatus': ['active'], 'mtaTransport': ['dovecot'], 'sn': ['olacosta'], 'homeDirectory': ['/var/vmail/vmail1/feu.ucp.ss.rimed.cu/o/l/a/olacosta-2012.09.11.23.33.28/'], 'mail': ['olacosta@feu.ucp.ss.rimed.cu'], 'storageBaseDirectory': ['/var/vmail'], 'mailMessageStore': ['vmail1/feu.ucp.ss.rimed.cu/o/l/a/olacosta-2012.09.11.23.33.28/'], 'enabledService': ['internal', 'doveadm', 'mail', 'smtp', 'smtpsecured', 'pop3', 'pop3secured', 'imap', 'imapsecured', 'deliver', 'lda', 'forward', 'senderbcc', 'recipientbcc', 'managesieve', 'managesievesecured', 'sieve', 'sievesecured', 'shadowaddress', 'displayedInGlobalAddressBook', 'lib-storage'], 'uid': ['olacosta']})]
2012-09-17 16:33:43 DEBUG Apply plugin (ldap_maillist_access_policy).
2012-09-17 16:33:43 DEBUG Response from plugin (ldap_maillist_access_policy): DUNNO Not a mail list account.
2012-09-17 16:33:43 DEBUG Apply plugin (block_amavisd_blacklisted_senders).
2012-09-17 16:33:43 DEBUG (block_amavisd_blacklisted_senders) Sender: no-responder@cubadebate.cu
2012-09-17 16:33:43 DEBUG (block_amavisd_blacklisted_senders) Whitelisted senders: set([])
2012-09-17 16:33:43 DEBUG (block_amavisd_blacklisted_senders) Blacklisted senders: set([])
2012-09-17 16:33:43 DEBUG Response from plugin (block_amavisd_blacklisted_senders): DUNNO No white-/blacklist records found.
2012-09-17 16:33:43 DEBUG Final action: None.
2012-09-17 16:33:43 INFO [10.0.0.2] no-responder@cubadebate.cu -> olacosta@feu.ucp.ss.rimed.cu, DUNNO
2012-09-17 16:33:43 DEBUG Connection closed
2012-09-17 16:33:43 DEBUG Close LDAP connection.

15

Re: iredapd no work

You said admin@ can send to all@, then pleae send email from admin@ to all@, and paste iRedAPD debug log here. I cannot find admin@ in your iRedAPD log at all.

16

Re: iredapd no work

The log of the previous iRedAPD is put, is working iredapd only for incoming mail, sending not working

17

Re: iredapd no work

hi Zhang i read this link

http://www.iredmail.org/wiki/index.php? … re_postfix

and read this part

smtpd_recipient_restrictions =
    ...
    check_policy_service inet:127.0.0.1:7777,
    permit_mynetworks,
    permit_sasl_authenticated,
    reject_unauth_destination,
    ...

smtpd_sender_restrictions =
    check_policy_service inet:127.0.0.1:7778,


this is my postfix main.cf

smtpd_sender_restrictions = check_recipient_access hash:/etc/postfix/usuarios_in, permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated

smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/usuarios_out, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:7777, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_service inet:127.0.0.1:10031

in the sender restrictions fail check_policy_service inet:127.0.0.1:7778

This will be my mistake