| Main Archive Page > Month Archives > postfix-users archives |
On 19/10/11 15:30, Tolga wrote:
>
>
> On 10/19/2011 04:01 PM, Reindl Harald wrote:
>>
>> Am 19.10.2011 14:57, schrieb Tolga:
>>> Oct 19 15:40:01 vps postfix/pickup[3517]: 5DBFA4100B2B: uid=1005
>>> from=<iegg>
>>> Oct 19 15:40:01 vps postfix/cleanup[3575]: 5DBFA4100B2B:
>>> message-id=<20111019124001.5DBFA4100B2B@mail.bilgisayarciniz.org>
>>> Oct 19 15:40:01 vps postfix/qmgr[5859]: 5DBFA4100B2B:
>>> from=<iegg@vps.ozses.net>, size=652, nrcpt=1 (queue active)
>>> Oct 19 15:40:01 vps postfix/smtp[3577]: 5DBFA4100B2B:
>>> to=<iegg@vps.ozses.net>, orig_to=<iegg>, relay=none,
>>> delay=0.04, delays=0.02/0.01/0.01/0, dsn=5.4.4, status=bounced (Host
>>> or domain name not found. Name service error
>>> for name=vps.ozses.net type=A: Host not found)
>>> Oct 19 15:40:01 vps postfix/cleanup[3575]: 66B774100B2C:
>>> message-id=<20111019124001.66B774100B2C@mail.bilgisayarciniz.org>
>>> Oct 19 15:40:01 vps postfix/qmgr[5859]: 66B774100B2C: from=<>,
>>> size=2672, nrcpt=1 (queue active)
>>> Oct 19 15:40:01 vps postfix/bounce[3579]: 5DBFA4100B2B: sender
>>> non-delivery notification: 66B774100B2C
>>> Oct 19 15:40:01 vps postfix/qmgr[5859]: 5DBFA4100B2B: removed
>>> Oct 19 15:40:01 vps postfix/smtp[3577]: 66B774100B2C:
>>> to=<iegg@vps.ozses.net>, relay=none, delay=0, delays=0/0/0/0,
>>> dsn=5.4.4, status=bounced (Host or domain name not found. Name
>>> service error for name=vps.ozses.net type=A: Host
>>> not found)
>>> Oct 19 15:40:01 vps postfix/qmgr[5859]: 66B774100B2C: removed
>> what do you expect?
>> "vps.ozses.net" != "ozses.net" and has no MX or A-records
>>
> Sorry, those were the logs of another transaction (didn't look closely
> enough :() For the postfixadmin transaction, I have no logs. Is this
> even possible?
>
Postfixadmin will try to send the mail using the mail() function in
postfix. This command should work in the first place: check your PHP logs.
Most likely (but depending on your setup in php) this will handoff the
mail to the sendmail(1) binary on the webserver hosting postfixadmin.
This will try to send the message to the recipient: the mailaccount you
just created. If this message never arrives on your postfix mailserver
because something is wrong, there will be no postfix logging.
So: to check why postfixadmin cannot send the e-mail, check the error
logging of php/apache until you find an error line telling you why the
message could not be sent by PHP. This is not a postfix-related issue
until the message hits your postfix install.
-- Regards, Tom