On Thu, October 8, 2015 3:06 am, Viktor Dukhovni wrote:

>
> No.  Confirmation would be looking at the logs of the ongoing mails
> *before* the restart and seeing whether all the mail came in over
> a single connection (same pid, no per-connection "connect from" or
> "disconnect from" log entries for that pid between "client="
> per-queue-file log entries).

# grep 104.200.78.121 /var/log/maillog | grep 7678  |wc
   4094   37433  624635
# grep 104.200.78.121 /var/log/maillog | grep 4450  |wc
     20     234    3389
# grep 104.200.78.121 /var/log/maillog | grep 7655 |wc
   3989   36096  593584
# grep 104.200.78.121 /var/log/maillog | wc
   8178   74815 1235011


# grep 104.200.78.121 /var/log/maillog | grep 7655 | grep 'connect'
Oct  7 21:54:22 emu postfix/smtpd[7655]: connect from unknown[104.200.78.121]
# grep 104.200.78.121 /var/log/maillog | grep 7678  | grep connect
Oct  7 21:44:09 emu postfix/smtpd[7678]: connect from unknown[104.200.78.121]



>>> Otherwise, you may be better off with SQL or LDAP tables, which can
>>> change in real time.
>>
>> my users/domain are in MySQL - but, again, if I understand it
>> correctly. on a single connection sceanrio, that wouldn't help ?
>
> What would help is putting the "check_sasl_access" table in SQL.
>
>
>> I should've stopped/restarted immediately...
>>
>
> No, instead put your access table in SQL (possibly CDB would work
> too, but I'm not sure), that way you don't need reload or restart.


I'll look at that in the morning, thanks again


Reply via email to