• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Postfix malfunctioning

EnriqueR

Regular Pleskian
Server operating system version
Ubuntu 24.04.1 LTS
Plesk version and microupdate number
18.0.65 #1
My Plesk server suddenly alerted me to a mass mailing via an account [email protected]. I went into the maillog file and saw that it was triggered by the following line:

Code:
Nov 25 08:31:27 servidor postfix/smtpd[2264977]: 82EF8863DF: client=localhost.localdomain[::1], sasl_method=PLAIN, [email protected]
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: from=<[email protected]> to=<[email protected]>
Nov 25 08:31:27 servidor postfix/cleanup[2265531]: 82EF8863DF: message-id=<[email protected]>
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: py-limit-out: stderr: DATA CHMFROM:[email protected]
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: py-limit-out: stderr: INFO:__main__:Envelope sender was changed from '[email protected]' to '[email protected]'
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: py-limit-out: stderr: INFO:__main__:Address in header 'From: Joaquim Miranda <[email protected]>' was changed to '[email protected]'
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: py-limit-out: stderr: INFO:__main__:Setting 'X-PPP-Vhost' header to 'localdomain.com'
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: py-limit-out: stderr: PASS
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: spf: stderr: PASS
Nov 25 08:31:27 servidor psa-pc-remote[1929837]: 82EF8863DF: check-quota: stderr: SKIP
Nov 25 08:31:27 servidor postfix/qmgr[1252659]: 82EF8863DF: from=<[email protected]>, size=1335849, nrcpt=1 (queue active)

As you can see, suddenly the incomming email [email protected] was changed to [email protected]

How could this happen? I have enabled the option ‘Correct incorrectly set senders for outgoing mail’.

It is very strange because my server received an email from an external email [email protected] to another external email [email protected] and my server has converted the sender to an internal email [email protected] and is trying to send it.
 
Code:
Nov 25 08:31:27 servidor postfix/smtpd[2264977]: 82EF8863DF: client=localhost.localdomain[::1], sasl_method=PLAIN, [email protected]
As you can see, suddenly the incomming email [email protected] was changed to [email protected]

How could this happen? I have enabled the option ‘Correct incorrectly set senders for outgoing mail’.
And that's exactly what it does.
Your user authenticated as [email protected], and then tried to send as [email protected]. Which was corrected to the address the user authenticated with.
 
Back
Top