ftp.espci.fr down?
2019-04-02 by Marcus Schopen
Yahoo Groups archive
Index last updated: 2026-04-28 23:32 UTC
Thread
2019-04-02 by Marcus Schopen
Hi, can't download source. https://ftp.espci.fr seems to be down. Cheers! M.
2019-04-02 by Bob Friesenhahn
On Tue, 2 Apr 2019, Marcus Schopen lists-yahoogroups@... [milter-greylist] wrote: > can't download source. https://ftp.espci.fr seems to be down. It is working for me. Patience is a virtue! Bob -- Bob Friesenhahn bfriesen@..., http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt
2019-04-03 by manu@...
Marcus Schopen lists-yahoogroups@... [milter-greylist] <milter-greylist@yahoogroups.com> wrote: > can't download source. https://ftp.espci.fr seems to be down. No outage reported. If it does not work with https for some reason, you caan try ftp://ftp.espci.fr (perhaps I should add a gopher service) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
2019-05-02 by Grammes, Carsten
I'm running sendmail with milter-greylist for 10+ years without any problems. Wanted to switch to postfix on a new machine and find no working way how to configure. Is there somewhere a milter-greylist+postfix Howto? Postfix main.cf: # milter-greylist # milter_default_action = accept # milter_connect_macros = j # milter_protocol = 6 smtpd_milters = unix:/var/spool/postfix/milter-greylist/milter-greylist.sock root@mars:/etc/postfix# ls -al /var/spool/postfix/milter-greylist/ total 8 drwxr-xr-x 2 postfix postfix 4096 May 2 15:34 . drwxr-xr-x 21 root root 4096 Apr 29 17:43 .. srw-rw---- 1 postfix postfix 0 May 2 15:34 milter-greylist.sock greylist.conf: ... # For sendmail use the following two lines # socket "/var/run/milter-greylist/milter-greylist.sock" # user "smmsp" # For Postfix uncomment the following two lines and comment out the # sendmail ones above. socket "/var/spool/postfix/milter-greylist/milter-greylist.sock" 660 #user "greylist" user "postfix:postfix" ... postfix tries to talk to milter-greylist but no success: May 2 15:47:56 mars postfix/smtpd[4912]: warning: connect to Milter service unix:/var/spool/postfix/milter-greylist/milter-greylist.sock: No such file or directory Any idea? Thx, Carsten
2019-05-02 by Serge Stepanov
I'm running sendmail with milter-greylist for 10+ years without any
problems. Wanted to switch to postfix on a new machine and find no
working way how to configure.
Is there somewhere a milter-greylist+postfix Howto?
Postfix main.cf:
# milter-greylist
# milter_default_action = accept
# milter_connect_macros = j
# milter_protocol = 6
smtpd_milters = unix:/var/spool/postfix/milter-greylist/milter-greylist.sock
root@mars:/etc/postfix# ls -al /var/spool/postfix/milter-greylist/
total 8
drwxr-xr-x 2 postfix postfix 4096 May 2 15:34 .
drwxr-xr-x 21 root root 4096 Apr 29 17:43 ..
srw-rw---- 1 postfix postfix 0 May 2 15:34 milter-greylist.sock
greylist.conf:
....
# For sendmail use the following two lines
# socket "/var/run/milter-greylist/milter-greylist.sock"
# user "smmsp"
# For Postfix uncomment the following two lines and comment out the
# sendmail ones above.
socket "/var/spool/postfix/milter-greylist/milter-greylist.sock" 660
#user "greylist"
user "postfix:postfix"
....
postfix tries to talk to milter-greylist but no success:
May 2 15:47:56 mars postfix/smtpd[4912]: warning: connect to Milter
service unix:/var/spool/postfix/milter-greylist/milter-greylist.sock: No
such file or directory
Any idea?
Thx,
Carsten
------------------------------------
------------------------------------
------------------------------------
Yahoo Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/milter-greylist/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/milter-greylist/join
(Yahoo! ID required)
<*> To change settings via email:
milter-greylist-digest@yahoogroups.com
milter-greylist-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
milter-greylist-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
2019-05-02 by Grammes, Carsten
Postfix is chrooted in /var/spool/postfix.