Mac Postfix - Forza dall'indirizzo, impedisce l'uso del nome utente Mac

1

Dopo aver effettuato il passaggio da Windows usando WAMP e sendmail , a Mac usando MAMP Pro e spero che Postfix abbia problemi a ottenere problemi le e-mail configurate correttamente. Ho configurato completamente Postfix Smart Host per utilizzare un account di posta elettronica attivo per inviare le email.

Quando controllo il mail.log

Jul 22 11:29:28 John-MacBook postfix/smtp[544]: C5B2926C91C: to=<[email protected]>, relay=mail.mysite.com[212.110.123.123]:25, delay=603, delays=602/0.07/0.13/0.03, dsn=5.7.1, status=bounced (host mail.mysite.com[212.110.123.123] said: 553 5.7.1 <[email protected]>: Sender address rejected: not owned by user [email protected] (in reply to RCPT TO command))
Jul 22 11:29:28 John-MacBook postfix/cleanup[550]: 4607426CA90: message-id=<[email protected]>
Jul 22 11:29:28 John-MacBook postfix/qmgr[502]: 4607426CA90: from=<>, size=2447, nrcpt=1 (queue active)
Jul 22 11:29:28 John-MacBook postfix/bounce[548]: C5B2926C91C: sender non-delivery notification: 4607426CA90
Jul 22 11:29:28 John-MacBook postfix/qmgr[502]: C5B2926C91C: removed
Jul 22 11:29:28 John-MacBook postfix/smtp[543]: 4607426CA90: to=<[email protected]>, relay=mail.mysite.com[212.110.123.123]:25, delay=0.19, delays=0.01/0/0.08/0.09, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 5E2E8D807E)
Jul 22 11:29:28 John-MacBook postfix/qmgr[502]: 4607426CA90: removed

status=bounced : Sender address rejected: not owned by user [email protected] (in reply to RCPT TO command))

Ho notato che "[email protected]" non esiste, in realtà "john" è il mio nome utente Mac. Come posso forzare Postfix a inviare sempre e-mail usando [email protected]? Questo è l'indirizzo email che deve essere utilizzato per inviare l'e-mail che inserisco nel pannello di controllo di MAMP PRO.

    
posta John Magnolia 23.07.2012 - 10:52
fonte

1 risposta

1

Il problema è stato causato dal fatto che Postfix inviava e-mail utilizzando il mio nome utente dall'utente che ha effettuato l'accesso.

Sono riuscito a risolvere questo problema seguendo questa guida: Invio di email con Postfix e MAMP Pro

    
risposta data 24.07.2012 - 10:03
fonte

Leggi altre domande sui tag