Jump to content

Recommended Posts

Posted

достался мне в наследство постфикс, там есть в master.cf есть

 

# kaspersky antivirus setting

smtp inet n - n - - smtpd -o content_filter=avcheck

localhost:1025 inet n - n - - smtpd -o content_filter=

 

avcheck unix - n n - 5 pipe

flags=q user=avclient argv=/avcheck_kav/avcheck

-i /avcheck_kav/infected/infected.ex2.ru -h Ok

-d /avcheck_kav/./tst -s AVP:/avcheck_kav/ctl/AvpCtl -f ${sender}

-S :1025 -- ${recipient}

 

можно-ли реализовать что-то типа

 

if ( content_filter == avcheck and sourceip in net (192.168.0.0/24))

{

message_size_limit = 10

}

else

{

message_size_limit = 20

}

 

sourceip - это адрес с которого происходит отправка письма моему мейлеру.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.