Block a user
	containers/postfix (2024-12-19_19-31-46)
Installation
docker pull code.balsillie.net/michael/containers/postfix:2024-12-19_19-31-46sha256:263769dc7658e7461a17f7f232c92b2f9e3a37b65f2a6ad0e983a3f97452682a
					Image Layers
| ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit | 
| CMD ["/bin/sh"] | 
| RUN /bin/sh -c apk add --update --no-cache bash nano curl postfix postfix-ldap postfix-pcre postfix-policyd-spf-perl ca-certificates # buildkit | 
| RUN /bin/sh -c update-ca-certificates && mkdir /cert && mkdir /dh && chown 100:101 /cert && chown 100:101 /dh # buildkit | 
| COPY --chown=root:root start.sh / # buildkit | 
| COPY --chown=root:root config/ /config/ # buildkit | 
| COPY --chown=root:root templates/ /templates/ # buildkit | 
| RUN /bin/sh -c chown -R 100:101 /var/lib/postfix && chmod 750 /var/lib/postfix # buildkit | 
| VOLUME [/cert] | 
| VOLUME [/dh] | 
| VOLUME [/var/spool/postfix] | 
| EXPOSE map[10025/tcp:{}] | 
| EXPOSE map[10465/tcp:{}] | 
| USER root | 
| CMD ["/start.sh"] | 
		Details
		
		
		
		Versions (24)
		View all
		
			
			
		
		
		
		
	
				2025-01-13_17-24-55
				2025-01-13 
			
			
			
				latest
				2025-01-13 
			
			
			
				2025-01-01_19-42-59
				2025-01-01 
			
			
			
				2024-12-29_17-54-43
				2024-12-29 
			
			
			
				2024-12-19_20-58-53
				2024-12-19