Sembra che tu abbia postfix installato e in esecuzione.
Dovresti controllare la configurazione del postfix.
C'è una buona descrizione qui .
O fai da te:
Se postfix continua a non funzionare, controlla il file di log in /var/log/mail.log per l'errore:
sendmail: fatal: chdir /Library/Server/Mail/Data/spool: No such file
or directory
Per risolvere il problema, esegui i seguenti comandi nel Terminale:
sudo mkdir -p /Library/Server/Mail/Data/spool
sudo /usr/sbin/postfix set-permissions
sudo /usr/sbin/postfix start
Se come dici tu non vuoi che sia sul tuo computer, disabilitalo.
sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/org.postfix.master.plist
Questo non risponde alla tua domanda chi lo sta usando, ma senza ulteriori informazioni da parte tua non si può dire, potrebbe essere uno script nel tuo sistema.
Potresti provare a scoprire chi sta inviando andando a
Apri la tua console:
Scorri verso il basso fino a Var/Log/mail.log
The background: Mac OSX comes with the postfix MTA, which is a fully
featured SMTP server. Under normal circumstances, there is usually no
need to enable or configure this software, as most email access is
usually done via GUI clients such as the Mail.app – which uses the
POP/IMAP and SMTP settings to connect with the email service provider.
However, there are certain circumstances in which having a local SMTP
server is very useful, such as: Allowing the batch logs and output
from the cron daemon or other scripts to be sent via Internet email
(this is otherwise delivered locally) Testing email based code; which
requires a local sendmail like SMTP server to be present