ispCP - Board - Support
Something wrong with mail delivery after update RC5 nightly - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Something wrong with mail delivery after update RC5 nightly (/thread-3429.html)



Something wrong with mail delivery after update RC5 nightly - Kika - 06-02-2008 09:31 PM

hi

i found some interesting line in my mail log:

Quote:Jun 2 09:53:39 www postfix/smtpd[23093]: 7F67281EA: client=hidraulika.silihost.hu[79.172.192.70]
Jun 2 09:53:39 www postfix/cleanup[23096]: 7F67281EA: message-id=<20080602095558.c5ove1w7kyn4ckss@mail2.menrich.com>
Jun 2 09:53:39 www postfix/qmgr[29472]: 7F67281EA: from=<janos.nemeth@firstventure.hu>, size=5080, nrcpt=2 (queue active)
Jun 2 09:53:39 www postfix/smtpd[23093]: disconnect from hidraulika.silihost.hu[79.172.192.70]
Jun 2 09:53:39 www postfix/virtual[23119]: 7F67281EA: to=<kalman@kikanet.hu>, orig_to=<kika@kikanet.hu>, relay=virtual, delay=6.4, delays=6.4/0/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Jun 2 09:53:39 www postfix/smtp[23115]: 7F67281EA: to=<kika@ispcp-arpl.kikanet.hu>, orig_to=<kika@kikanet.hu>, relay=none, delay=6.4, delays=6.4/0/0/0, dsn=5.4.4, status=bounced (Host or domain name not fou
Jun 2 09:53:39 www postfix/bounce[23120]: 7F67281EA: sender non-delivery notification: 8516581ED
Jun 2 09:53:39 www postfix/qmgr[29472]: 7F67281EA: removed
Jun 2 09:53:39 www postfix/qmgr[29472]: 8516581ED: from=<>, size=7020, nrcpt=1 (queue active)
Jun 2 09:53:39 www postfix/smtp[23115]: 8516581ED: to=<janos.nemeth@firstventure.hu>, relay=mail.1x1domainhosting.hu[213.163.8.154]:25, delay=0.19, delays=0.01/0/0.02/0.15, dsn=2.0.0, status=sent (250 ok 12
Jun 2 09:53:39 www postfix/qmgr[29472]: 8516581ED: removed

Have somebody an idea?


RE: Something wrong with mail delivery after update RC5 nightly - BeNe - 06-02-2008 11:33 PM

There is an Option in your Postfix main.cf
Code:
#
# ISPCP Autoresponder parameters;
#

ispcp-arpl_destination_recipient_limit = 1

Greez BeNe


RE: Something wrong with mail delivery after update RC5 nightly - Kika - 06-03-2008 03:14 AM

Thanks a lot Smile


RE: Something wrong with mail delivery after update RC5 nightly - BeNe - 06-03-2008 03:51 PM

No Problem!
Thanks for your Reputation.

Greez BeNe


RE: [SOLVED] Something wrong with mail delivery after update RC5 nightly - Kika - 06-05-2008 07:04 PM

So, this was only the recipients limit, but this is an other problem Sad

The TO field in the e-mail header was kika@kikanet.hu, and this is the correct address. The sender given back this mail:

Code:
The mail system

<kika@ispcp-arpl.kikanet.hu> (expanded from <kika@kikanet.hu>): Host or
domain
    name not found. Name service error for name=ispcp-arpl.kikanet.hu
type=A:
    Host not found



RE: Something wrong with mail delivery after update RC5 nightly - gOOvER - 06-05-2008 07:11 PM

I checked my log's and i have the same issue. Maybe we should take a deeper look Smile


RE: Something wrong with mail delivery after update RC5 nightly - Kika - 06-07-2008 11:44 PM

I think that this error was caused by the ispcp-mbox-mgr.

old /etc/postfix/ispcp/aliases seems like this:
Code:
webmaster@domain.tld real-mail@domain.tld

and this is the new:
Code:
virtual-mail@domain.tld real-mail@domain.tld,virtual-mail@ispcp-arpl.domain.tld

I placed back the latest ispcp-mbox-mgr from my backup and regenerated the emailaddresses again. The aliases seems like good Smile