Hi everybody, I have a postfix+sasl+mysql setup. Could someone point out
how to reject mails when both FROM and TO addresses are @mydomain.tld,
and of course only when the sender is not sasl authenticated?
I don't have a "smtpd_sender_login_maps" map, and some users would want
to send mail with va
mouss wrote:
> Ivan Stepaniuk a écrit :
>> Hi everybody, I have a postfix+sasl+mysql setup. Could someone point out
>> how to reject mails when both FROM and TO addresses are @mydomain.tld,
>> and of course only when the sender is not sasl authenticated?
> if you ar
Gregorics Tamás wrote:
> recipient_delimiter = +
> relayhost = mail.t-online.hu
> smtp_data_xfer_timeout = 1000s
> smtp_sasl_auth_enable = yes
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
> smtp_sasl_security_options = noanonymous
I don't see anything wrong with this.
check the out
MUA (outlook 2007) show 48 messages correctly sended. Dont have
any error notice, or mailer daemon alert.
It may be obvious but did you check the queues? ie:
# qshape deferred
my two cents.
--
Ivan Stepaniuk
Alba Fotónica S.L.
http://www.albafotonica.com
Jay G. Scott wrote:
> What I'd like to do is change that so you can only send authenticated
> email if you're in /etc/postfix/sasl_passwd.db.
Don't forget to run postmap for that file.
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
You probably want 'smtpd_sender_login_maps', not
'smt
gc wrote:
> ... the email that is in queue, I myself have to firgure out how to do it,
> but have spent practically all day trying to locate it ...
Check the 'qshape' and 'mailq' commands.
Queued mail is usually stored inside /var/spool/postfix.
--
Iván Stepaniuk
Alba Fotónica S.L.
http://www.al